public abstract class StringSubstitutionFactory extends Object
StringSubstitutor object.| Constructor and Description |
|---|
StringSubstitutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static StringSubstitutor |
createStringSubstitutor(InputStream stringsubs)
Create a
StringSubstitutor object. |
public static StringSubstitutor createStringSubstitutor(InputStream stringsubs) throws StringSubstitutionException
StringSubstitutor object.stringsubs - An input stream of string substitution file.StringSubstitutionException - If the input stream is invalid
or any exception occurs during parsing or in validation.Copyright © 2015. All rights reserved.