public class AutoDiscoveryRequest extends Object implements Serializable
| Constructor and Description |
|---|
AutoDiscoveryRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes() |
List<String> |
getPaths() |
Properties |
getProperties() |
List<org.rhq.core.domain.state.discovery.AutoDiscoveryScanType> |
getScanTypes() |
List<String> |
getServerPlugins() |
void |
setExcludes(List<String> excludes) |
void |
setPaths(List<String> paths) |
void |
setProperties(Properties properties) |
void |
setScanTypes(List<org.rhq.core.domain.state.discovery.AutoDiscoveryScanType> scanTypes) |
void |
setServerPlugins(List<String> serverPlugins) |
public Properties getProperties()
public void setProperties(Properties properties)
public List<org.rhq.core.domain.state.discovery.AutoDiscoveryScanType> getScanTypes()
public void setScanTypes(List<org.rhq.core.domain.state.discovery.AutoDiscoveryScanType> scanTypes)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.