Class SolutionRepositoryFileName

  • All Implemented Interfaces:
    Comparable<org.apache.commons.vfs2.FileName>, org.apache.commons.vfs2.FileName

    public class SolutionRepositoryFileName
    extends org.apache.commons.vfs2.provider.AbstractFileName
    • Field Summary

      • Fields inherited from interface org.apache.commons.vfs2.FileName

        ROOT_PATH, SEPARATOR, SEPARATOR_CHAR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void appendRootUri​(StringBuilder stringBuilder, boolean b)  
      org.apache.commons.vfs2.FileName createName​(String absPath, org.apache.commons.vfs2.FileType fileType)  
      • Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileName

        checkName, compareTo, createURI, equals, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, hashCode, isAncestor, isDescendent, isDescendent, isFile, toString
    • Constructor Detail

      • SolutionRepositoryFileName

        public SolutionRepositoryFileName​(String absPath,
                                          org.apache.commons.vfs2.FileType type)
    • Method Detail

      • appendRootUri

        protected void appendRootUri​(StringBuilder stringBuilder,
                                     boolean b)
        Specified by:
        appendRootUri in class org.apache.commons.vfs2.provider.AbstractFileName
      • createName

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