Uses of Package
org.codehaus.gmaven.runtime.support.stubgen.model

Packages that use org.codehaus.gmaven.runtime.support.stubgen.model
org.codehaus.gmaven.runtime.support.stubgen.model   
org.codehaus.gmaven.runtime.support.stubgen.render   
org.codehaus.gmaven.runtime.v1_6.stubgen   
 

Classes in org.codehaus.gmaven.runtime.support.stubgen.model used by org.codehaus.gmaven.runtime.support.stubgen.model
ClassDef
          Representation of a class definition.
ClassDef.Type
          Psuedo-enum for class type.
ConstructorDef
          Representation of a constructor definition.
Element
          Basic type which all model elements extend from.
Entity
          Basic type which all entities extend from.
EnumConstantDef
          Representation of an enum constant definition.
FieldDef
          Representation of a field definition.
ImportDef
          Representation of an import definition.
JavaDocAware
          Provides access for Javadoc-aware elements.
JavaDocDef
          Representation of Javadoc definition.
MethodDef
          Representation of a method definition.
MethodDef.Type
          Psuedo-enum for method type.
ModelFactory
          Provides factory access to create a SourceDef from a URL.
ModifiersAware
          Provides access for modifiers-aware elments.
ModifiersDef
          Representation of for entity modifiers.
NameAware
          Provides access for name-aware elements.
NamedElement
          Basic type for named elements.
PackageDef
          Representation of a package definition.
ParameterDef
          Representation of a parameter definition.
ParametersAware
          Provides access to parameter-aware elements.
SourceDef
          Representation of a source file definition.
SuperParameterDef
          Representation of a super-parameter definition.
TagDef
          Representation of Javadoc tag definition.
ThrowsAware
          Provides access to throws-aware elements.
TypeDef
          Representation of a type definition.
TypeParameterDef
          Representation of a type parameter (generics) definition.
 

Classes in org.codehaus.gmaven.runtime.support.stubgen.model used by org.codehaus.gmaven.runtime.support.stubgen.render
ClassDef
          Representation of a class definition.
ConstructorDef
          Representation of a constructor definition.
FieldDef
          Representation of a field definition.
ImportDef
          Representation of an import definition.
JavaDocAware
          Provides access for Javadoc-aware elements.
MethodDef
          Representation of a method definition.
ModifiersAware
          Provides access for modifiers-aware elments.
ParameterDef
          Representation of a parameter definition.
SourceDef
          Representation of a source file definition.
SuperParameterDef
          Representation of a super-parameter definition.
TypeDef
          Representation of a type definition.
 

Classes in org.codehaus.gmaven.runtime.support.stubgen.model used by org.codehaus.gmaven.runtime.v1_6.stubgen
ClassDef
          Representation of a class definition.
ModelFactory
          Provides factory access to create a SourceDef from a URL.
ModelFactorySupport
          Provides support for ModelFactory implementations.
SourceDef
          Representation of a source file definition.
 



Copyright © 2006-2012 Codehaus. All Rights Reserved.