@Service public class AbstractConfigModularityCommand extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
LINE_SEPARATOR |
Constructor and Description |
---|
AbstractConfigModularityCommand() |
Modifier and Type | Method and Description |
---|---|
protected Collection<AccessRequired.AccessCheck> |
getAccessChecksForConfigBean(ConfigBeanProxy cbProxy,
String target,
List<String> actions) |
protected Collection<AccessRequired.AccessCheck> |
getAccessChecksForDefaultValue(List<ConfigBeanDefaultValue> values,
String target,
List<String> actions) |
protected Collection<AccessRequired.AccessCheck> |
getAccessChecksForLocation(String location,
List<String> actions) |
protected Config |
getConfigForName(String targetName,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
Domain domain) |
protected String |
replaceExpressionsWithValues(String location) |
protected static final String LINE_SEPARATOR
protected Config getConfigForName(String targetName, org.glassfish.hk2.api.ServiceLocator serviceLocator, Domain domain)
protected Collection<AccessRequired.AccessCheck> getAccessChecksForDefaultValue(List<ConfigBeanDefaultValue> values, String target, List<String> actions)
protected Collection<AccessRequired.AccessCheck> getAccessChecksForConfigBean(ConfigBeanProxy cbProxy, String target, List<String> actions)
protected Collection<AccessRequired.AccessCheck> getAccessChecksForLocation(String location, List<String> actions)
Copyright © 2019. All rights reserved.