public class HostProfileConfigInfo extends ProfileConfigInfo
| Modifier and Type | Field and Description |
|---|---|
HostApplyProfile |
applyProfile |
ComplianceProfile |
customComplyProfile |
ComplianceLocator[] |
defaultComplyLocator |
ComplianceProfile |
defaultComplyProfile |
String[] |
disabledExpressionList |
annotation, enabled, namedynamicProperty, dynamicType| Constructor and Description |
|---|
HostProfileConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostApplyProfile |
getApplyProfile() |
ComplianceProfile |
getCustomComplyProfile() |
ComplianceLocator[] |
getDefaultComplyLocator() |
ComplianceProfile |
getDefaultComplyProfile() |
String[] |
getDisabledExpressionList() |
void |
setApplyProfile(HostApplyProfile applyProfile) |
void |
setCustomComplyProfile(ComplianceProfile customComplyProfile) |
void |
setDefaultComplyLocator(ComplianceLocator[] defaultComplyLocator) |
void |
setDefaultComplyProfile(ComplianceProfile defaultComplyProfile) |
void |
setDisabledExpressionList(String[] disabledExpressionList) |
getAnnotation, getName, isEnabled, setAnnotation, setEnabled, setNamegetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic HostApplyProfile applyProfile
public ComplianceProfile defaultComplyProfile
public ComplianceLocator[] defaultComplyLocator
public ComplianceProfile customComplyProfile
public String[] disabledExpressionList
public HostApplyProfile getApplyProfile()
public ComplianceProfile getDefaultComplyProfile()
public ComplianceLocator[] getDefaultComplyLocator()
public ComplianceProfile getCustomComplyProfile()
public String[] getDisabledExpressionList()
public void setApplyProfile(HostApplyProfile applyProfile)
public void setDefaultComplyProfile(ComplianceProfile defaultComplyProfile)
public void setDefaultComplyLocator(ComplianceLocator[] defaultComplyLocator)
public void setCustomComplyProfile(ComplianceProfile customComplyProfile)
public void setDisabledExpressionList(String[] disabledExpressionList)
Copyright © 2011-2012. All Rights Reserved.