org.jvnet.annox.reader
Interface XReader

All Known Implementing Classes:
ResourcedXReader

public interface XReader


Method Summary
 XClass getXClass(Class<?> theClass)
           
 XConstructor getXConstructor(Class<?> theClass, Constructor<?> theConstructor)
           
 XConstructor getXConstructor(Constructor<?> theConstructor)
           
 XField getXField(Class<?> theClass, Field theField)
           
 XField getXField(Field theField)
           
 XMethod getXMethod(Class<?> theClass, Method theMethod)
           
 XMethod getXMethod(Method theMethod)
           
 XPackage getXPackage(Package thePackage)
           
 

Method Detail

getXPackage

XPackage getXPackage(Package thePackage)
                     throws AnnotatedElementException
Throws:
AnnotatedElementException

getXClass

XClass getXClass(Class<?> theClass)
                 throws AnnotatedElementException
Throws:
AnnotatedElementException

getXField

XField getXField(Field theField)
                 throws AnnotatedElementException
Throws:
AnnotatedElementException

getXField

XField getXField(Class<?> theClass,
                 Field theField)
                 throws AnnotatedElementException
Throws:
AnnotatedElementException

getXConstructor

XConstructor getXConstructor(Constructor<?> theConstructor)
                             throws AnnotatedElementException
Throws:
AnnotatedElementException

getXConstructor

XConstructor getXConstructor(Class<?> theClass,
                             Constructor<?> theConstructor)
                             throws AnnotatedElementException
Throws:
AnnotatedElementException

getXMethod

XMethod getXMethod(Method theMethod)
                   throws AnnotatedElementException
Throws:
AnnotatedElementException

getXMethod

XMethod getXMethod(Class<?> theClass,
                   Method theMethod)
                   throws AnnotatedElementException
Throws:
AnnotatedElementException


Copyright © 2006-2011 Highsource. All Rights Reserved.