| Package | Description |
|---|---|
| com.izforge.izpack.api.data | |
| com.izforge.izpack.api.substitutor |
| Modifier and Type | Method and Description |
|---|---|
SubstitutionType |
ParsableFile.getType()
Returns the substitution type.
|
| Constructor and Description |
|---|
ParsableFile(String path,
SubstitutionType type,
String encoding,
List<OsModel> osConstraints)
Constructs and initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static SubstitutionType |
SubstitutionType.getDefault() |
static SubstitutionType |
SubstitutionType.lookup(String typeString)
Return the substitution type
|
static SubstitutionType |
SubstitutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstitutionType[] |
SubstitutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VariableSubstitutor.substitute(InputStream in,
OutputStream out,
SubstitutionType type,
String encoding)
Substitutes the variables found in the specified input stream.
|
String |
VariableSubstitutor.substitute(InputStream in,
SubstitutionType type)
Substitute method Variant that gets An Input Stream and returns A String
|
int |
VariableSubstitutor.substitute(Reader reader,
Writer writer,
SubstitutionType type)
Substitutes the variables found in the data read from the specified reader.
|
String |
VariableSubstitutor.substitute(String str,
SubstitutionType type)
Substitutes the variables found in the specified string.
|
Copyright © 2001–2025. All rights reserved.