public class LineWord
extends java.lang.Object
| Constructor and Description |
|---|
LineWord(java.lang.String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the parameter name represented by this word.
|
java.lang.String |
getText()
Returns the full text of the original command-line argument.
|
java.lang.String |
getValue()
Returns the parameter value represented by this word.
|
java.lang.String |
toString() |
public LineWord(java.lang.String text)
name=value or, for positionally-determined parameters,
just value.text - command-line argumentpublic java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getText()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.