Uses of Interface
org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping

Packages that use SourceMapping
org.codehaus.plexus.compiler.util.scan   
org.codehaus.plexus.compiler.util.scan.mapping   
 

Uses of SourceMapping in org.codehaus.plexus.compiler.util.scan
 

Methods in org.codehaus.plexus.compiler.util.scan with parameters of type SourceMapping
 void SourceInclusionScanner.addSourceMapping(SourceMapping sourceMapping)
           
 void AbstractSourceInclusionScanner.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
 class SingleTargetSourceMapping
          Maps a set of input files to a single output file.
 class SuffixMapping