public abstract class AbstractDataProducer extends Object implements DataProducer
| Constructor and Description |
|---|
AbstractDataProducer(String[] pIncludes,
String[] pExcludes,
Mapper[] pMapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncluded(String pName) |
org.apache.commons.compress.archivers.tar.TarArchiveEntry |
map(org.apache.commons.compress.archivers.tar.TarArchiveEntry pEntry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitproducepublic boolean isIncluded(String pName)
public org.apache.commons.compress.archivers.tar.TarArchiveEntry map(org.apache.commons.compress.archivers.tar.TarArchiveEntry pEntry)
Copyright © 2013. All Rights Reserved.