|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.annotation.ScannotationDB
public class ScannotationDB
Uses AnnotationDB
from scannotation.
init()
Constructor Summary | |
---|---|
ScannotationDB()
Constructor. |
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getClassesName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Finds the class having the given annotation |
java.util.Set<java.lang.String> |
getClassesName(java.lang.String strAnnotationType)
Finds classes having the given annotation |
java.lang.String |
getFileFilter()
Gets the filename filter |
void |
init()
Scans the WEB-INF/classes and WEB-INF/lib using getFileFilter() to filter jars. |
void |
setFileFilter(java.lang.String strFileFilter)
Sets the filename filter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScannotationDB()
Method Detail |
---|
public java.lang.String getFileFilter()
public void setFileFilter(java.lang.String strFileFilter)
strFileFilter
- the filename filterpublic void init()
getFileFilter()
to filter jars.
init
in interface IAnnotationDB
public java.util.Set<java.lang.String> getClassesName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
getClassesName
in interface IAnnotationDB
annotationType
- the annotation
public java.util.Set<java.lang.String> getClassesName(java.lang.String strAnnotationType)
getClassesName
in interface IAnnotationDB
strAnnotationType
- the annotation type name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |