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