org.rhq.plugins.kickstart
Class KickstartDiscoveryComponent

java.lang.Object
  extended by org.rhq.plugins.kickstart.KickstartDiscoveryComponent
All Implemented Interfaces:
ResourceDiscoveryComponent

public class KickstartDiscoveryComponent
extends Object
implements ResourceDiscoveryComponent

Looks for koan on the machine so that it can do kickstart installations.


Constructor Summary
KickstartDiscoveryComponent()
           
 
Method Summary
 Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext context)
           
 boolean packageExists(SystemInfo sysinfo, String packageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KickstartDiscoveryComponent

public KickstartDiscoveryComponent()
Method Detail

discoverResources

public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext context)
Specified by:
discoverResources in interface ResourceDiscoveryComponent

packageExists

public boolean packageExists(SystemInfo sysinfo,
                             String packageName)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.