|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
wt.tools.boot.RemoveJarIncludesEntriesTask
Removes entries specified by one file from specified jar includes files.
Field Summary | |
private File |
entriesToRemoveFile
|
private File |
jarContentsDir
|
private String |
logicalJarNames
|
private boolean |
traceOnly
|
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
RemoveJarIncludesEntriesTask()
|
Method Summary | |
void |
execute()
|
private void |
removeEntries(File file,
Collection entriesToRemove)
|
void |
setEntriesToRemoveFile(File entriesToRemoveFile)
|
void |
setJarContentsDir(File jarContentsDir)
|
void |
setLogicalJarNames(String logicalJarNames)
|
void |
setTraceOnly(boolean traceOnly)
|
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private File entriesToRemoveFile
private File jarContentsDir
private String logicalJarNames
private boolean traceOnly
Constructor Detail |
public RemoveJarIncludesEntriesTask()
Method Detail |
public void setJarContentsDir(File jarContentsDir)
public void setLogicalJarNames(String logicalJarNames)
public void setEntriesToRemoveFile(File entriesToRemoveFile)
public void setTraceOnly(boolean traceOnly)
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
private void removeEntries(File file, Collection entriesToRemove) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |