com.khubla.pragmatach.framework.scanner
Class AnnotationScanner
java.lang.Object
  
com.khubla.pragmatach.framework.scanner.AnnotationScanner
public class AnnotationScanner
- extends Object
 
- Author:
 
  - tome
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AnnotationScanner
public AnnotationScanner()
getAllClasses
public static Set<Class<?>> getAllClasses(Class<?> annotationClass)
                                   throws PragmatachException
- get classes with annotation
- Throws:
 PragmatachException
 
 
getAllMethods
public static Set<Method> getAllMethods(Class<?> annotationClass)
                                 throws PragmatachException
- get classes with annotation
- Throws:
 PragmatachException
 
 
getAnnotationDB
public static org.scannotation.AnnotationDB getAnnotationDB()
 
scan
public static void scan(javax.servlet.ServletContext servletContext)
                 throws PragmatachException
- do the scan
- Throws:
 PragmatachException
 
 
Copyright © 2014 khubla.com. All rights reserved.