Class NormalizedPath

    • Field Detail

      • logger

        protected static final java.util.logging.Logger logger
      • root

        protected java.io.File root
    • Constructor Detail

      • NormalizedPath

        public NormalizedPath​(java.io.File root,
                              java.lang.String normalizedPath)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toFile

        public java.io.File toFile()
      • withSuffix

        public NormalizedPath withSuffix​(java.lang.String filenameSuffix,
                                         boolean canExist)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toCreatable

        public NormalizedPath toCreatable​(java.lang.String filenameSuffix,
                                          boolean canExist)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception