wt.tools.boot
Class RemoveNonexistantEntries

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bywt.tools.boot.RemoveNonexistantEntries

public class RemoveNonexistantEntries
extends org.apache.tools.ant.Task


Field Summary
private  File codebaseDir
           
private  String filesetId
           
private  boolean giveWarnings
           
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
RemoveNonexistantEntries()
           
 
Method Summary
 void execute()
           
 void setCodebaseDir(File codebaseDir)
           
 void setFilesetId(String filesetId)
           
 void setGiveWarnings(boolean giveWarnings)
           
 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

filesetId

private String filesetId

codebaseDir

private File codebaseDir

traceOnly

private boolean traceOnly

giveWarnings

private boolean giveWarnings
Constructor Detail

RemoveNonexistantEntries

public RemoveNonexistantEntries()
Method Detail

setFilesetId

public void setFilesetId(String filesetId)

setCodebaseDir

public void setCodebaseDir(File codebaseDir)

setTraceOnly

public void setTraceOnly(boolean traceOnly)

setGiveWarnings

public void setGiveWarnings(boolean giveWarnings)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException