Class CopyMapping

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

    public class CopyMapping
    extends java.lang.Object
    implements org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
    A source mapping for simply copying files to the target directory.
    • Constructor Detail

      • CopyMapping

        public CopyMapping()
    • Method Detail

      • getTargetFiles

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