public class FileRootManagedVariable extends AbstractUpdateIni
aoFactory, aoSession, description, getable, name, setable
Constructor and Description |
---|
FileRootManagedVariable() |
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, GetIniFileName
getable, getDescription, getName, setable, setFactory, setSession
public java.lang.String[] get() throws com.highqsoft.avalon.AvalonException
VariableInterface
get
in interface VariableInterface
get
in class AbstractVariable
com.highqsoft.avalon.AvalonException
- any occurring Avalon exception.public void set(java.lang.String value) throws com.highqsoft.avalon.AvalonException
VariableInterface
set
in interface VariableInterface
set
in class AbstractVariable
value
- the new valuecom.highqsoft.avalon.AvalonException
- any occurring Avalon exception