public class ExecParameterTokenizer extends 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(String str) |
public ExecParameterTokenizer(String str)
public List<String> getAllTokens()
NullPointerException
- if the string to be tokenized was null.Copyright © 2005–2015 Alfresco Software. All rights reserved.