Uses of Interface
org.vafer.jdeb.mapping.Mapper
Packages that use Mapper
Package
Description
-
Uses of Mapper in org.vafer.jdeb.ant
Methods in org.vafer.jdeb.ant that return Mapper -
Uses of Mapper in org.vafer.jdeb.mapping
Classes in org.vafer.jdeb.mapping that implement MapperModifier and TypeClassDescriptionclassReads permissions and ownerships from a "ls -laR > mapping.txt" dump and maps entries accordingly.classclassApplies a uniform set of permissions and ownership to all entries.Fields in org.vafer.jdeb.mapping declared as Mapper -
Uses of Mapper in org.vafer.jdeb.maven
Methods in org.vafer.jdeb.maven that return Mapper -
Uses of Mapper in org.vafer.jdeb.producers
Constructors in org.vafer.jdeb.producers with parameters of type MapperModifierConstructorDescriptionAbstractDataProducer(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 pDestinationName, String[] pIncludes, String[] pExcludes, Mapper[] pMapper)DataProducerFiles(String[] files, String destDir, Mapper[] mappers)DataProducerLink(String path, String linkName, boolean symlink, String[] pIncludes, String[] pExcludes, Mapper[] pMapper)DataProducerPathTemplate(String[] pLiteralPaths, String[] pIncludes, String[] pExcludes, Mapper[] pMapper)