Public Member Functions | |
| Script () | |
| void | add (AdminCmd cmd) |
| boolean | remove (AdminCmd cmd) |
| boolean | contains (AdminCmd cmd) |
| boolean | isEmpty () |
| Enumeration | elements () |
| int | size () |
| Object | elementAt (int i) throws ArrayIndexOutOfBoundsException |
| Object | firstElement () throws NoSuchElementException |
| String | toString () |
| Object | clone () throws CloneNotSupportedException |
Public Attributes | |
| boolean | newConfig = false |
AdminCmd
A3CMLConfig
Definition at line 40 of file Script.java.
| fr.dyade.aaa.admin.script.Script.Script | ( | ) |
| boolean fr.dyade.aaa.admin.script.Script.newConfig = false |
create new configuration
Definition at line 47 of file Script.java.
Referenced by fr.dyade.aaa.admin.script.Script.clone().
1.5.0