org.rhq.core.domain.state.discovery
Class AutoDiscoveryRequest

java.lang.Object
  extended by org.rhq.core.domain.state.discovery.AutoDiscoveryRequest
All Implemented Interfaces:
Serializable

public class AutoDiscoveryRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AutoDiscoveryRequest()
           
 
Method Summary
 List<String> getExcludes()
           
 List<String> getPaths()
           
 Properties getProperties()
           
 List<AutoDiscoveryScanType> getScanTypes()
           
 List<String> getServerPlugins()
           
 void setExcludes(List<String> excludes)
           
 void setPaths(List<String> paths)
           
 void setProperties(Properties properties)
           
 void setScanTypes(List<AutoDiscoveryScanType> scanTypes)
           
 void setServerPlugins(List<String> serverPlugins)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDiscoveryRequest

public AutoDiscoveryRequest()
Method Detail

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

getScanTypes

public List<AutoDiscoveryScanType> getScanTypes()

setScanTypes

public void setScanTypes(List<AutoDiscoveryScanType> scanTypes)

getServerPlugins

public List<String> getServerPlugins()

setServerPlugins

public void setServerPlugins(List<String> serverPlugins)

getPaths

public List<String> getPaths()

setPaths

public void setPaths(List<String> paths)

getExcludes

public List<String> getExcludes()

setExcludes

public void setExcludes(List<String> excludes)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.