Uses of Class
org.springframework.roo.project.Plugin

Uses of Plugin in org.springframework.roo.project
 

Methods in org.springframework.roo.project that return types with arguments of type Plugin
 Set<Plugin> ProjectMetadata.getBuildPlugin()
           
 Set<Plugin> ProjectMetadata.getBuildPluginsExcludingVersion(Plugin plugin)
          Locates any build plugins which match the presented plugin, excluding the version number.
 

Methods in org.springframework.roo.project with parameters of type Plugin
 void ProjectOperations.addBuildPlugin(Plugin plugin)
          Allows addition of a build plugin to the POM.
 void ProjectMetadataProvider.addBuildPlugin(Plugin plugin)
          Attempts to add the specified build plugin.
 void AbstractProjectOperations.addBuildPlugin(Plugin plugin)
           
 void ProjectOperations.buildPluginUpdate(Plugin buildPlugin)
          Verifies if the specified build plugin is present.
 void AbstractProjectOperations.buildPluginUpdate(Plugin plugin)
           
 int Plugin.compareTo(Plugin o)
           
 Set<Plugin> ProjectMetadata.getBuildPluginsExcludingVersion(Plugin plugin)
          Locates any build plugins which match the presented plugin, excluding the version number.
 boolean ProjectMetadata.isBuildPluginRegistered(Plugin plugin)
          Convenience method for determining whether a particular build plugin is registered.
 void PluginListener.pluginAdded(Plugin plugin)
           
 void PluginListener.pluginRemoved(Plugin plugin)
           
 void ProjectOperations.removeBuildPlugin(Plugin plugin)
          Allows remove of an existing build plugin from the POM.
 void ProjectMetadataProvider.removeBuildPlugin(Plugin plugin)
          Attempts to remove the specified build plugin dependency.
 void AbstractProjectOperations.removeBuildPlugin(Plugin plugin)
           
 

Constructor parameters in org.springframework.roo.project with type arguments of type Plugin
ProjectMetadata(org.springframework.roo.model.JavaPackage topLevelPackage, String projectName, Set<Dependency> dependencies, Set<Plugin> buildPlugins, Set<Repository> repositories, Set<Repository> pluginRepositories, Set<Property> pomProperties, PathResolver pathResolver)
           
 



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