| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.parser.impl.util |
| Modifier and Type | Method and Description |
|---|---|
YangSourceContextResolver.ResolutionState |
YangSourceContextResolver.resolveSource(org.opendaylight.yangtools.yang.model.util.repo.SourceIdentifier identifier)
Resolves state of source and updates internal state accordingly.
|
YangSourceContextResolver.ResolutionState |
YangSourceContextResolver.resolveSource(String name,
com.google.common.base.Optional<String> formattedRevision)
Resolves resolution state for provided name and formated revision
This method is shorthand for
YangSourceContextResolver.resolveSource(SourceIdentifier)
with argument new SourceIdentifier(name, formattedRevision) |
static YangSourceContextResolver.ResolutionState |
YangSourceContextResolver.ResolutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangSourceContextResolver.ResolutionState[] |
YangSourceContextResolver.ResolutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.