Inheritance diagram for sfi.director.application.RPMPackageHandler:

Public Member Functions | |
| RPMPackageHandler () | |
| RPMPackageHandler (String name) | |
| Vector | pkgFromFile (String filename) |
| Vector | inventory () |
| Vector | inventory (String cmd[]) |
Protected Member Functions | |
| void | targetInstallPkgs (Vector pkgs) throws DirectorException |
| install a whole bunch of packages. | |
| void | targetRemovePkgs (Vector pkgs) throws DirectorException |
| remove a whole bunch of packages. | |
Static Package Attributes | |
| static final String | installcmd [] |
| static final String | removecmd [] |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from sfi.director.application.FilePackageHandler. |
|
|
Reimplemented from sfi.director.application.FilePackageHandler. |
|
|
install a whole bunch of packages. This method is run on target side if the default install()/remove()/flush() methods are active. Reimplemented from sfi.director.application.FilePackageHandler. |
|
|
remove a whole bunch of packages. This method is run on target side if the default install()/remove()/flush() methods are active. Reimplemented from sfi.director.application.FilePackageHandler. |
|
|
Initial value: new String[] { "rpm", "-U" } |
|
|
Initial value: new String[] { "rpm", "-e" } |
1.4.5