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