|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.parser.dax.DAXParser3.Arguments
private class DAXParser3.Arguments
Private class to handle mix data content for arguments tags.
| Field Summary | |
|---|---|
protected StringBuffer |
mBuffer
Handle to a job arguments to handle mixed content. |
| Constructor Summary | |
|---|---|
DAXParser3.Arguments()
The default constructor |
|
| Method Summary | |
|---|---|
private void |
addArgument(File file)
Adds a file name to the argument string |
void |
addArgument(ReplicaLocation rl)
Adds filename to the arguments |
void |
addArgument(String text)
Adds text to the arguments string |
String |
ignoreWhitespace(String str)
Our own implementation for ignorable whitespace. |
String |
ignoreWhitespace(String str,
boolean preserveLineBreak)
Our own implementation for ignorable whitespace. |
void |
reset()
Resets the internal buffer |
String |
toString()
Returns the arguments as string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StringBuffer mBuffer
| Constructor Detail |
|---|
public DAXParser3.Arguments()
| Method Detail |
|---|
public void reset()
public void addArgument(String text)
text - the text to be added.public void addArgument(ReplicaLocation rl)
rl - the ReplicaLocation objectprivate void addArgument(File file)
file - the file object.public String ignoreWhitespace(String str)
str - The string that contains whitespaces.
public String ignoreWhitespace(String str,
boolean preserveLineBreak)
str - The string that contains whitespaces.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||