public static class ImperativeFacet.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static ImperativeFacet.Flags |
getFlags(ObjectMember member,
Method method) |
static ImperativeFacet |
getImperativeFacet(Facet facet)
Returns the provided
facet as an ImperativeFacet if
it either is one or if it is a DecoratingFacet that in turn wraps
an ImperativeFacet. |
static ImperativeFacet.Intent |
getIntent(ObjectMember member,
Method method) |
static boolean |
isImperativeFacet(Facet facet) |
public static ImperativeFacet getImperativeFacet(Facet facet)
facet as an ImperativeFacet if
it either is one or if it is a DecoratingFacet that in turn wraps
an ImperativeFacet.
Otherwise, returns null.
public static boolean isImperativeFacet(Facet facet)
public static ImperativeFacet.Flags getFlags(ObjectMember member, Method method)
public static ImperativeFacet.Intent getIntent(ObjectMember member, Method method)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.