tomp.ext.compiler
Class FileSet

java.lang.Object
  |
  +--tomp.ext.compiler.Item
        |
        +--tomp.ext.compiler.FileSet
All Implemented Interfaces:
java.lang.Comparable

public class FileSet
extends Item


Field Summary
protected  java.lang.StringBuffer fileNames
           
 java.util.List files
           
protected  boolean fnOpen
           
 
Fields inherited from class tomp.ext.compiler.Item
application, condition, element, id, index, initParams, inPackage, isOnException, itemOn, items, params, parent, priority, returnCodeOnException, sourcePath, targetPath, toUpdate, type, whatCatch
 
Constructor Summary
FileSet(org.jdom.Element e, Application app, java.lang.String id, java.lang.String validator, java.lang.String type, Item parent, int priority, java.lang.String inPackage)
           
 
Method Summary
protected  void appendDir(Dir f)
           
protected  void appendFile(java.io.File f)
           
 
Methods inherited from class tomp.ext.compiler.Item
addAllImports, addImports, addItem, beginCatch, beginTry, body, clearImports, compareTo, condition, conditionFooter, conditionHeader, declaration, defaultCatch, determineWhatInitParamsImport, endCatch, findItem, footer, generateParameters, generateSetParameters, generateSubstParameters, getAction, getDescendantOrSelfCount, getFilterStyleRef, getId, getImport, getImports, gets, getSourcePath, getTargetPath, header, isFiltered, label, processChildren, produceImports, produceItems, producePackageDecl, produceSource, setImports, setSourcePath, setTargetPath, setWhatCatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

files

public java.util.List files

fileNames

protected java.lang.StringBuffer fileNames

fnOpen

protected boolean fnOpen
Constructor Detail

FileSet

public FileSet(org.jdom.Element e,
               Application app,
               java.lang.String id,
               java.lang.String validator,
               java.lang.String type,
               Item parent,
               int priority,
               java.lang.String inPackage)
Method Detail

appendFile

protected void appendFile(java.io.File f)

appendDir

protected void appendDir(Dir f)