List of usage examples for org.apache.commons.vfs.provider FileProvider interface-usage
From source file org.pentaho.platform.repository.solution.filebased.MondrianVfs.java
/** * @author Ezequiel Cuellar */ public class MondrianVfs implements FileProvider { public FileObject createFileSystem(String arg0, FileObject arg1, FileSystemOptions arg2)
From source file org.pentaho.platform.repository.solution.filebased.SolutionRepositoryVfs.java
public class SolutionRepositoryVfs implements FileProvider { public SolutionRepositoryVfs() { super(); }
From source file org.pentaho.agilebi.vfs.MetadataToMondrianVfs.java
/**
* this VFS provider converts a metadata model on the fly to a
* mondrian file, so we don't need to store tmp mondrian files
*
* @author Will Gorman (wgorman@pentaho.com)
*
From source file org.efaps.webdav4vfs.test.ramvfs.RamFileProvider.java
/**
* RAM File Provider.
*
* @author The eFaps Team
* @author <a href="http://commons.apache.org/vfs/team-list.html">Apache Commons VFS team</a>
* @version $Id$