org.cagrid.installer
Class GlobusComponentInstaller

java.lang.Object
  extended by org.cagrid.installer.AbstractDownloadedComponentInstaller
      extended by org.cagrid.installer.GlobusComponentInstaller
All Implemented Interfaces:
DownloadedComponentInstaller

public class GlobusComponentInstaller
extends AbstractDownloadedComponentInstaller

Author:
Joshua Phillips

Constructor Summary
GlobusComponentInstaller()
           
 
Method Summary
protected  java.lang.String getComponentId()
           
protected  Condition getShouldCheckCondition()
           
protected  Condition getShouldInstallCondition()
           
 
Methods inherited from class org.cagrid.installer.AbstractDownloadedComponentInstaller
addCheckInstallSteps, addInstallDownloadedComponentTasks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobusComponentInstaller

public GlobusComponentInstaller()
Method Detail

getComponentId

protected java.lang.String getComponentId()
Specified by:
getComponentId in class AbstractDownloadedComponentInstaller

getShouldCheckCondition

protected Condition getShouldCheckCondition()
Specified by:
getShouldCheckCondition in class AbstractDownloadedComponentInstaller

getShouldInstallCondition

protected Condition getShouldInstallCondition()
Specified by:
getShouldInstallCondition in class AbstractDownloadedComponentInstaller