Class SingleTargetMapping
java.lang.Object
org.apache.maven.shared.io.scan.mapping.SingleTargetMapping
- All Implemented Interfaces:
SourceMapping
Maps a set of input files to a single output file.
- Version:
- $Id: SingleTargetMapping.java 1719477 2015-12-11 17:33:58Z khmarbaise $
- Author:
- Trygve Laugstøl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleTargetMapping
- Parameters:
sourceSuffix
- source suffix.outputFile
- output file.
-
-
Method Details
-
getTargetFiles
- Specified by:
getTargetFiles
in interfaceSourceMapping
- Parameters:
targetDir
- target directory.source
- source.- Returns:
- list of target files.
- Throws:
InclusionScanException
- in case of an error.
-