wt.tools.boot
Class CreateCodebaseBOM

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

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


Field Summary
private  File codebaseBOMFile
           
private  String mainBOMFilesetId
           
private static String PREFIX
           
private  boolean preserveOldEntries
           
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
CreateCodebaseBOM()
           
 
Method Summary
 void execute()
           
 void filterDsuBOMsBy(File[] dsuBomFiles, String prefix)
           
 void setCodebaseBOMFile(File codebaseBOMFile)
           
 void setMainBOMFilesetId(String mainBOMFilesetId)
           
 void setPreserveOldEntries(boolean preserveOldEntries)
           
 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

PREFIX

private static final String PREFIX
See Also:
Constant Field Values

mainBOMFilesetId

private String mainBOMFilesetId

codebaseBOMFile

private File codebaseBOMFile

preserveOldEntries

private boolean preserveOldEntries

traceOnly

private boolean traceOnly
Constructor Detail

CreateCodebaseBOM

public CreateCodebaseBOM()
Method Detail

setMainBOMFilesetId

public void setMainBOMFilesetId(String mainBOMFilesetId)

setCodebaseBOMFile

public void setCodebaseBOMFile(File codebaseBOMFile)

setPreserveOldEntries

public void setPreserveOldEntries(boolean preserveOldEntries)

setTraceOnly

public void setTraceOnly(boolean traceOnly)

execute

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

filterDsuBOMsBy

public void filterDsuBOMsBy(File[] dsuBomFiles,
                            String prefix)