A B C D E F G H I J L M N O P R S T V

A

AbstractAnnotationAttributeValue<T> - Class in org.springframework.roo.classpath.details.annotations
 
AbstractAnnotationAttributeValue(JavaSymbolName) - Constructor for class org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue
 
AbstractAnnotationValues - Class in org.springframework.roo.classpath.details.annotations.populator
Abstract class that provides a convenience parser and holder for annotation values.
AbstractAnnotationValues(PhysicalTypeMetadata, JavaType) - Constructor for class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
Parses the PhysicalTypeMetadata for the requested annotation JavaType.
AbstractInvocableMemberMetadata - Class in org.springframework.roo.classpath.details
Abstract implementation of InvocableMemberMetadata.
AbstractInvocableMemberMetadata(String, int, List<AnnotatedJavaType>, List<JavaSymbolName>, List<AnnotationMetadata>, String) - Constructor for class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
AbstractItdMetadataProvider - Class in org.springframework.roo.classpath.itd
Provides common functionality used by ITD-based generators.
AbstractItdMetadataProvider() - Constructor for class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
AbstractItdTypeDetailsProvidingMetadataItem - Class in org.springframework.roo.classpath.itd
Abstract implementation of ItdTypeDetailsProvidingMetadataItem, which assumes the subclass will require a non-null ClassOrInterfaceTypeDetails representing the governor and wishes to build an ITD via the DefaultItdTypeDetailsBuilder mechanism.
AbstractItdTypeDetailsProvidingMetadataItem(String, JavaType, PhysicalTypeMetadata) - Constructor for class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
Validates input and constructs a superclass that implements ItdTypeDetailsProvidingMetadataItem.
ACCESSOR_MUTATOR - Static variable in class org.springframework.roo.classpath.itd.ItdProviderRole
 
activate(ComponentContext) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
activate(ComponentContext) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addConstructor(ConstructorMetadata) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addEnumConstant(JavaSymbolName) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
 
addEnumConstant(String, JavaSymbolName) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
 
addEnumConstant(String, JavaSymbolName) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
addExtendsType(JavaType) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addField(FieldMetadata) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addField(FieldMetadata) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
Adds a new field.
addField(FieldMetadata) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Adds a new field to an existing class.
addField(FieldMetadata) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
addFieldAnnotation(DeclaredFieldAnnotationDetails) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addFieldBoolean(JavaSymbolName, JavaType, Boolean, Boolean, Boolean, Boolean, String, String, boolean, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldDateJpa(JavaSymbolName, JavaType, DateFieldPersistenceType, JavaType, Boolean, Boolean, Boolean, Boolean, String, String, boolean, boolean, DateTime, DateTime) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldEnum(JavaSymbolName, JavaType, JavaType, Boolean, Boolean, EnumType, String, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldNumber(JavaSymbolName, JavaType, JavaType, Boolean, Boolean, String, String, Integer, Integer, Long, Long, String, String, boolean, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldReferenceJpa(JavaSymbolName, JavaType, JavaType, Boolean, Boolean, String, Cardinality, Fetch, String, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldSetJpa(JavaSymbolName, JavaType, JavaType, JavaSymbolName, Boolean, Boolean, Integer, Integer, Cardinality, Fetch, String, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addFieldString(JavaSymbolName, JavaType, Boolean, Boolean, String, String, Integer, Integer, String, String, String, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
addImplementsType(JavaType) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addMetadataTrigger(JavaType) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
Registers an additional JavaType that will trigger metadata registration.
addMetadataTrigger(JavaType) - Method in interface org.springframework.roo.classpath.itd.ItdRoleAwareMetadataProvider
 
addMethod(MethodMetadata) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addMethod(MethodMetadata) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
Adds a new method.
addMethodAnnotation(DeclaredMethodAnnotationDetails) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addProviderRole(ItdProviderRole) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
addTypeAnnotation(AnnotationMetadata) - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
addTypeAnnotation(AnnotationMetadata) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
Adds a new type-level annotation.
AnnotatedJavaType - Class in org.springframework.roo.classpath.details.annotations
Represents a JavaType with zero or more annotations.
AnnotatedJavaType(JavaType, List<AnnotationMetadata>) - Constructor for class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
Constructs an AnnotatedJavaType.
AnnotationAttributeValue<T> - Interface in org.springframework.roo.classpath.details.annotations
 
AnnotationMetadata - Interface in org.springframework.roo.classpath.details.annotations
Metadata concerning a particular annotation appearing on a member.
annotationMetadata - Variable in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
 
AnnotationMetadataUtils - Class in org.springframework.roo.classpath.details
Utilities to use with AnnotationMetadata.
AnnotationMetadataUtils() - Constructor for class org.springframework.roo.classpath.details.AnnotationMetadataUtils
 
append(String) - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Prints the message, WITHOUT ANY INDENTATION.
appendFormalLine(String) - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Prints the message, after adding indents and returns to a new line.
appendIndent() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Prints the relevant number of indents.
ArrayAttributeValue<Y extends AnnotationAttributeValue<? extends Object>> - Class in org.springframework.roo.classpath.details.annotations
Represents an array of annotation attribute values.
ArrayAttributeValue(JavaSymbolName, List<Y>) - Constructor for class org.springframework.roo.classpath.details.annotations.ArrayAttributeValue
 
aspectName - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
AutoPopulate - Annotation Type in org.springframework.roo.classpath.details.annotations.populator
Identifies a field that can be automatically populated from AnnotationAttributeValues.
AutoPopulationUtils - Class in org.springframework.roo.classpath.details.annotations.populator
Automatically populates the AutoPopulate annotated fields on a given Object.
AutoPopulationUtils() - Constructor for class org.springframework.roo.classpath.details.annotations.populator.AutoPopulationUtils
 

B

BooleanAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a char annotation attribute value.
BooleanAttributeValue(JavaSymbolName, boolean) - Constructor for class org.springframework.roo.classpath.details.annotations.BooleanAttributeValue
 
BooleanField - Class in org.springframework.roo.classpath.operations.jsr303
 
BooleanField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
build() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
builder - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 

C

Cardinality - Enum in org.springframework.roo.classpath.operations
Provides cardinality options for "set" relationships.
CharAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a char annotation attribute value.
CharAttributeValue(JavaSymbolName, char) - Constructor for class org.springframework.roo.classpath.details.annotations.CharAttributeValue
 
ClassAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a Class annotation attribute value.
ClassAttributeValue(JavaSymbolName, JavaType) - Constructor for class org.springframework.roo.classpath.details.annotations.ClassAttributeValue
 
ClassloaderInclusivePath - Class in org.springframework.roo.classpath
Extends the notion of a Path to include resources acquired from a ClasspathProvidingProjectMetadata.
ClassloaderInclusivePath(String) - Constructor for class org.springframework.roo.classpath.ClassloaderInclusivePath
Creates an ClassloaderInclusivePath instance.
ClassOrInterfaceTypeDetails - Interface in org.springframework.roo.classpath.details
Provides information about the different components of a class, interface or enum.
classParsed - Variable in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
Indicates whether the class was able to be parsed at all (ie the metadata was properly formed)
ClasspathCommands - Class in org.springframework.roo.classpath.operations
Shell commands for ClasspathOperationsImpl.
ClasspathCommands() - Constructor for class org.springframework.roo.classpath.operations.ClasspathCommands
 
ClasspathOperations - Interface in org.springframework.roo.classpath.operations
Provides a common set of operations for Java types.
ClasspathOperationsImpl - Class in org.springframework.roo.classpath.operations
Provides convenience methods that can be used to create source code and install the JSR 303 validation API when required.
ClasspathOperationsImpl() - Constructor for class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
CollectionField - Class in org.springframework.roo.classpath.operations.jsr303
 
CollectionField(String, JavaType, JavaSymbolName, JavaType) - Constructor for class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
comment - Variable in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
Any JavaDoc comments (reserved for future expansion)
compareTo(ItdProviderRole) - Method in class org.springframework.roo.classpath.itd.ItdProviderRole
 
compareTo(DateTime) - Method in class org.springframework.roo.classpath.operations.DateTime
 
compareTo(EnumType) - Method in class org.springframework.roo.classpath.operations.EnumType
 
compareTo(Fetch) - Method in class org.springframework.roo.classpath.operations.Fetch
 
compareTo(InheritanceType) - Method in class org.springframework.roo.classpath.operations.InheritanceType
 
ConstructorMetadata - Interface in org.springframework.roo.classpath.details
Metadata concerning a particular constructor.
convertFromAnnotatedJavaTypes(List<AnnotatedJavaType>) - Static method in class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
Converts a non-null List of AnnotatedJavaTypess into a List of equivalent JavaTypes.
convertFromJavaTypes(List<JavaType>) - Static method in class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
Converts a non-null List of JavaTypess into a List of equivalent AnnotatedJavaTypes.
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaPackageConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaSymbolNameConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaTypeConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.classpath.converters.PathConverter
 
createClass(JavaType, boolean, Path, JavaType, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
createEnum(JavaType, Path, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
createIdentifier(JavaType, Path) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
createIdentifier(String, JavaType, Path) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifierNamingUtils
 
createInterface(JavaType, Path, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
createLocalIdentifier(JavaType, Path) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
Called whenever there is a requirement to produce a local identifier (ie an instance identifier consistent with MetadataProvider.getProvidesType()) for the indicated JavaType and Path.
createPhysicalType(PhysicalTypeMetadata) - Method in interface org.springframework.roo.classpath.MutablePhysicalTypeMetadataProvider
Creates the physical type on the disk, with the structure shown.

D

DateField - Class in org.springframework.roo.classpath.operations.jsr303
This field can optionally provide the mandatory JSR 220 temporal annotation.
DateField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.DateField
 
DateFieldPersistenceType - Enum in org.springframework.roo.classpath.operations.jsr303
 
DateTime - Class in org.springframework.roo.classpath.operations
Provides date format options for Date and Calendar types.
DateTime(String, char) - Constructor for class org.springframework.roo.classpath.operations.DateTime
 
deactivate(ComponentContext) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
deactivate(ComponentContext) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
DeclaredFieldAnnotationDetails - Class in org.springframework.roo.classpath.details
Convenience class to hold annotation details which should be introduced to a field via an AspectJ ITD
DeclaredFieldAnnotationDetails(FieldMetadata, AnnotationMetadata) - Constructor for class org.springframework.roo.classpath.details.DeclaredFieldAnnotationDetails
Contructor must contain FieldMetadata of existing field (may already contain field annotations) and a list of new Annotations which should be introduced by an AspectJ ITD.
DeclaredMethodAnnotationDetails - Class in org.springframework.roo.classpath.details
Convenience class to hold annotation details which should be introduced to a method via an AspectJ ITD
DeclaredMethodAnnotationDetails(MethodMetadata, AnnotationMetadata) - Constructor for class org.springframework.roo.classpath.details.DeclaredMethodAnnotationDetails
Contructor must contain MethodMetadata of existing method (may already contain method annotations) and a list of new Annotations which should be introduced by an AspectJ ITD.
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.EnumField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
decorateAnnotationsList(List<AnnotationMetadata>) - Method in class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
DefaultAnnotationMetadata - Class in org.springframework.roo.classpath.details.annotations
Default implementation of AnnotationMetadata.
DefaultAnnotationMetadata(JavaType, List<AnnotationAttributeValue<?>>) - Constructor for class org.springframework.roo.classpath.details.annotations.DefaultAnnotationMetadata
 
DefaultClassOrInterfaceTypeDetails - Class in org.springframework.roo.classpath.details
Default representation of a ClassOrInterfaceTypeDetails.
DefaultClassOrInterfaceTypeDetails(String, JavaType, int, PhysicalTypeCategory, List<AnnotationMetadata>) - Constructor for class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
DefaultClassOrInterfaceTypeDetails(String, JavaType, int, PhysicalTypeCategory, List<ConstructorMetadata>, List<FieldMetadata>, List<MethodMetadata>, ClassOrInterfaceTypeDetails, List<JavaType>, List<JavaType>, List<AnnotationMetadata>, List<JavaSymbolName>) - Constructor for class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
DefaultConstructorMetadata - Class in org.springframework.roo.classpath.details
Default implementation of ConstructorMetadata.
DefaultConstructorMetadata(String, int, List<AnnotatedJavaType>, List<JavaSymbolName>, List<AnnotationMetadata>, String) - Constructor for class org.springframework.roo.classpath.details.DefaultConstructorMetadata
 
DefaultFieldMetadata - Class in org.springframework.roo.classpath.details
Default implementation of FieldMetadata.
DefaultFieldMetadata(String, int, JavaSymbolName, JavaType, String, List<AnnotationMetadata>) - Constructor for class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
DefaultItdMetadataScanner - Class in org.springframework.roo.classpath.itd
Default implementation of ItdMetadataScanner.
DefaultItdMetadataScanner() - Constructor for class org.springframework.roo.classpath.itd.DefaultItdMetadataScanner
 
DefaultItdTypeDetails - Class in org.springframework.roo.classpath.details
Default representation of an ItdTypeDetails.
DefaultItdTypeDetails(ClassOrInterfaceTypeDetails, JavaType, boolean, Set<JavaType>, List<ConstructorMetadata>, List<FieldMetadata>, List<MethodMetadata>, List<JavaType>, List<JavaType>, List<AnnotationMetadata>, List<DeclaredFieldAnnotationDetails>, List<DeclaredMethodAnnotationDetails>) - Constructor for class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
DefaultItdTypeDetailsBuilder - Class in org.springframework.roo.classpath.details
Assists in the building of an ItdTypeDetails instance.
DefaultMethodMetadata - Class in org.springframework.roo.classpath.details
Default implementation of MethodMetadata.
DefaultMethodMetadata(String, int, JavaSymbolName, JavaType, List<AnnotatedJavaType>, List<JavaSymbolName>, List<AnnotationMetadata>, List<JavaType>, String) - Constructor for class org.springframework.roo.classpath.details.DefaultMethodMetadata
 
DefaultPhysicalTypeDetails - Class in org.springframework.roo.classpath.details
Simple implementation of PhysicalTypeDetails that is suitable for PhysicalTypeCategory.OTHER or sub-classing by category-specific implementations.
DefaultPhysicalTypeDetails(PhysicalTypeCategory, JavaType) - Constructor for class org.springframework.roo.classpath.details.DefaultPhysicalTypeDetails
 
DefaultPhysicalTypeMetadata - Class in org.springframework.roo.classpath.details
 
DefaultPhysicalTypeMetadata(String, String, PhysicalTypeDetails) - Constructor for class org.springframework.roo.classpath.details.DefaultPhysicalTypeMetadata
 
destination - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
DoubleAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a double annotation attribute value.
DoubleAttributeValue(JavaSymbolName, double, boolean) - Constructor for class org.springframework.roo.classpath.details.annotations.DoubleAttributeValue
 

E

EAGER - Static variable in class org.springframework.roo.classpath.operations.Fetch
 
EnumAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents an enumeration annotation attribute value.
EnumAttributeValue(JavaSymbolName, EnumDetails) - Constructor for class org.springframework.roo.classpath.details.annotations.EnumAttributeValue
 
enumConstant(JavaType, JavaSymbolName, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
EnumField - Class in org.springframework.roo.classpath.operations.jsr303
This field is intended for use with JSR 220 and will create a @Enumerated annotation.
EnumField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.EnumField
 
EnumType - Class in org.springframework.roo.classpath.operations
Provides enum types for JPA use.
EnumType(String) - Constructor for class org.springframework.roo.classpath.operations.EnumType
 
equals(Object) - Method in class org.springframework.roo.classpath.itd.ItdProviderRole
 
equals(Object) - Method in class org.springframework.roo.classpath.operations.DateTime
 
equals(Object) - Method in class org.springframework.roo.classpath.operations.EnumType
 
equals(Object) - Method in class org.springframework.roo.classpath.operations.Fetch
 
equals(Object) - Method in class org.springframework.roo.classpath.operations.InheritanceType
 

F

Fetch - Class in org.springframework.roo.classpath.operations
Provides fetch type options for "set" relationships.
Fetch(String) - Constructor for class org.springframework.roo.classpath.operations.Fetch
 
FieldCommands - Class in org.springframework.roo.classpath.operations
Additional shell commands for ClasspathOperationsImpl.
FieldCommands() - Constructor for class org.springframework.roo.classpath.operations.FieldCommands
 
FieldDetails - Class in org.springframework.roo.classpath.operations.jsr303
Base class containing common JSR 303 and JSR 220 properties that can be auto-generated.
FieldDetails(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
FieldMetadata - Interface in org.springframework.roo.classpath.details
Metadata concerning a particular field.
fileManager - Variable in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
findIdentifier(JavaType) - Method in interface org.springframework.roo.classpath.PhysicalTypeMetadataProvider
Attempts to locate the specified JavaType by searching the physical disk (does not search for existing PhysicalTypeMetadata).
focus(JavaType) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 

G

generateClassFile(ClassOrInterfaceTypeDetails) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Creates a new class, with the location name name provided in the details.
generateClassFile(ClassOrInterfaceTypeDetails) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
get(String) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.classpath.converters.JavaPackageConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.classpath.converters.JavaSymbolNameConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.classpath.converters.JavaTypeConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.classpath.converters.PathConverter
 
getAnnotationOfType(List<? extends AnnotationMetadata>, JavaType) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates an annotation with the specified type from a list of annotations.
getAnnotations() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getAnnotations() - Method in class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
 
getAnnotations() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getAnnotations() - Method in interface org.springframework.roo.classpath.details.FieldMetadata
 
getAnnotations() - Method in interface org.springframework.roo.classpath.details.InvocableMemberMetadata
 
getAnnotationType() - Method in interface org.springframework.roo.classpath.details.annotations.AnnotationMetadata
 
getAnnotationType() - Method in class org.springframework.roo.classpath.details.annotations.DefaultAnnotationMetadata
 
getAsEnum() - Method in class org.springframework.roo.classpath.details.annotations.EnumAttributeValue
 
getAspect() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getAspect() - Method in interface org.springframework.roo.classpath.details.ItdTypeDetails
Returns the name of type which holds the aspect itself.
getAttribute(JavaSymbolName) - Method in interface org.springframework.roo.classpath.details.annotations.AnnotationMetadata
Acquires an attribute value for the requested name.
getAttribute(JavaSymbolName) - Method in class org.springframework.roo.classpath.details.annotations.DefaultAnnotationMetadata
 
getAttributeNames() - Method in interface org.springframework.roo.classpath.details.annotations.AnnotationMetadata
 
getAttributeNames() - Method in class org.springframework.roo.classpath.details.annotations.DefaultAnnotationMetadata
 
getBody() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getBody() - Method in interface org.springframework.roo.classpath.details.InvocableMemberMetadata
 
getBuilder(String, ClassOrInterfaceTypeDetails, JavaType, boolean) - Static method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getClassOrInterface(JavaType) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Obtains the requested JavaType, assuming it is a class or interface that exists at this time and can be parsed.
getClassOrInterface(JavaType) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
getClasspath() - Method in class org.springframework.roo.classpath.ClassloaderInclusivePath
 
getColumn() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
getComment() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
getDateFormat() - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
getDecimalMax() - Method in class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
getDecimalMin() - Method in class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
getDeclaredByMetadataId() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getDeclaredByMetadataId() - Method in interface org.springframework.roo.classpath.details.ClassOrInterfaceTypeDetails
Obtains the physical type identifier that included this ClassOrInterfaceTypeDetails.
getDeclaredByMetadataId() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getDeclaredByMetadataId() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getDeclaredByMetadataId() - Method in interface org.springframework.roo.classpath.details.IdentifiableMember
 
getDeclaredConstructor(MemberHoldingTypeDetails, List<JavaType>) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates the specified constructor.
getDeclaredConstructors() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getDeclaredConstructors() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getDeclaredConstructors() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
 
getDeclaredField(MemberHoldingTypeDetails, JavaSymbolName) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates the specified field.
getDeclaredFields() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getDeclaredFields() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getDeclaredFields(MemberHoldingTypeDetails) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Returns all declared fields
getDeclaredFields() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
 
getDeclaredMethod(MemberHoldingTypeDetails, JavaSymbolName, List<JavaType>) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates the specified method.
getDeclaredMethods() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getDeclaredMethods() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getDeclaredMethods() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
 
getDeclaredTypeAnnotation(MemberHoldingTypeDetails, JavaType) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates the specified type-level annotation.
getDigitsFraction() - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
getDigitsInteger() - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
getEnumConstants() - Method in interface org.springframework.roo.classpath.details.ClassOrInterfaceTypeDetails
Lists the enum constants this type provides.
getEnumConstants() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getEnumType() - Method in class org.springframework.roo.classpath.operations.jsr303.EnumField
 
getExtendsTypes() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getExtendsTypes() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getExtendsTypes() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
Lists the classes this type extends.
getFetch() - Method in class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
getFetch() - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
getField(ClassOrInterfaceTypeDetails, JavaSymbolName) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Searches up the inheritance hierarchy until the first field with the specified name is located.
getFieldAnnotation() - Method in class org.springframework.roo.classpath.details.DeclaredFieldAnnotationDetails
 
getFieldAnnotations() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getFieldAnnotations() - Method in interface org.springframework.roo.classpath.details.ItdTypeDetails
Lists the field-level annotations.
getFieldInitializer() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getFieldInitializer() - Method in interface org.springframework.roo.classpath.details.FieldMetadata
 
getFieldMetadata() - Method in class org.springframework.roo.classpath.details.DeclaredFieldAnnotationDetails
 
getFieldName() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getFieldName() - Method in interface org.springframework.roo.classpath.details.FieldMetadata
 
getFieldName() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
getFieldsWithAnnotation(ClassOrInterfaceTypeDetails, JavaType) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Searches up the inheritance hierarchy and locates all declared fields which are annotated with the specified annotation.
getFieldType() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getFieldType() - Method in interface org.springframework.roo.classpath.details.FieldMetadata
 
getFieldType() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
getFriendlyName(String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
getGenericParameterTypeName() - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
getGovernor() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getGovernorPhysicalTypeIdentifier(String) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
Called whenever there is a requirement to convert a local metadata identification string (ie an instance identifier consistent with MetadataProvider.getProvidesType()) into the corresponding governor physical type identifier.
getGovernorTypeDetails() - Method in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
 
getIdForPhysicalJavaType(String) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
getIdForPhysicalJavaType(String) - Method in interface org.springframework.roo.classpath.itd.ItdMetadataProvider
Obtains an identifier that would be validly recognized by this ItdMetadataProvider instance.
getImplementsTypes() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getImplementsTypes() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getImplementsTypes() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
Lists the classes this type implements.
getImportRegistrationResolver() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetailsBuilder
 
getInitializer() - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
getInitializer() - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
getItdCanoncialPath(ItdMetadataProvider) - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeMetadata
 
getItdCanoncialPath(ItdMetadataProvider) - Method in interface org.springframework.roo.classpath.PhysicalTypeMetadata
Obtains the canoncial file path to where an ITD can be emitted for this physical Java type.
getItdJavaType(ItdMetadataProvider) - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeMetadata
 
getItdJavaType(ItdMetadataProvider) - Method in interface org.springframework.roo.classpath.PhysicalTypeMetadata
Obtains the JavaType which represents an ITD for this physical Java type.
getItdTypeDetails() - Method in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
getItdTypeDetails() - Method in interface org.springframework.roo.classpath.itd.ItdTypeDetailsProvidingMetadataItem
Obtains the ItdTypeDetails, if available.
getItdUniquenessFilenameSuffix() - Method in interface org.springframework.roo.classpath.itd.ItdMetadataProvider
Returns the suffix that makes filenames unique for this implementation.
getJavaPackage() - Method in interface org.springframework.roo.classpath.converters.LastUsed
 
getJavaPackage() - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
getJavaType() - Method in interface org.springframework.roo.classpath.converters.LastUsed
 
getJavaType() - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
getJavaType() - Method in class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
 
getJavaType(String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
getJavaType(String, String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifierNamingUtils
 
getJoinColumnName() - Method in class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
getKey() - Method in class org.springframework.roo.classpath.operations.DateTime
 
getKey() - Method in class org.springframework.roo.classpath.operations.EnumType
 
getKey() - Method in class org.springframework.roo.classpath.operations.Fetch
 
getKey() - Method in class org.springframework.roo.classpath.operations.InheritanceType
 
getMappedBy() - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
getMax() - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
getMetadata(String, JavaType, PhysicalTypeMetadata, String) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
Called when it is time to create the actual metadata instance.
getMetadata(String) - Method in class org.springframework.roo.classpath.itd.DefaultItdMetadataScanner
 
getMetadata(String) - Method in interface org.springframework.roo.classpath.itd.ItdMetadataScanner
Locates identifiers for all metadata that, at the time of the invocation, provided a non-null MetadataItem compatible with the physical type identifier.
getMetadataIdentiferType() - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
getMethod(ClassOrInterfaceTypeDetails, JavaSymbolName, List<JavaType>) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Searches up the inheritance hierarchy until the first method with the specified name and parameters is located.
getMethodAnnotation() - Method in class org.springframework.roo.classpath.details.DeclaredMethodAnnotationDetails
 
getMethodAnnotations() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getMethodAnnotations() - Method in interface org.springframework.roo.classpath.details.ItdTypeDetails
Lists the method-level annotations.
getMethodMetadata() - Method in class org.springframework.roo.classpath.details.DeclaredMethodAnnotationDetails
 
getMethodName() - Method in class org.springframework.roo.classpath.details.DefaultMethodMetadata
 
getMethodName() - Method in interface org.springframework.roo.classpath.details.MethodMetadata
 
getMethods(ClassOrInterfaceTypeDetails) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates all methods on this class and its superclasses.
getMin() - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
getModifier() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getModifier() - Method in interface org.springframework.roo.classpath.details.ClassOrInterfaceTypeDetails
Obtains the modifiers, in a format consistent with Modifier.
getModifier() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getModifier() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
getModifier() - Method in interface org.springframework.roo.classpath.details.IdentifiableMember
Indicates the access modifier of the member.
getName() - Method in class org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue
 
getName() - Method in interface org.springframework.roo.classpath.details.annotations.AnnotationAttributeValue
 
getName() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getName() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getName() - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeDetails
 
getName() - Method in class org.springframework.roo.classpath.itd.ItdProviderRole
 
getName() - Method in interface org.springframework.roo.classpath.PhysicalTypeDetails
If possible, indicates any type parameters.
getOutput() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
 
getOutput() - Method in class org.springframework.roo.classpath.itd.ItdSourceFileComposer
 
getParameterNames() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getParameterNames() - Method in interface org.springframework.roo.classpath.details.InvocableMemberMetadata
 
getParameterTypes() - Method in class org.springframework.roo.classpath.details.AbstractInvocableMemberMetadata
 
getParameterTypes() - Method in interface org.springframework.roo.classpath.details.InvocableMemberMetadata
 
getPath(String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
getPath(String, String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifierNamingUtils
 
getPersistenceType() - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
getPhysicalLocationCanonicalPath() - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeMetadata
 
getPhysicalLocationCanonicalPath(JavaType, Path) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
 
getPhysicalLocationCanonicalPath(String) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
 
getPhysicalLocationCanonicalPath(JavaType, Path) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
getPhysicalLocationCanonicalPath(String) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
getPhysicalLocationCanonicalPath() - Method in interface org.springframework.roo.classpath.PhysicalTypeMetadata
 
getPhysicalTypeCategory() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getPhysicalTypeCategory() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getPhysicalTypeCategory() - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeDetails
 
getPhysicalTypeCategory() - Method in interface org.springframework.roo.classpath.PhysicalTypeDetails
 
getPhysicalTypeDetails() - Method in class org.springframework.roo.classpath.details.DefaultPhysicalTypeMetadata
 
getPhysicalTypeDetails() - Method in interface org.springframework.roo.classpath.PhysicalTypeMetadata
 
getPhysicalTypeIdentifier() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
getRegexp() - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
getRegisteredImports() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getRegisteredImports() - Method in interface org.springframework.roo.classpath.details.ItdTypeDetails
 
getReturnType() - Method in class org.springframework.roo.classpath.details.DefaultMethodMetadata
 
getReturnType() - Method in interface org.springframework.roo.classpath.details.MethodMetadata
 
getRoles() - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
getRoles() - Method in interface org.springframework.roo.classpath.itd.ItdRoleAwareMetadataProvider
 
getShortKey() - Method in class org.springframework.roo.classpath.operations.DateTime
 
getSizeMax() - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
getSizeMax() - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
getSizeMin() - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
getSizeMin() - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
getSuperclass() - Method in interface org.springframework.roo.classpath.details.ClassOrInterfaceTypeDetails
Obtains the superclass if this is a class and it is available.
getSuperclass() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getSuperclass(JavaType) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Obtains the superclass, if one is specified.
getSuperclass(JavaType) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
getThrowsTypes() - Method in class org.springframework.roo.classpath.details.DefaultMethodMetadata
 
getThrowsTypes() - Method in interface org.springframework.roo.classpath.details.MethodMetadata
 
getTimeFormat() - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
getTopLevelPackage() - Method in interface org.springframework.roo.classpath.converters.LastUsed
 
getTopLevelPackage() - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
getTypeAnnotation(ClassOrInterfaceTypeDetails, JavaType) - Static method in class org.springframework.roo.classpath.details.MemberFindingUtils
Locates an annotation on this class and its superclasses.
getTypeAnnotations() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
getTypeAnnotations() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
getTypeAnnotations() - Method in interface org.springframework.roo.classpath.details.MemberHoldingTypeDetails
Lists the type-level annotations.
getTypeAnnotations() - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
 
getValue() - Method in interface org.springframework.roo.classpath.details.annotations.AnnotationAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.ArrayAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.BooleanAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.CharAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.ClassAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.DoubleAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.EnumAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.IntegerAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.LongAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.NestedAnnotationAttributeValue
 
getValue() - Method in class org.springframework.roo.classpath.details.annotations.StringAttributeValue
 
governorPhysicalTypeMetadata - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
governorTypeDetails - Variable in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
 
governorTypeDetails - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 

H

hashCode() - Method in class org.springframework.roo.classpath.itd.ItdProviderRole
 
hashCode() - Method in class org.springframework.roo.classpath.operations.DateTime
 
hashCode() - Method in class org.springframework.roo.classpath.operations.EnumType
 
hashCode() - Method in class org.springframework.roo.classpath.operations.Fetch
 
hashCode() - Method in class org.springframework.roo.classpath.operations.InheritanceType
 
hint(String) - Method in class org.springframework.roo.classpath.operations.HintCommands
 
HintCommands - Class in org.springframework.roo.classpath.operations
Shell commands for hinting services.
HintCommands() - Constructor for class org.springframework.roo.classpath.operations.HintCommands
 

I

IdentifiableMember - Interface in org.springframework.roo.classpath.details
Allows a member to be traced back to its declaring type.
indent() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Increases the indent by one level.
indentRemove() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Decreases the indent by one level.
InheritanceType - Class in org.springframework.roo.classpath.operations
Provides inheritance type for JPA entities.
InheritanceType(String) - Constructor for class org.springframework.roo.classpath.operations.InheritanceType
 
insertField(JavaSymbolName, JavaType, JavaType, Boolean, Boolean, String, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
IntegerAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents an integer annotation attribute value.
IntegerAttributeValue(JavaSymbolName, int) - Constructor for class org.springframework.roo.classpath.details.annotations.IntegerAttributeValue
 
InvocableMemberBodyBuilder - Class in org.springframework.roo.classpath.itd
A simple way of producing method bodies for InvocableMemberMetadata.getBody().
InvocableMemberBodyBuilder() - Constructor for class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
 
InvocableMemberMetadata - Interface in org.springframework.roo.classpath.details
Metadata concerning an invocable member, namely a method or constructor.
isAnnotationFound() - Method in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
 
isAssertFalse() - Method in class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
isAssertTrue() - Method in class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
isClassParsed() - Method in class org.springframework.roo.classpath.details.annotations.populator.AbstractAnnotationValues
 
isContent() - Method in class org.springframework.roo.classpath.itd.ItdSourceFileComposer
Indicates whether any content was added to the ITD, aside from the formal ITD declaration.
isDigitsSetCorrectly() - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
isFloatingPrecisionOnly() - Method in class org.springframework.roo.classpath.details.annotations.DoubleAttributeValue
 
isFuture() - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
isIgnoreTriggerAnnotations() - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
isJdkFieldManagementAvailable() - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
isJpaFieldManagementAvailable() - Method in class org.springframework.roo.classpath.operations.FieldCommands
 
isNotNull() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
isNullRequired() - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
isPast() - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
isPersistentClassAvailable() - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
isPersistentClassAvailable() - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
 
isPersistentClassAvailable() - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
isPrivilegedAspect() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
isPrivilegedAspect() - Method in interface org.springframework.roo.classpath.details.ItdTypeDetails
 
isProjectAvailable() - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
isProjectAvailable() - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
 
isProjectAvailable() - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
isValid(String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
isValid(String, String) - Static method in class org.springframework.roo.classpath.PhysicalTypeIdentifierNamingUtils
Indicates whether the presented metadata identification string appears to be valid.
ItdFileDeletionService - Class in org.springframework.roo.classpath.itd
Listens for FileMetadata and automatically deletes any ITD that should not exist due to the non-existence of the PhysicalTypeMetadata that the ITD would have been introduced into.
ItdFileDeletionService() - Constructor for class org.springframework.roo.classpath.itd.ItdFileDeletionService
 
ItdMetadataProvider - Interface in org.springframework.roo.classpath.itd
Indicates a MetadataService that supports ITDs.
ItdMetadataScanner - Interface in org.springframework.roo.classpath.itd
Scans all ItdMetadataProviders and locates every MetadataItem related to a particular PhysicalTypeIdentifier (as indicated by its metadata identification string).
ItdProviderRole - Class in org.springframework.roo.classpath.itd
Indicates a role that other ItdMetadataProviders may wish to discover.
ItdProviderRole(String) - Constructor for class org.springframework.roo.classpath.itd.ItdProviderRole
Creates a name with the specified string.
ItdRoleAwareMetadataProvider - Interface in org.springframework.roo.classpath.itd
An ItdMetadataProvider that is aware it provides particular ItdProviderRoles.
ItdSourceFileComposer - Class in org.springframework.roo.classpath.itd
A simple way of producing an inter-type declaration source file.
ItdSourceFileComposer(ItdTypeDetails) - Constructor for class org.springframework.roo.classpath.itd.ItdSourceFileComposer
Constructs an ItdSourceFileComposer containing the members that were requested in the passed object.
ItdTypeDetails - Interface in org.springframework.roo.classpath.details
Provides information about an ITD.
itdTypeDetails - Variable in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
ItdTypeDetailsProvidingMetadataItem - Interface in org.springframework.roo.classpath.itd
Indicates a MetadataItem implementation that can provide ItdTypeDetails.

J

JavaPackageConverter - Class in org.springframework.roo.classpath.converters
Provides conversion to and from JavaPackage, with full support for using "~" as denoting the user's top-level package.
JavaPackageConverter() - Constructor for class org.springframework.roo.classpath.converters.JavaPackageConverter
 
JavaSymbolNameConverter - Class in org.springframework.roo.classpath.converters
Provides conversion to and from JavaSymbolName.
JavaSymbolNameConverter() - Constructor for class org.springframework.roo.classpath.converters.JavaSymbolNameConverter
 
JavaTypeConverter - Class in org.springframework.roo.classpath.converters
Provides conversion to and from JavaType, with full support for using "~" as denoting the user's top-level package.
JavaTypeConverter() - Constructor for class org.springframework.roo.classpath.converters.JavaTypeConverter
 
JOINED - Static variable in class org.springframework.roo.classpath.operations.InheritanceType
 

L

LastUsed - Interface in org.springframework.roo.classpath.converters
Interface for LastUsedImpl.
LastUsedImpl - Class in org.springframework.roo.classpath.converters
Records the last Java package and type used.
LastUsedImpl() - Constructor for class org.springframework.roo.classpath.converters.LastUsedImpl
 
LAZY - Static variable in class org.springframework.roo.classpath.operations.Fetch
 
LongAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a long annotation attribute value.
LongAttributeValue(JavaSymbolName, long) - Constructor for class org.springframework.roo.classpath.details.annotations.LongAttributeValue
 

M

MEDIUM - Static variable in class org.springframework.roo.classpath.operations.DateTime
 
MemberFindingUtils - Class in org.springframework.roo.classpath.details
Utility methods for finding members in MemberHoldingTypeDetails instances.
MemberFindingUtils() - Constructor for class org.springframework.roo.classpath.details.MemberFindingUtils
 
MemberHoldingTypeDetails - Interface in org.springframework.roo.classpath.details
Provides information about the different members in a class, interface, enum or aspect.
MetadataCommands - Class in org.springframework.roo.classpath
 
MetadataCommands() - Constructor for class org.springframework.roo.classpath.MetadataCommands
 
metadataDependencyRegistry - Variable in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
metadataForId(String) - Method in class org.springframework.roo.classpath.MetadataCommands
 
metadataForType(JavaType) - Method in class org.springframework.roo.classpath.MetadataCommands
 
metadataService - Variable in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
metadataTimings() - Method in class org.springframework.roo.classpath.MetadataCommands
 
metadataTrace(int) - Method in class org.springframework.roo.classpath.MetadataCommands
 
MethodMetadata - Interface in org.springframework.roo.classpath.details
Metadata concerning a particular method.
MutableClassOrInterfaceTypeDetails - Interface in org.springframework.roo.classpath.details
Represents the mutable operations available on a ClassOrInterfaceTypeDetails instance.
MutablePhysicalTypeMetadataProvider - Interface in org.springframework.roo.classpath
Extends PhysicalTypeMetadataProvider to include mutable operations.

N

NestedAnnotationAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a nested annotation attribute value.
NestedAnnotationAttributeValue(JavaSymbolName, AnnotationMetadata) - Constructor for class org.springframework.roo.classpath.details.annotations.NestedAnnotationAttributeValue
 
newDod(JavaType, JavaType, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
newDod(JavaType, JavaType, Path) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Creates a new data on demand provider for the entity.
newDod(JavaType, JavaType, Path) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
newIntegrationTest(JavaType, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
newIntegrationTest(JavaType) - Method in interface org.springframework.roo.classpath.operations.ClasspathOperations
Creates an integration test for the entity.
newIntegrationTest(JavaType) - Method in class org.springframework.roo.classpath.operations.ClasspathOperationsImpl
 
newLine(boolean) - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Prints a blank line, ensuring any indent is included before doing so.
newLine() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
 
newPersistenceClassJpa(JavaType, JavaType, boolean, boolean, String, String, String, JavaType, InheritanceType, boolean, boolean, boolean) - Method in class org.springframework.roo.classpath.operations.ClasspathCommands
 
NONE - Static variable in class org.springframework.roo.classpath.operations.DateTime
 
notify(String, String) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
NumericField - Class in org.springframework.roo.classpath.operations.jsr303
 
NumericField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.NumericField
 

O

onFileEvent(FileEvent) - Method in class org.springframework.roo.classpath.itd.ItdFileDeletionService
 
ORDINAL - Static variable in class org.springframework.roo.classpath.operations.EnumType
 
org.springframework.roo.classpath - package org.springframework.roo.classpath
 
org.springframework.roo.classpath.converters - package org.springframework.roo.classpath.converters
 
org.springframework.roo.classpath.details - package org.springframework.roo.classpath.details
 
org.springframework.roo.classpath.details.annotations - package org.springframework.roo.classpath.details.annotations
 
org.springframework.roo.classpath.details.annotations.populator - package org.springframework.roo.classpath.details.annotations.populator
 
org.springframework.roo.classpath.itd - package org.springframework.roo.classpath.itd
 
org.springframework.roo.classpath.operations - package org.springframework.roo.classpath.operations
 
org.springframework.roo.classpath.operations.jsr303 - package org.springframework.roo.classpath.operations.jsr303
 

P

parseDateFormat(char) - Static method in class org.springframework.roo.classpath.operations.DateTime
This method will return the DateTime style for the character of the style argument.
parseDateTimeFormat(char) - Static method in class org.springframework.roo.classpath.operations.DateTime
This method will return the DateTime style for the character of the style argument.
PathConverter - Class in org.springframework.roo.classpath.converters
Provides conversion to and from Path.
PathConverter() - Constructor for class org.springframework.roo.classpath.converters.PathConverter
 
PhysicalTypeCategory - Enum in org.springframework.roo.classpath
Indicates the type of PhysicalTypeDetails.
PhysicalTypeDetails - Interface in org.springframework.roo.classpath
Provides details of the actual type presented by a PhysicalTypeMetadata instance.
PhysicalTypeIdentifier - Class in org.springframework.roo.classpath
Provides string manipulation functions for PhysicalTypeMetadata.
PhysicalTypeIdentifier() - Constructor for class org.springframework.roo.classpath.PhysicalTypeIdentifier
 
PhysicalTypeIdentifierNamingUtils - Class in org.springframework.roo.classpath
Used to produce metadata identification strings that represent a JavaType located in a particular ClassloaderInclusivePath.
PhysicalTypeIdentifierNamingUtils() - Constructor for class org.springframework.roo.classpath.PhysicalTypeIdentifierNamingUtils
 
PhysicalTypeMetadata - Interface in org.springframework.roo.classpath
Represents metadata for a particular PhysicalTypeIdentifierNamingUtils, which is usually a class or interface but may potentially represent an annotation or enum type.
PhysicalTypeMetadataProvider - Interface in org.springframework.roo.classpath
Provides a classpath-related finder for PhysicalTypeMetadata instances.
populate(Object, AnnotationMetadata) - Static method in class org.springframework.roo.classpath.details.annotations.populator.AutoPopulationUtils
Introspects the target Object for its declared fields, locating all AutoPopulate annotated fields.

R

ReferenceField - Class in org.springframework.roo.classpath.operations.jsr303
Properties used by the many-to-one side of a relationship (called a "reference").
ReferenceField(String, JavaType, JavaSymbolName, Cardinality) - Constructor for class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
removeField(JavaSymbolName) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
Removes an existing field.
removeMetadataTrigger(JavaType) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
Removes a JavaType metadata trigger registration.
removeMetadataTrigger(JavaType) - Method in interface org.springframework.roo.classpath.itd.ItdRoleAwareMetadataProvider
 
removeProviderRole(ItdProviderRole) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
removeTypeAnnotation(JavaType) - Method in interface org.springframework.roo.classpath.details.MutableClassOrInterfaceTypeDetails
Removes the type-level annotation of the JavaType indicated.
reset() - Method in class org.springframework.roo.classpath.itd.InvocableMemberBodyBuilder
Resets the indent to zero.

S

setAssertFalse(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
setAssertTrue(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.BooleanField
 
setColumn(String) - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
setComment(String) - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
setDateFormat(DateTime) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
setDecimalMax(String) - Method in class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
setDecimalMin(String) - Method in class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
setDependsOnGovernorBeingAClass(boolean) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
If set to true (default is true), ensures the governor type details represent a class.
setDependsOnGovernorTypeDetailAvailability(boolean) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
If set to true (default is true), ensures subclass not called unless the governor type details are available.
setDigitsFraction(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
setDigitsInteger(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
setEnumType(EnumType) - Method in class org.springframework.roo.classpath.operations.jsr303.EnumField
 
setFetch(Fetch) - Method in class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
setFetch(Fetch) - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
SetField - Class in org.springframework.roo.classpath.operations.jsr303
Properties used by the one side of a many-to-one relationship (called a "set").
SetField(String, JavaType, JavaSymbolName, JavaType, Cardinality) - Constructor for class org.springframework.roo.classpath.operations.jsr303.SetField
 
setFuture(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
setGenericParameterTypeName(JavaType) - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
setIgnoreTriggerAnnotations(boolean) - Method in class org.springframework.roo.classpath.itd.AbstractItdMetadataProvider
 
setJoinColumnName(String) - Method in class org.springframework.roo.classpath.operations.jsr303.ReferenceField
 
setMappedBy(JavaSymbolName) - Method in class org.springframework.roo.classpath.operations.jsr303.SetField
 
setMax(Long) - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
setMin(Long) - Method in class org.springframework.roo.classpath.operations.jsr303.NumericField
 
setNotNull(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
setNullRequired(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.FieldDetails
 
setPackage(JavaPackage) - Method in interface org.springframework.roo.classpath.converters.LastUsed
Sets the package, and clears the type field.
setPackage(JavaPackage) - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
setPast(boolean) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
setPersistenceType(DateFieldPersistenceType) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
setRegexp(String) - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
setSizeMax(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
setSizeMax(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
setSizeMin(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.CollectionField
 
setSizeMin(Integer) - Method in class org.springframework.roo.classpath.operations.jsr303.StringField
 
setTimeFormat(DateTime) - Method in class org.springframework.roo.classpath.operations.jsr303.DateField
 
setTopLevelPackage(JavaPackage) - Method in interface org.springframework.roo.classpath.converters.LastUsed
 
setTopLevelPackage(JavaPackage) - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
setType(JavaType) - Method in interface org.springframework.roo.classpath.converters.LastUsed
Sets the type, and also sets the package field.
setType(JavaType) - Method in class org.springframework.roo.classpath.converters.LastUsedImpl
 
SHORT - Static variable in class org.springframework.roo.classpath.operations.DateTime
 
SINGLE_TABLE - Static variable in class org.springframework.roo.classpath.operations.InheritanceType
 
STRING - Static variable in class org.springframework.roo.classpath.operations.EnumType
 
StringAttributeValue - Class in org.springframework.roo.classpath.details.annotations
Represents a String annotation attribute value.
StringAttributeValue(JavaSymbolName, String) - Constructor for class org.springframework.roo.classpath.details.annotations.StringAttributeValue
 
StringField - Class in org.springframework.roo.classpath.operations.jsr303
Extra validation properties specified to String properties.
StringField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.StringField
 
StringOrNumericField - Class in org.springframework.roo.classpath.operations.jsr303
 
StringOrNumericField(String, JavaType, JavaSymbolName) - Constructor for class org.springframework.roo.classpath.operations.jsr303.StringOrNumericField
 
supports(Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaPackageConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaSymbolNameConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.classpath.converters.JavaTypeConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.classpath.converters.PathConverter
 

T

TABLE_PER_CLASS - Static variable in class org.springframework.roo.classpath.operations.InheritanceType
 
toSourceForm(AnnotationMetadata) - Static method in class org.springframework.roo.classpath.details.AnnotationMetadataUtils
Converts the annotation into a string-based form.
toSourceForm(AnnotationMetadata, ImportRegistrationResolver) - Static method in class org.springframework.roo.classpath.details.AnnotationMetadataUtils
Converts the annotation into a string-based form.
toString() - Method in class org.springframework.roo.classpath.details.annotations.AnnotatedJavaType
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.ArrayAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.BooleanAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.CharAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.ClassAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.DefaultAnnotationMetadata
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.DoubleAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.EnumAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.IntegerAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.LongAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.NestedAnnotationAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.annotations.StringAttributeValue
 
toString() - Method in class org.springframework.roo.classpath.details.DefaultClassOrInterfaceTypeDetails
 
toString() - Method in class org.springframework.roo.classpath.details.DefaultConstructorMetadata
 
toString() - Method in class org.springframework.roo.classpath.details.DefaultFieldMetadata
 
toString() - Method in class org.springframework.roo.classpath.details.DefaultItdTypeDetails
 
toString() - Method in class org.springframework.roo.classpath.details.DefaultMethodMetadata
 
toString() - Method in class org.springframework.roo.classpath.itd.AbstractItdTypeDetailsProvidingMetadataItem
 
toString() - Method in class org.springframework.roo.classpath.itd.ItdProviderRole
 
toString() - Method in enum org.springframework.roo.classpath.operations.Cardinality
 
toString() - Method in class org.springframework.roo.classpath.operations.DateTime
 
toString() - Method in class org.springframework.roo.classpath.operations.EnumType
 
toString() - Method in class org.springframework.roo.classpath.operations.Fetch
 
toString() - Method in class org.springframework.roo.classpath.operations.InheritanceType
 

V

valueOf(String) - Static method in enum org.springframework.roo.classpath.operations.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.roo.classpath.operations.jsr303.DateFieldPersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.roo.classpath.PhysicalTypeCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.roo.classpath.operations.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.roo.classpath.operations.jsr303.DateFieldPersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.roo.classpath.PhysicalTypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I J L M N O P R S T V

Copyright © 2009-2010 VMware, Inc. All Rights Reserved.