A B C D E G H I J M O P R S T U V W

A

AbstractPathResolver - Class in org.springframework.roo.project
Abstract PathResolver implementation.
AbstractPathResolver() - Constructor for class org.springframework.roo.project.AbstractPathResolver
 
AbstractProjectOperations - Class in org.springframework.roo.project
Provides common project operations.
AbstractProjectOperations() - Constructor for class org.springframework.roo.project.AbstractProjectOperations
 
addBuildPlugin(Plugin) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addBuildPlugin(Plugin) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to add the specified build plugin.
addBuildPlugin(Plugin) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a build plugin to the POM.
addDependency(Dependency) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addDependency(JavaPackage, JavaSymbolName, String) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addDependency(Dependency) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to add the specified dependency.
addDependency(Dependency) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a JAR dependency to the POM.
addDependency(JavaPackage, JavaSymbolName, String) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a JAR dependency to the POM.
addDependencyListener(DependencyListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addDependencyListener(DependencyListener) - Method in interface org.springframework.roo.project.ProjectOperations
Register a listener to track changes in build dependencies
addPluginListener(PluginListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addPluginListener(PluginListener) - Method in interface org.springframework.roo.project.ProjectOperations
Register a listener to track changes in build plugins
addPluginRepository(Repository) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addPluginRepository(Repository) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to add the specified plugin repository.
addPluginRepository(Repository) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a plugin repository to the POM.
addPluginRepositoryListener(RepositoryListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addPluginRepositoryListener(RepositoryListener) - Method in interface org.springframework.roo.project.ProjectOperations
Register a listener to track changes in plugin repositories
addProperty(Property) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addProperty(Property) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to add the specified property.
addProperty(Property) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a property to the POM.
addPropertyListener(PropertyListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addPropertyListener(PropertyListener) - Method in interface org.springframework.roo.project.ProjectOperations
Register a listener to track changes in pom properties
addRepository(Repository) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addRepository(Repository) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to add the specified repository.
addRepository(Repository) - Method in interface org.springframework.roo.project.ProjectOperations
Allows addition of a repository to the POM.
addRepositoryListener(RepositoryListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
addRepositoryListener(RepositoryListener) - Method in interface org.springframework.roo.project.ProjectOperations
Register a listener to track changes in repositories

B

buildPluginUpdate(Plugin) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
buildPluginUpdate(Plugin) - Method in interface org.springframework.roo.project.ProjectOperations
Verifies if the specified build plugin is present.

C

ClasspathProvidingProjectMetadata - Interface in org.springframework.roo.project
 
compareTo(Dependency) - Method in class org.springframework.roo.project.Dependency
 
compareTo(Path) - Method in class org.springframework.roo.project.Path
 
compareTo(Plugin) - Method in class org.springframework.roo.project.Plugin
 
compareTo(Property) - Method in class org.springframework.roo.project.Property
 
compareTo(Repository) - Method in class org.springframework.roo.project.Repository
 
Configuration - Class in org.springframework.roo.project
Immutable representation of an configuration specification for a (maven) build plugin
Configuration(Element) - Constructor for class org.springframework.roo.project.Configuration
 

D

Dependency - Class in org.springframework.roo.project
Simplified immutable representation of a dependency.
Dependency(String, String, String) - Constructor for class org.springframework.roo.project.Dependency
Convenience constructor for producing a JAR dependency.
Dependency(String, String, String, List<Dependency>) - Constructor for class org.springframework.roo.project.Dependency
Convenience constructor for producing a JAR dependency.
Dependency(Element) - Constructor for class org.springframework.roo.project.Dependency
Convenience constructor when an XML element is available that represents a Maven .
Dependency(JavaPackage, JavaSymbolName, String, DependencyType, DependencyScope) - Constructor for class org.springframework.roo.project.Dependency
Creates an immutable Dependency.
dependencyAdded(Dependency) - Method in interface org.springframework.roo.project.DependencyListener
 
DependencyListener - Interface in org.springframework.roo.project
Dependency listener interface that clients can implement in order to be notified of changes to project dependencies
dependencyRemoved(Dependency) - Method in interface org.springframework.roo.project.DependencyListener
 
DependencyScope - Enum in org.springframework.roo.project
The scope of the dependency.
DependencyType - Enum in org.springframework.roo.project
The type of dependency.
dependencyUpdate(Dependency) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
dependencyUpdate(Dependency) - Method in interface org.springframework.roo.project.ProjectOperations
Verifies if the specified dependency is present.

E

equals(Object) - Method in class org.springframework.roo.project.Dependency
 
equals(Object) - Method in class org.springframework.roo.project.Path
 
equals(Object) - Method in class org.springframework.roo.project.Plugin
 
equals(Object) - Method in class org.springframework.roo.project.Property
 
equals(Object) - Method in class org.springframework.roo.project.Repository
 
Execution - Class in org.springframework.roo.project
Immutable representation of an execution specification for a (maven) build plugin
Execution(String, String, String...) - Constructor for class org.springframework.roo.project.Execution
 

G

getArtifactId() - Method in class org.springframework.roo.project.Dependency
 
getArtifactId() - Method in class org.springframework.roo.project.Plugin
 
getBuildPlugin() - Method in class org.springframework.roo.project.ProjectMetadata
 
getBuildPluginsExcludingVersion(Plugin) - Method in class org.springframework.roo.project.ProjectMetadata
Locates any build plugins which match the presented plugin, excluding the version number.
getClasspath() - Method in interface org.springframework.roo.project.ClasspathProvidingProjectMetadata
Indicates the classpath locations that should be scanned when resolving types not defined in a PathResolver location.
getConfiguration() - Method in class org.springframework.roo.project.Configuration
 
getConfiguration() - Method in class org.springframework.roo.project.Plugin
 
getDependencies() - Method in class org.springframework.roo.project.Plugin
 
getDependencies() - Method in class org.springframework.roo.project.ProjectMetadata
 
getDependenciesExcludingVersion(Dependency) - Method in class org.springframework.roo.project.ProjectMetadata
Locates any dependencies which match the presented dependency, excluding the version number.
getExclusions() - Method in class org.springframework.roo.project.Dependency
 
getExecutions() - Method in class org.springframework.roo.project.Plugin
 
getFriendlyName(String) - Method in class org.springframework.roo.project.AbstractPathResolver
 
getFriendlyName(String) - Method in interface org.springframework.roo.project.PathResolver
Converts the presented canonical path into a human-friendly name.
getGoals() - Method in class org.springframework.roo.project.Execution
 
getGroupId() - Method in class org.springframework.roo.project.Dependency
 
getGroupId() - Method in class org.springframework.roo.project.Plugin
 
getId() - Method in class org.springframework.roo.project.Execution
 
getId() - Method in class org.springframework.roo.project.Repository
The id of a repository
getIdentifier(Path, String) - Method in class org.springframework.roo.project.AbstractPathResolver
 
getIdentifier(Path, String) - Method in interface org.springframework.roo.project.PathResolver
Produces a canonical path for the presented Path and relative path.
getLocation() - Method in class org.springframework.roo.project.PathInformation
 
getName() - Method in class org.springframework.roo.project.Path
 
getName() - Method in class org.springframework.roo.project.Property
The name of a property
getName() - Method in class org.springframework.roo.project.Repository
The name of a repository
getNonSourcePaths() - Method in class org.springframework.roo.project.AbstractPathResolver
 
getNonSourcePaths() - Method in interface org.springframework.roo.project.PathResolver
Similar to PathResolver.getSourcePaths(), but only returns Paths which are not compiled.
getPath(String) - Method in class org.springframework.roo.project.AbstractPathResolver
 
getPath() - Method in class org.springframework.roo.project.PathInformation
 
getPath(String) - Method in interface org.springframework.roo.project.PathResolver
Attempts to determine which Path the specified canonical path falls under.
getPathInformation() - Method in class org.springframework.roo.project.AbstractPathResolver
Called by the AbstractPathResolver.init() method when it wishes to obtain a list of paths to register.
getPathResolver() - Method in class org.springframework.roo.project.ProjectMetadata
 
getPaths() - Method in class org.springframework.roo.project.AbstractPathResolver
 
getPaths() - Method in interface org.springframework.roo.project.PathResolver
Returns all paths supported by the implementation, in an order defined by the implementation.
getPhase() - Method in class org.springframework.roo.project.Execution
 
getProjectIdentifier() - Static method in class org.springframework.roo.project.ProjectMetadata
 
getProjectName() - Method in class org.springframework.roo.project.ProjectMetadata
 
getPropertiesExcludingValue(Property) - Method in class org.springframework.roo.project.ProjectMetadata
Locates any properties which match the presented property, excluding the value.
getRelativeSegment(String) - Method in class org.springframework.roo.project.AbstractPathResolver
 
getRelativeSegment(String) - Method in interface org.springframework.roo.project.PathResolver
Attempts to determine which Path the specified canonical path falls under, and then returns the relative portion of the file name.
getRoot(Path) - Method in class org.springframework.roo.project.AbstractPathResolver
 
getRoot(Path) - Method in interface org.springframework.roo.project.PathResolver
Returns a canonical path that represents the root of the presented Path.
getScope() - Method in class org.springframework.roo.project.Dependency
 
getSimpleDescription() - Method in class org.springframework.roo.project.Dependency
 
getSourcePaths() - Method in class org.springframework.roo.project.AbstractPathResolver
 
getSourcePaths() - Method in interface org.springframework.roo.project.PathResolver
Indicates all the source code Paths known to this PathResolver.
getSystemPath() - Method in class org.springframework.roo.project.Dependency
 
getTopLevelPackage() - Method in class org.springframework.roo.project.ProjectMetadata
 
getType() - Method in class org.springframework.roo.project.Dependency
 
getType() - Method in class org.springframework.roo.project.ProjectType
 
getUrl() - Method in class org.springframework.roo.project.Repository
The url of a repository
getValue() - Method in class org.springframework.roo.project.Property
The value of a property
getVersion() - Method in class org.springframework.roo.project.Plugin
 
getVersionId() - Method in class org.springframework.roo.project.Dependency
 

H

hashCode() - Method in class org.springframework.roo.project.Dependency
 
hashCode() - Method in class org.springframework.roo.project.Path
 
hashCode() - Method in class org.springframework.roo.project.Plugin
 
hashCode() - Method in class org.springframework.roo.project.Property
 
hashCode() - Method in class org.springframework.roo.project.Repository
 

I

init() - Method in class org.springframework.roo.project.AbstractPathResolver
Called by the subclass when they are ready to complete initialization.
isBuildPluginRegistered(Plugin) - Method in class org.springframework.roo.project.ProjectMetadata
Convenience method for determining whether a particular build plugin is registered.
isDependencyModificationAllowed() - Method in class org.springframework.roo.project.AbstractProjectOperations
 
isDependencyModificationAllowed() - Method in interface org.springframework.roo.project.ProjectOperations
 
isDependencyRegistered(Dependency) - Method in class org.springframework.roo.project.ProjectMetadata
Convenience method for determining whether a particular dependency is registered.
isEnableSnapshots() - Method in class org.springframework.roo.project.Repository
Indicates if snapshots are enabled
isPerformCommandAllowed() - Method in class org.springframework.roo.project.AbstractProjectOperations
 
isPerformCommandAllowed() - Method in interface org.springframework.roo.project.ProjectOperations
 
isPluginRepositoryRegistered(Repository) - Method in class org.springframework.roo.project.ProjectMetadata
Convenience method for determining whether a particular plugin repository is registered.
isPropertyRegistered(Property) - Method in class org.springframework.roo.project.ProjectMetadata
Convenience method for determining whether a particular pom property is registered.
isRepositoryRegistered(Repository) - Method in class org.springframework.roo.project.ProjectMetadata
Convenience method for determining whether a particular repository is registered.
isSource() - Method in class org.springframework.roo.project.PathInformation
 

J

JAR - Static variable in class org.springframework.roo.project.ProjectType
 

M

metadataService - Variable in class org.springframework.roo.project.AbstractProjectOperations
 

O

org.springframework.roo.project - package org.springframework.roo.project
 

P

Path - Class in org.springframework.roo.project
Immutable representation of common file path conventions used in Maven projects.
Path(String) - Constructor for class org.springframework.roo.project.Path
Creates a name with the specified string.
PathInformation - Class in org.springframework.roo.project
Used by AbstractPathResolver to permit subclasses to register path details.
PathInformation(Path, boolean, File) - Constructor for class org.springframework.roo.project.PathInformation
 
PathResolver - Interface in org.springframework.roo.project
Allows resolution between File, Path and canonical path Strings.
Plugin - Class in org.springframework.roo.project
Simplified immutable representation of a maven build plugin.
Plugin(JavaPackage, JavaSymbolName, String) - Constructor for class org.springframework.roo.project.Plugin
Creates an immutable Plugin.
Plugin(String, String, String) - Constructor for class org.springframework.roo.project.Plugin
Convenience constructor.
Plugin(String, String, String, Configuration, List<Dependency>, List<Execution>) - Constructor for class org.springframework.roo.project.Plugin
Convenience constructor.
Plugin(Element) - Constructor for class org.springframework.roo.project.Plugin
Convenience constructor when an XML element is available that represents a Maven .
pluginAdded(Plugin) - Method in interface org.springframework.roo.project.PluginListener
 
PluginListener - Interface in org.springframework.roo.project
Plugin listener interface that clients can implement in order to be notified of changes to project build plugins
pluginRemoved(Plugin) - Method in interface org.springframework.roo.project.PluginListener
 
ProjectMetadata - Class in org.springframework.roo.project
Represents a project.
ProjectMetadata(JavaPackage, String, Set<Dependency>, Set<Plugin>, Set<Repository>, Set<Repository>, Set<Property>, PathResolver) - Constructor for class org.springframework.roo.project.ProjectMetadata
 
projectMetadataProvider - Variable in class org.springframework.roo.project.AbstractProjectOperations
 
ProjectMetadataProvider - Interface in org.springframework.roo.project
Provides mutability services for ProjectMetadata.
ProjectOperations - Interface in org.springframework.roo.project
 
ProjectType - Class in org.springframework.roo.project
Provides available project types for the project.
Property - Class in org.springframework.roo.project
Simplified immutable representation of a property.
Property(String, String) - Constructor for class org.springframework.roo.project.Property
Convenience constructor creating a property instance
Property(String) - Constructor for class org.springframework.roo.project.Property
Convenience constructor creating a property instance
Property(Element) - Constructor for class org.springframework.roo.project.Property
Convenience constructor for creating a property instance from a XML Element
propertyAdded(Property) - Method in interface org.springframework.roo.project.PropertyListener
 
PropertyListener - Interface in org.springframework.roo.project
Property listener interface that clients can implement in order to be notified of changes to project properties
propertyRemoved(Property) - Method in interface org.springframework.roo.project.PropertyListener
 

R

removeBuildPlugin(Plugin) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeBuildPlugin(Plugin) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to remove the specified build plugin dependency.
removeBuildPlugin(Plugin) - Method in interface org.springframework.roo.project.ProjectOperations
Allows remove of an existing build plugin from the POM.
removeDependency(Dependency) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeDependency(JavaPackage, JavaSymbolName, String) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeDependency(Dependency) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to remove the specified dependency.
removeDependency(Dependency) - Method in interface org.springframework.roo.project.ProjectOperations
Allows removal of a JAR dependency to the POM.
removeDependency(JavaPackage, JavaSymbolName, String) - Method in interface org.springframework.roo.project.ProjectOperations
Allows remove of an existing JAR dependency from the POM.
removeDependencyListener(DependencyListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeDependencyListener(DependencyListener) - Method in interface org.springframework.roo.project.ProjectOperations
Remove a dependency listener from change tracking
removePluginListener(PluginListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removePluginListener(PluginListener) - Method in interface org.springframework.roo.project.ProjectOperations
Remove a build plugin listener from change tracking
removePluginRepository(Repository) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removePluginRepository(Repository) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to remove the specified plugin repository.
removePluginRepository(Repository) - Method in interface org.springframework.roo.project.ProjectOperations
Allows remove of an existing plugin repository from the POM.
removePluginRepositoryListener(RepositoryListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removePluginRepositoryListener(RepositoryListener) - Method in interface org.springframework.roo.project.ProjectOperations
Remove a plugin repository listener from change tracking
removeProperty(Property) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeProperty(Property) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to remove the specified property dependency.
removeProperty(Property) - Method in interface org.springframework.roo.project.ProjectOperations
Allows remove of an existing property from the POM.
removePropertyListener(PropertyListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removePropertyListener(PropertyListener) - Method in interface org.springframework.roo.project.ProjectOperations
Remove a property listener from change tracking
removeRepository(Repository) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeRepository(Repository) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to remove the specified repository.
removeRepository(Repository) - Method in interface org.springframework.roo.project.ProjectOperations
Allows remove of an existing repository from the POM.
removeRepositoryListener(RepositoryListener) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
removeRepositoryListener(RepositoryListener) - Method in interface org.springframework.roo.project.ProjectOperations
Remove a repository listener from change tracking
Repository - Class in org.springframework.roo.project
Simplified immutable representation of a repository.
Repository(String, String, String) - Constructor for class org.springframework.roo.project.Repository
Convenience constructor creating a repository instance
Repository(String, String, String, boolean) - Constructor for class org.springframework.roo.project.Repository
Convenience constructor for creating a repository instance
Repository(Element) - Constructor for class org.springframework.roo.project.Repository
Convenience constructor for creating a repository instance from a XML Element
repositoryAdded(Repository) - Method in interface org.springframework.roo.project.RepositoryListener
 
RepositoryListener - Interface in org.springframework.roo.project
Repository listener interface that clients can implement in order to be notified of changes to project repositories
repositoryRemoved(Repository) - Method in interface org.springframework.roo.project.RepositoryListener
 
ROOT - Static variable in class org.springframework.roo.project.Path
 

S

SPRING_CONFIG_ROOT - Static variable in class org.springframework.roo.project.Path
 
SRC_MAIN_JAVA - Static variable in class org.springframework.roo.project.Path
 
SRC_MAIN_RESOURCES - Static variable in class org.springframework.roo.project.Path
 
SRC_MAIN_WEBAPP - Static variable in class org.springframework.roo.project.Path
 
SRC_TEST_JAVA - Static variable in class org.springframework.roo.project.Path
 
SRC_TEST_RESOURCES - Static variable in class org.springframework.roo.project.Path
 

T

toString() - Method in class org.springframework.roo.project.Dependency
 
toString() - Method in class org.springframework.roo.project.Path
 
toString() - Method in class org.springframework.roo.project.PathInformation
 
toString() - Method in class org.springframework.roo.project.Plugin
 
toString() - Method in class org.springframework.roo.project.ProjectMetadata
 
toString() - Method in class org.springframework.roo.project.Property
 
toString() - Method in class org.springframework.roo.project.Repository
 

U

updateProjectType(ProjectType) - Method in class org.springframework.roo.project.AbstractProjectOperations
 
updateProjectType(ProjectType) - Method in interface org.springframework.roo.project.ProjectMetadataProvider
Attempts to update the project packaging type as defined via ProjectType.
updateProjectType(ProjectType) - Method in interface org.springframework.roo.project.ProjectOperations
 

V

valueOf(String) - Static method in enum org.springframework.roo.project.DependencyScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.roo.project.DependencyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.roo.project.DependencyScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.roo.project.DependencyType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAR - Static variable in class org.springframework.roo.project.ProjectType
 

A B C D E G H I J M O P R S T U V W

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