Class PropertiesSourceMapping

  • All Implemented Interfaces:
    org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping

    public class PropertiesSourceMapping
    extends Object
    implements org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
    A Maven source mapping from properties sources to their generated JavaScript.
    • Method Detail

      • getTargetFiles

        public Set<File> getTargetFiles​(File targetDir,
                                        String source)
        Specified by:
        getTargetFiles in interface org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping