|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.core.config.processor.ProcessorHelper
public class ProcessorHelper
Provides utility functions for ImplementationProcessor
s
Method Summary | |
---|---|
static Scope |
getScope(Scope annotation)
Returns the scope enum specified by the annotation |
static Service |
getService(Class<?> interfaceType,
List<Service> services)
Returns the first Service from a collection matching the interface type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Service getService(Class<?> interfaceType, List<Service> services)
Service
from a collection matching the interface type
public static Scope getScope(Scope annotation)
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |