List of usage examples for org.apache.commons.vfs.provider AbstractFileName subclass-usage
From source file com.newatlanta.appengine.vfs.provider.GaeFileName.java
/**
* Supports serialization required by <code>memcache</code> (see
* {@link com.newatlanta.commons.vfs.cache.GaeMemcacheFilesCache}). This is an
* internal GaeVFS implementation class that is
* normally not referenced directly, but only indirectly via the
* <a href="http://commons.apache.org/vfs/apidocs/index.html" target="_blank">Apache
From source file org.pentaho.platform.repository.solution.filebased.SolutionRepositoryFileName.java
public class SolutionRepositoryFileName extends AbstractFileName { public SolutionRepositoryFileName(final String absPath, final FileType type) { super("solution", absPath, type); }
From source file org.josso.tooling.gshell.install.provider.maven2.MavenFileName.java
public class MavenFileName extends AbstractFileName { public MavenFileName(String scheme, String absPath, FileType type) { super(scheme, absPath, type); }
From source file com.jaspersoft.jasperserver.api.metadata.common.util.RepositoryFileName.java
/** * Implementation of Apache VFS FileName to access the JasperServer repository * * @author swood */ public class RepositoryFileName extends AbstractFileName {