Class RootFilePatternParser.RootFilePath

  • Enclosing class:
    RootFilePatternParser

    static class RootFilePatternParser.RootFilePath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RootFilePath​(java.lang.String path, java.io.File baseDir, java.lang.String destinationDir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String parse​(java.lang.String path)  
      FileSet toFileSet​(boolean useDefaultExcludes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        private java.lang.String path
      • baseDir

        private java.io.File baseDir
      • isAbsolute

        private boolean isAbsolute
      • isFile

        private boolean isFile
      • destinationDir

        private java.lang.String destinationDir
    • Constructor Detail

      • RootFilePath

        public RootFilePath​(java.lang.String path,
                            java.io.File baseDir,
                            java.lang.String destinationDir)
    • Method Detail

      • toFileSet

        public FileSet toFileSet​(boolean useDefaultExcludes)
      • parse

        private java.lang.String parse​(java.lang.String path)