|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.util.exec.ExecParameterTokenizer
public class ExecParameterTokenizer
This class is used to tokenize strings used as parameters for RuntimeExec objects.
Examples of such strings are as follows (ImageMagick-like parameters):
| Nested Class Summary | |
|---|---|
class |
ExecParameterTokenizer.QuotedSubstring
A substring that is surrounded by (single or double) quotes. |
static interface |
ExecParameterTokenizer.Substring
Utility interface for a substring in a parameter string. |
class |
ExecParameterTokenizer.UnquotedSubstring
A substring that is not surrounded by (single or double) quotes. |
| Constructor Summary | |
|---|---|
ExecParameterTokenizer(java.lang.String str)
|
|
| Method Summary | |
|---|---|
java.util.List |
getAllTokens()
This method returns the tokens in a parameter string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecParameterTokenizer(java.lang.String str)
| Method Detail |
|---|
public java.util.List getAllTokens()
java.lang.NullPointerException - if the string to be tokenized was null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||