org.apache.maven.plugin.registry

Interface MavenPluginRegistryBuilder

public interface MavenPluginRegistryBuilder

Field Summary
StringALT_GLOBAL_PLUGIN_REG_LOCATION
StringALT_USER_PLUGIN_REG_LOCATION
StringROLE
Method Summary
PluginRegistrybuildPluginRegistry()
PluginRegistrycreateUserPluginRegistry()

Field Detail

ALT_GLOBAL_PLUGIN_REG_LOCATION

public String ALT_GLOBAL_PLUGIN_REG_LOCATION

ALT_USER_PLUGIN_REG_LOCATION

public String ALT_USER_PLUGIN_REG_LOCATION

ROLE

public String ROLE

Method Detail

buildPluginRegistry

public PluginRegistry buildPluginRegistry()

createUserPluginRegistry

public PluginRegistry createUserPluginRegistry()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.