dochelper.xins
Class XINSFunctionRecordSet

java.lang.Object
  extended by dochelper.FileRecordSet
      extended by dochelper.xins.XINSFunctionRecordSet
All Implemented Interfaces:
Configurable, RecordSet

public class XINSFunctionRecordSet
extends FileRecordSet

The class XINSFunctionRecordSet implements a special Record Set type that processes XINS function source files in a specific manner. This record type erases the Impl section of the filename when rendering.


Field Summary
 
Fields inherited from class dochelper.FileRecordSet
GLOB, params, PATH, RECUR, rsfiles
 
Constructor Summary
XINSFunctionRecordSet()
           
 
Method Summary
protected  void _listDirectory(java.util.ArrayList stack, java.util.ArrayList files, java.lang.String directory, java.lang.String glob, boolean recursive)
           
 
Methods inherited from class dochelper.FileRecordSet
addPattern, checkParams, clearPatterns, execute, getName, getPatterns, getRsfiles, init, setName, setParam, setPatterns, setRsfiles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XINSFunctionRecordSet

public XINSFunctionRecordSet()
Method Detail

_listDirectory

protected void _listDirectory(java.util.ArrayList stack,
                              java.util.ArrayList files,
                              java.lang.String directory,
                              java.lang.String glob,
                              boolean recursive)
                       throws java.io.IOException
Overrides:
_listDirectory in class FileRecordSet
Throws:
java.io.IOException