public class GCompoundFiles extends ExecutionResult<java.util.LinkedList<GCompoundFile>> implements IterableAndSize<GCompoundFile>
QUIT, UNDEF, VOID
Constructor and Description |
---|
GCompoundFiles() |
GCompoundFiles(java.util.LinkedList<GCompoundFile> files) |
Modifier and Type | Method and Description |
---|---|
void |
addFile(java.io.File file,
FileFormat format) |
void |
addFiles(java.io.File[] files) |
boolean |
addFiles(java.io.File file,
FileFormat format,
boolean recursive) |
void |
addFiles(java.lang.String filename,
boolean recursive) |
GCompoundFiles |
clone() |
java.lang.String |
getScriptConstantRepresentation()
Returns the value as a constant in valid script syntax.
|
int |
getSize()
Returns the number of elements to iterate.
|
java.lang.String |
getStringRepresentation()
Returns a user-readable string representation of this instance.
|
ScriptType |
getType()
Returns the type of the result.
|
java.util.LinkedList<GCompoundFile> |
getValue()
Returns the internal value.
|
java.util.Iterator<GCompoundFile> |
iterator() |
void |
setValue(java.util.LinkedList<GCompoundFile> value)
Sets the internal value.
|
java.io.File[] |
toArray() |
equals, getSign, getTypeName, isZero, toString, valueToString
isStopExecution
public GCompoundFiles(java.util.LinkedList<GCompoundFile> files)
public GCompoundFiles()
public ScriptType getType()
ExecutionResult
getType
in class ExecutionResult<java.util.LinkedList<GCompoundFile>>
public GCompoundFiles clone()
clone
in class ExecutionResult<java.util.LinkedList<GCompoundFile>>
public java.util.LinkedList<GCompoundFile> getValue()
ExecutionResult
getValue
in class ExecutionResult<java.util.LinkedList<GCompoundFile>>
public void setValue(java.util.LinkedList<GCompoundFile> value)
ExecutionResult
setValue
in class ExecutionResult<java.util.LinkedList<GCompoundFile>>
value
- the new value.public void addFile(java.io.File file, FileFormat format)
public void addFiles(java.io.File[] files)
public boolean addFiles(java.io.File file, FileFormat format, boolean recursive)
public void addFiles(java.lang.String filename, boolean recursive)
public java.util.Iterator<GCompoundFile> iterator()
iterator
in interface java.lang.Iterable<GCompoundFile>
public int getSize()
IterableAndSize
getSize
in interface IterableAndSize<GCompoundFile>
public java.lang.String getStringRepresentation()
ExecutionReturn
getStringRepresentation
in class ExecutionResult<java.util.LinkedList<GCompoundFile>>
public java.lang.String getScriptConstantRepresentation()
ExecutionReturn
getScriptConstantRepresentation
in class ExecutionReturn
public java.io.File[] toArray()