public class ExecParameterTokenizer
extends java.lang.Object
RuntimeExec objects.
Examples of such strings are as follows (ImageMagick-like parameters):
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
ExecParameterTokenizer(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAllTokens()
This method returns the tokens in a parameter string.
|
public java.util.List getAllTokens()
java.lang.NullPointerException - if the string to be tokenized was null.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.