com.mf.roundhouse.core.ant
Class FileSetContainer

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bycom.mf.roundhouse.core.ant.FileSetContainer
Direct Known Subclasses:
CommonImages, ModuleConf, StyleSheets, WebAssets, WebLib

public abstract class FileSetContainer
extends org.apache.tools.ant.Task


Field Summary
protected  java.util.Collection fileSets
           
 
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
FileSetContainer()
           
 
Method Summary
 void addConfiguredFileset(org.apache.tools.ant.types.FileSet fileset)
           
 boolean isOverwrite()
           
 void setOverwrite(boolean b)
           
 
Methods inherited from class org.apache.tools.ant.Task
execute, 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

fileSets

protected java.util.Collection fileSets
Constructor Detail

FileSetContainer

public FileSetContainer()
Method Detail

addConfiguredFileset

public void addConfiguredFileset(org.apache.tools.ant.types.FileSet fileset)

isOverwrite

public boolean isOverwrite()
Returns:

setOverwrite

public void setOverwrite(boolean b)
Parameters:
b -


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.