Uses of Interface
org.apache.maven.plugin.PluginDefinitionHandler

Packages that use PluginDefinitionHandler
org.apache.maven.plugin Code to cache and manage plugin execution. 
 

Uses of PluginDefinitionHandler in org.apache.maven.plugin
 

Classes in org.apache.maven.plugin that implement PluginDefinitionHandler
 class GoalToJellyScriptHousingMapper
          This is the process that we use: - Start with goal X - Gather prereqs for X We want to find all goals that will be executed due to X being executed we don't care about ordering here because when werkz executes it will sort that out for us.
(package private)  class PluginCacheManager
          Plugin cache management.
 

Methods in org.apache.maven.plugin with parameters of type PluginDefinitionHandler
(package private)  void JellyScriptHousing.parse(PluginDefinitionHandler handler, java.lang.String systemId, java.io.InputStream inStream)
           
(package private)  void JellyScriptHousing.parse(PluginDefinitionHandler handler)
           
 

Constructors in org.apache.maven.plugin with parameters of type PluginDefinitionHandler
PluginScriptParser(PluginDefinitionHandler handler, JellyScriptHousing jellyScriptHousing)
          Constructor.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.