public class DefaultTargetsConfiguration extends Object implements TargetsConfiguration
| Constructor and Description |
|---|
DefaultTargetsConfiguration() |
DefaultTargetsConfiguration(List<TargetType> targetTypesWhiteList,
List<TargetType> targetTypesBlackList,
List<Property> attributesBlackList) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
getAttributesBlackList() |
List<String> |
getAttributesBlackListQualifiers() |
List<TargetType> |
getTargetTypesBlackList() |
List<String> |
getTargetTypesBlackListCodes() |
List<TargetType> |
getTargetTypesWhiteList() |
List<String> |
getTargetTypesWhiteListCodes() |
public DefaultTargetsConfiguration(List<TargetType> targetTypesWhiteList, List<TargetType> targetTypesBlackList, List<Property> attributesBlackList)
public DefaultTargetsConfiguration()
public List<Property> getAttributesBlackList()
getAttributesBlackList in interface TargetsConfigurationpublic List<String> getAttributesBlackListQualifiers()
getAttributesBlackListQualifiers in interface TargetsConfigurationpublic List<TargetType> getTargetTypesBlackList()
getTargetTypesBlackList in interface TargetsConfigurationpublic List<String> getTargetTypesBlackListCodes()
getTargetTypesBlackListCodes in interface TargetsConfigurationpublic List<TargetType> getTargetTypesWhiteList()
getTargetTypesWhiteList in interface TargetsConfigurationpublic List<String> getTargetTypesWhiteListCodes()
getTargetTypesWhiteListCodes in interface TargetsConfigurationCopyright © 2017 SAP SE. All Rights Reserved.