public interface Resolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
hierarchy()
Returns the full hierarchy of types for the resolved group or extension.
|
default java.lang.String |
name()
Returns the name of the resolved group or extension.
|
default java.lang.String name()
java.lang.String[] hierarchy()
group1/id1/group2/id2/extension the hierarchy must be ("group1", "group2", "extension").
The returned hierarchy must not be null or empty.