Class CompilerResources


  • public class CompilerResources
    extends Object
    Class representing resources that are intended for input into a compiler.
    Author:
    Karsten Klein
    • Field Detail

      • source

        protected org.apache.maven.model.FileSet source
      • relativeOutputDirectory

        protected String relativeOutputDirectory
        Defines an additional path section when calculating the destination for the processed file.
      • destination

        protected File destination
        Where to put the compiled results
    • Constructor Detail

      • CompilerResources

        public CompilerResources()
    • Method Detail

      • getFilesAndDestinations

        public Map<String,​String> getFilesAndDestinations()
        Produces a map that contains the path to the input file and the path to the output file.
        Returns:
        The map as described above.