| Package | Description |
|---|---|
| org.vafer.jdeb.ant | |
| org.vafer.jdeb.mapping | |
| org.vafer.jdeb.maven | |
| org.vafer.jdeb.producers |
| Modifier and Type | Method and Description |
|---|---|
Mapper |
Mapper.createMapper() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static Mapper |
NullMapper.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Mapper |
Mapper.createMapper() |
| Constructor and Description |
|---|
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 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) |
Copyright © 2014. All rights reserved.