edu.isi.pegasus.planner.invocation
public abstract class Arguments extends Invocation
Job
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
m_executable
This is the executable that was run.
|
Constructor and Description |
---|
Arguments()
Default c'tor: Construct a hollow shell and allow further
information to be added later.
|
Arguments(String executable)
Constructs an applications without arguments.
|
Modifier and Type | Method and Description |
---|---|
String |
getExecutable()
Accessor
|
abstract String |
getValue()
This abstract method is called by higher-level functions to
obtain a single string representation of the arguments.
|
void |
setExecutable(String executable)
Accessor.
|
void |
toString(Writer stream)
Converts the active state into something meant for human consumption.
|
protected String m_executable
public Arguments()
public Arguments(String executable)
executable
- is the name of the application.public abstract String getValue()
null
if there is no such string. The empty string is also possible.public String getExecutable()
setExecutable(String)
public void setExecutable(String executable)
executable
- getExecutable()
public void toString(Writer stream) throws IOException
toString
in class org.griphyn.vdl.Chimera
stream
- is a stream opened and ready for writing. This can also
be a string stream for efficient output.IOException
- if something fishy happens to the stream.