Interface ArchivePath

    • Field Detail

      • SEPARATOR_STRING

        static final String SEPARATOR_STRING
        Separator character as a String
    • Method Detail

      • getParent

        ArchivePath getParent()
        Obtains the parent of this Path, if exists, else null. For instance if the Path is "/my/path", the parent will be "/my". Each call will result in a new object reference, though subsequent calls upon the same Path will be equal by value.
        Returns: