org.pentaho.platform.repository.solution.filebased
Class SolutionRepositoryFileName

java.lang.Object
  extended by org.apache.commons.vfs.provider.AbstractFileName
      extended by org.pentaho.platform.repository.solution.filebased.SolutionRepositoryFileName
All Implemented Interfaces:
Comparable, org.apache.commons.vfs.FileName

public class SolutionRepositoryFileName
extends org.apache.commons.vfs.provider.AbstractFileName


Field Summary
 
Fields inherited from interface org.apache.commons.vfs.FileName
ROOT_PATH, SEPARATOR, SEPARATOR_CHAR
 
Constructor Summary
SolutionRepositoryFileName(String absPath, org.apache.commons.vfs.FileType type)
           
 
Method Summary
 org.apache.commons.vfs.FileName createName(String absPath, org.apache.commons.vfs.FileType fileType)
           
 
Methods inherited from class org.apache.commons.vfs.provider.AbstractFileName
checkName, compareTo, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, hashCode, isAncestor, isDescendent, isDescendent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SolutionRepositoryFileName

public SolutionRepositoryFileName(String absPath,
                                  org.apache.commons.vfs.FileType type)
Method Detail

createName

public org.apache.commons.vfs.FileName createName(String absPath,
                                                  org.apache.commons.vfs.FileType fileType)
Specified by:
createName in class org.apache.commons.vfs.provider.AbstractFileName