public final class DescriptorResolver
extends java.lang.Object
Desc annotations) starting from an element and recursing up the tree
of parent elements looking for a matching descriptor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PRINT_ID
Special ID used to instruct the resolver to print its progress.
|
| Modifier and Type | Method and Description |
|---|---|
static IResolvedDescriptor |
resolve(IAnnotationHandle desc,
ISelectorContext context) |
static IResolvedDescriptor |
resolve(java.lang.String id,
ISelectorContext context)
Resolve the specified descriptor id starting at the specified context
|
public static java.lang.String PRINT_ID
public static IResolvedDescriptor resolve(IAnnotationHandle desc, ISelectorContext context)
public static IResolvedDescriptor resolve(java.lang.String id, ISelectorContext context)
id - Id to resolve, can be empty if resolving by coordinatecontext - Selector context, usually from the source annotation