org.cagrid.installer
Class AntComponentInstaller

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

public class AntComponentInstaller
extends AbstractDownloadedComponentInstaller

Author:
Joshua Phillips

Constructor Summary
AntComponentInstaller()
           
 
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

AntComponentInstaller

public AntComponentInstaller()
Method Detail

getComponentId

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

getShouldInstallCondition

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

getShouldCheckCondition

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