io.nuun.kernel.api.plugin.context
Interface Context


public interface Context

Author:
Epo Jemba

Method Summary
 Collection<Class<?>> getClassAnnotatedWith(Class<? extends Annotation> clazz)
           
 Collection<Class<?>> getClassAnnotatedWithRegex(String name)
           
 Collection<Class<?>> getClassTypeByRegex(String typeNameSuffix)
           
 Collection<Class<?>> getClassWithParentType(Class<?> parentClass)
           
 

Method Detail

getClassAnnotatedWith

Collection<Class<?>> getClassAnnotatedWith(Class<? extends Annotation> clazz)

getClassAnnotatedWithRegex

Collection<Class<?>> getClassAnnotatedWithRegex(String name)

getClassWithParentType

Collection<Class<?>> getClassWithParentType(Class<?> parentClass)

getClassTypeByRegex

Collection<Class<?>> getClassTypeByRegex(String typeNameSuffix)


Copyright © 2012-2015. All Rights Reserved.