cn.dreampie.common.util.scan
类 AnnotationScaner

java.lang.Object
  继承者 cn.dreampie.common.util.scan.Scaner<AnnotationScaner>
      继承者 cn.dreampie.common.util.scan.AnnotationScaner

public class AnnotationScaner
extends Scaner<AnnotationScaner>

Created by ice on 14-12-19.


字段摘要
 
从类 cn.dreampie.common.util.scan.Scaner 继承的字段
classLoader, includePathOrPackages, scanInJar, targetPattern, targetSuffix
 
构造方法摘要
AnnotationScaner(Class<? extends Annotation> target)
           
 
方法摘要
 boolean checkTarget(Object clazz)
          检测目标类
 String jarFilePathSolve(String filePath)
           
static AnnotationScaner of(Class<? extends Annotation> target)
          要扫描的类父级
 String packageFilePathSolve(String filePath)
           
 
从类 cn.dreampie.common.util.scan.Scaner 继承的方法
findFiles, include, include, scan, scanInJar, scanToClass, scanToFile, targetPattern, urlSolve
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationScaner

public AnnotationScaner(Class<? extends Annotation> target)
方法详细信息

of

public static AnnotationScaner of(Class<? extends Annotation> target)
要扫描的类父级

参数:
target - class
返回:
scaner

checkTarget

public boolean checkTarget(Object clazz)
检测目标类

覆盖:
Scaner<AnnotationScaner> 中的 checkTarget
参数:
clazz -
返回:

packageFilePathSolve

public String packageFilePathSolve(String filePath)
覆盖:
Scaner<AnnotationScaner> 中的 packageFilePathSolve

jarFilePathSolve

public String jarFilePathSolve(String filePath)
覆盖:
Scaner<AnnotationScaner> 中的 jarFilePathSolve


Copyright © 2017. All rights reserved.