Class LayeredFileName

  • All Implemented Interfaces:
    java.lang.Comparable, FileName

    public class LayeredFileName
    extends AbstractFileName
    A file name for layered files.
    Version:
    $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
    Author:
    Adam Murdoch
    • Constructor Detail

      • LayeredFileName

        public LayeredFileName​(java.lang.String scheme,
                               FileName outerUri,
                               java.lang.String path,
                               FileType type)
    • Method Detail

      • getOuterName

        public FileName getOuterName()
        Returns the URI of the outer file.
      • appendRootUri

        protected void appendRootUri​(java.lang.StringBuffer buffer,
                                     boolean addPassword)
        Description copied from class: AbstractFileName
        Builds the root URI for this file name. Note that the root URI must not end with a separator character.
        Specified by:
        appendRootUri in class AbstractFileName