Uses of Interface
org.vafer.jdeb.mapping.Mapper

Packages that use Mapper
org.vafer.jdeb.ant   
org.vafer.jdeb.mapping   
org.vafer.jdeb.maven   
org.vafer.jdeb.producers   
 

Uses of Mapper in org.vafer.jdeb.ant
 

Methods in org.vafer.jdeb.ant that return Mapper
 Mapper Mapper.createMapper()
           
 

Uses of Mapper in org.vafer.jdeb.mapping
 

Classes in org.vafer.jdeb.mapping that implement Mapper
 class LsMapper
          Reads permissions and ownerships from a "ls -laR > mapping.txt" dump and maps entries accordingly.
 class NullMapper
           
 class PermMapper
          Applies a uniform set of permissions and ownership to all entries.
 class PrefixMapper
          Deprecated. and replaced by PermPapper which does the same thing and more
 

Uses of Mapper in org.vafer.jdeb.maven
 

Methods in org.vafer.jdeb.maven that return Mapper
 Mapper Mapper.createMapper()
           
 

Uses of Mapper in org.vafer.jdeb.producers
 

Constructors in org.vafer.jdeb.producers with parameters of type Mapper
AbstractDataProducer(String[] pIncludes, String[] pExcludes, Mapper[] pMapper)
           
DataProducerArchive(File pArchive, String[] pIncludes, String[] pExcludes, Mapper[] pMappers)
           
DataProducerDirectory(File pDir, String[] pIncludes, String[] pExcludes, Mapper[] pMappers)
           
DataProducerFile(File pFile, String[] pIncludes, String[] pExcludes, Mapper[] pMapper)
           
 



Copyright © 2012. All Rights Reserved.