Uses of Interface
org.apache.maven.shared.io.scan.mapping.SourceMapping
-
Packages that use SourceMapping Package Description org.apache.maven.shared.io.scan org.apache.maven.shared.io.scan.mapping -
-
Uses of SourceMapping in org.apache.maven.shared.io.scan
Fields in org.apache.maven.shared.io.scan with type parameters of type SourceMapping Modifier and Type Field Description private java.util.List<SourceMapping>
AbstractResourceInclusionScanner. sourceMappings
Methods in org.apache.maven.shared.io.scan that return types with arguments of type SourceMapping Modifier and Type Method Description protected java.util.List<SourceMapping>
AbstractResourceInclusionScanner. getSourceMappings()
Methods in org.apache.maven.shared.io.scan with parameters of type SourceMapping Modifier and Type Method Description void
AbstractResourceInclusionScanner. addSourceMapping(SourceMapping sourceMapping)
void
ResourceInclusionScanner. addSourceMapping(SourceMapping sourceMapping)
-
Uses of SourceMapping in org.apache.maven.shared.io.scan.mapping
Classes in org.apache.maven.shared.io.scan.mapping that implement SourceMapping Modifier and Type Class Description class
SingleTargetMapping
Maps a set of input files to a single output file.class
SuffixMapping
-