public interface Overrides
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String name)
Returns whether an override for a given variable name exists in this container.
|
String |
fetch(String name)
Get override value for variable name and resolve variable references.
|
String |
fetch(String name,
String defaultValue)
Get override value for variable name and resolve variable references.
|
File |
getFile()
Returns a reference to the overrides file used to initialize this container.
|
void |
load()
Loads the overrides from the file system.
|
String |
remove(String name)
Removes the override for a given variable name from the container.
|
void |
setInstallData(InstallData installData)
Initialize the installer runtime data.
|
int |
size()
Returns the overall number of overrides for variable values in this container.
|
String fetch(String name)
name - the Izpack variable nameString fetch(String name, String defaultValue)
name - the Izpack variable namedefaultValue - boolean containsKey(String name)
name - the Izpack variable nameString remove(String name)
name - the Izpack variable nameint size()
void setInstallData(InstallData installData)
installData - the installer runtime dataFile getFile()
void load() throws IOException
setInstallData(InstallData)
first.IOException - if an I/O error occurs during loadingCopyright © 2001–2025. All rights reserved.