org.cagrid.installer
Class Installer

java.lang.Object
  extended by org.cagrid.installer.Installer

public class Installer
extends java.lang.Object

Author:
Joshua Phillips

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

Installer

public Installer()
Method Detail

main

public static void main(java.lang.String[] args)

initialize

public void initialize()

run

public void run()

getComponentInstallers

public java.util.List<CaGridComponentInstaller> getComponentInstallers()

setComponentInstallers

public void setComponentInstallers(java.util.List<CaGridComponentInstaller> componentInstallers)

getDownloadedComponentInstallers

public java.util.List<DownloadedComponentInstaller> getDownloadedComponentInstallers()

setDownloadedComponentInstallers

public void setDownloadedComponentInstallers(java.util.List<DownloadedComponentInstaller> externalComponentInstallers)