|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cagrid.installer.Installer
public class Installer
| Constructor Summary | |
|---|---|
Installer()
|
|
| Method Summary | |
|---|---|
java.util.List<CaGridComponentInstaller> |
getComponentInstallers()
|
java.util.List<DownloadedComponentInstaller> |
getDownloadedComponentInstallers()
|
void |
initialize()
|
static void |
main(java.lang.String[] args)
|
void |
run()
|
void |
setComponentInstallers(java.util.List<CaGridComponentInstaller> componentInstallers)
|
void |
setDownloadedComponentInstallers(java.util.List<DownloadedComponentInstaller> externalComponentInstallers)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Installer()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void initialize()
public void run()
public java.util.List<CaGridComponentInstaller> getComponentInstallers()
public void setComponentInstallers(java.util.List<CaGridComponentInstaller> componentInstallers)
public java.util.List<DownloadedComponentInstaller> getDownloadedComponentInstallers()
public void setDownloadedComponentInstallers(java.util.List<DownloadedComponentInstaller> externalComponentInstallers)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||