|
Node Director
|
holds environmental data for config file processing. More...
Public Member Functions | |
| SaveConfigEnvironment () | |
| void | save (String pkgName) throws DirectorException |
| void | save (String[] pkgNames) throws DirectorException |
| void | save (Vector pkgNames) throws DirectorException |
| void | save () throws DirectorException |
| String[] | pkgNames () |
| void | pkgNames (String[] pkgNames) |
| void | pkgNames (Vector pkgNames) |
| void | archive (File archive) throws DirectorException |
Public Member Functions inherited from sfi.director.application.config.ConfigEnvironment | |
| ConfigEnvironment () | |
| Archive | archive () |
| void | archive (Archive archive) |
| void | archive (java.io.OutputStream stream) |
| void | archive (java.io.InputStream stream) |
| String | root () |
| void | root (String root) |
| SystemArchitecture | architecture () |
| void | architecture (SystemArchitecture architecture) |
| void | architecture (String architecture) |
holds environmental data for config file processing.
| sfi.director.application.config.SaveConfigEnvironment.SaveConfigEnvironment | ( | ) |
| void sfi.director.application.config.SaveConfigEnvironment.archive | ( | File | archive | ) | throws DirectorException |
| String [] sfi.director.application.config.SaveConfigEnvironment.pkgNames | ( | ) |
| void sfi.director.application.config.SaveConfigEnvironment.pkgNames | ( | String[] | pkgNames | ) |
| void sfi.director.application.config.SaveConfigEnvironment.pkgNames | ( | Vector | pkgNames | ) |
| void sfi.director.application.config.SaveConfigEnvironment.save | ( | String | pkgName | ) | throws DirectorException |
| void sfi.director.application.config.SaveConfigEnvironment.save | ( | String[] | pkgNames | ) | throws DirectorException |
| void sfi.director.application.config.SaveConfigEnvironment.save | ( | Vector | pkgNames | ) | throws DirectorException |
| void sfi.director.application.config.SaveConfigEnvironment.save | ( | ) | throws DirectorException |
1.8.1.2