Package org.apache.xbean.finder
Class AbstractFinder.ClassInfo
- java.lang.Object
-
- org.apache.xbean.finder.AbstractFinder.Annotatable
-
- org.apache.xbean.finder.AbstractFinder.ClassInfo
-
- All Implemented Interfaces:
AbstractFinder.Info
- Enclosing class:
- AbstractFinder
public class AbstractFinder.ClassInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
clazz
private java.util.List<AbstractFinder.MethodInfo>
constructors
private java.util.List<AbstractFinder.FieldInfo>
fields
private java.util.List<java.lang.String>
interfaces
private java.util.List<AbstractFinder.MethodInfo>
methods
private java.lang.String
name
private java.lang.String
path
private java.util.List<AbstractFinder.ClassInfo>
subclassInfos
private AbstractFinder.ClassInfo
superclassInfo
private java.lang.String
superType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
get()
java.util.List<AbstractFinder.MethodInfo>
getConstructors()
java.util.List<AbstractFinder.FieldInfo>
getFields()
java.util.List<java.lang.String>
getInterfaces()
java.util.List<AbstractFinder.MethodInfo>
getMethods()
java.lang.String
getName()
java.lang.String
getPackageName()
java.lang.String
getPath()
java.lang.String
getSuperType()
java.lang.String
toString()
-
Methods inherited from class org.apache.xbean.finder.AbstractFinder.Annotatable
getAnnotations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.xbean.finder.AbstractFinder.Info
getAnnotations
-
-
-
-
Field Detail
-
name
private java.lang.String name
-
methods
private final java.util.List<AbstractFinder.MethodInfo> methods
-
constructors
private final java.util.List<AbstractFinder.MethodInfo> constructors
-
superType
private java.lang.String superType
-
superclassInfo
private AbstractFinder.ClassInfo superclassInfo
-
subclassInfos
private final java.util.List<AbstractFinder.ClassInfo> subclassInfos
-
interfaces
private final java.util.List<java.lang.String> interfaces
-
fields
private final java.util.List<AbstractFinder.FieldInfo> fields
-
path
private java.lang.String path
-
clazz
private java.lang.Class<?> clazz
-
-
Method Detail
-
getPackageName
public java.lang.String getPackageName()
-
getConstructors
public java.util.List<AbstractFinder.MethodInfo> getConstructors()
-
getInterfaces
public java.util.List<java.lang.String> getInterfaces()
-
getFields
public java.util.List<AbstractFinder.FieldInfo> getFields()
-
getMethods
public java.util.List<AbstractFinder.MethodInfo> getMethods()
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceAbstractFinder.Info
-
getSuperType
public java.lang.String getSuperType()
-
get
public java.lang.Class<?> get() throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getPath
public java.lang.String getPath()
-
-