public abstract class BaseJpfTask
extends org.apache.tools.ant.taskdefs.MatchingTask
| Constructor and Description |
|---|
BaseJpfTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
protected java.util.Set<java.lang.String> |
getBlackList() |
protected java.io.File[] |
getIncludedFiles() |
protected java.net.URL |
getManifestURL(java.io.File file) |
protected PathResolver |
getPathResolver() |
protected PluginRegistry |
getRegistry() |
protected boolean |
getVerbose() |
protected java.util.Set<java.lang.String> |
getWhiteList() |
protected void |
initRegistry(boolean usePathResolver) |
protected boolean |
isManifestAccepted(java.net.URL manifestUrl) |
protected java.util.Set<java.lang.String> |
loadList(java.io.File file) |
void |
setBaseDir(java.io.File aBaseDir) |
void |
setBlackList(java.io.File file) |
void |
setVerbose(boolean aVerbose) |
void |
setWhiteList(java.io.File file) |
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItemsbindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet set)
set - the set of files to be registered as manifestspublic final void setBaseDir(java.io.File aBaseDir)
aBaseDir - base directory for manifest filespublic final void setVerbose(boolean aVerbose)
aVerbose - true if detailed integrity check report
requiredpublic final void setWhiteList(java.io.File file)
throws java.io.IOException
file - while list filejava.io.IOException - if list reading failedpublic final void setBlackList(java.io.File file)
throws java.io.IOException
file - black list filejava.io.IOException - if list reading failedprotected java.util.Set<java.lang.String> loadList(java.io.File file)
throws java.io.IOException
java.io.IOExceptionprotected final boolean getVerbose()
protected final PathResolver getPathResolver()
protected final PluginRegistry getRegistry()
protected java.util.Set<java.lang.String> getWhiteList()
protected java.util.Set<java.lang.String> getBlackList()
protected final void initRegistry(boolean usePathResolver)
protected java.io.File[] getIncludedFiles()
protected java.net.URL getManifestURL(java.io.File file)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionprotected boolean isManifestAccepted(java.net.URL manifestUrl)
throws ManifestProcessingException
ManifestProcessingExceptionCopyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.