public class GroupProxyImmutable extends GroupProxyBase
props| Constructor and Description |
|---|
GroupProxyImmutable(String canonicalName,
String javaCanonicalName,
List<NameAndProperty> props,
boolean userGroup)
Constructs a new instance w/ final unmodifiable fields.
|
getCanonicalName, getCanonicalName, getJavaCanonicalName, getProperties, getProxiedGroup, getSimpleName, isUserGrouppublic GroupProxyImmutable(String canonicalName, String javaCanonicalName, List<NameAndProperty> props, boolean userGroup)
canonicalName - AndHow name of the groupjavaCanonicalName - Java name of the group (inner classes use a $ instead of a dot)props - A list of contained PropertiesuserGroup - If true, this is a typical group.
If false, it is an internal property use to configure AndHow.Copyright © 2022. All rights reserved.