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. sourceMappingsMethods 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 voidAbstractResourceInclusionScanner. addSourceMapping(SourceMapping sourceMapping)voidResourceInclusionScanner. 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 classSingleTargetMappingMaps a set of input files to a single output file.classSuffixMapping
-