Class ChainedFileWriterEntry


  • public class ChainedFileWriterEntry
    extends Object
    Definition of of the chained writer entry. Created: 04 mars. 2010
    Since:
    2.0.0
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • inputPath

        protected String inputPath
        input path of entry (can be a directory or a classpath entry)
      • includePattern

        protected String includePattern
        include pattern of entry
      • useClassPath

        protected boolean useClassPath
        Flag to knwon if resources should be searched in classpath. If sets to true, then the inputPath is the absolute path where to seek resources in classpath.
        Since:
        2.1.3
    • Constructor Detail

      • ChainedFileWriterEntry

        public ChainedFileWriterEntry​(String inputPath,
                                      String includePattern,
                                      boolean useClassPath)
      • ChainedFileWriterEntry

        public ChainedFileWriterEntry​(String inputPath,
                                      String includePattern)
    • Method Detail

      • getIncludePattern

        public String getIncludePattern()
      • getInputPath

        public String getInputPath()
      • isUseClassPath

        public boolean isUseClassPath()