public class FileRootVariable extends AbstractUpdateIni
aoFactory, aoSession, description, getable, name, setable| Constructor and Description |
|---|
FileRootVariable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
get()
Get the values of the variable
|
void |
set(java.lang.String value)
Set the value to the variable
|
copyFileToFile, FileModifyAndBackup, GetBakFileName, GetIniFileNamegetable, getDescription, getName, setable, setFactory, setSessionpublic java.lang.String[] get()
throws com.highqsoft.avalon.AvalonException
VariableInterfaceget in interface VariableInterfaceget in class AbstractVariablecom.highqsoft.avalon.AvalonException - any occurring Avalon exception.public void set(java.lang.String value)
throws com.highqsoft.avalon.AvalonException
VariableInterfaceset in interface VariableInterfaceset in class AbstractVariablevalue - the new valuecom.highqsoft.avalon.AvalonException - any occurring Avalon exception