public class ScriptIteratorSingle extends java.lang.Object implements IScriptIterator
| Constructor and Description |
|---|
ScriptIteratorSingle(java.io.File file) |
ScriptIteratorSingle(java.io.File file,
java.io.File directory) |
| Modifier and Type | Method and Description |
|---|---|
IScriptIterator |
copyCurrent() |
java.lang.String |
getGroupName() |
java.lang.String |
getName() |
boolean |
next() |
java.io.InputStream |
open() |
public ScriptIteratorSingle(java.io.File file)
public ScriptIteratorSingle(java.io.File file,
java.io.File directory)
public java.lang.String getGroupName()
getGroupName in interface IScriptIteratorpublic boolean next()
next in interface IScriptIteratorpublic java.lang.String getName()
getName in interface IScriptIteratorpublic java.io.InputStream open()
throws java.io.IOException
open in interface IScriptIteratorjava.io.IOExceptionpublic IScriptIterator copyCurrent()
copyCurrent in interface IScriptIterator