Class CopyMapping

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

    public class CopyMapping
    extends Object
    implements org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping
    A source mapping for simply copying files to the target directory.
    Author:
    jan.sievers@sap.com
    • Constructor Detail

      • CopyMapping

        public CopyMapping()
    • Method Detail

      • getTargetFiles

        public Set<File> getTargetFiles​(File targetDir,
                                        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