| Modifier and Type | Method and Description |
|---|---|
static PluginCoordinates |
PluginCoordinates.fromPolicySpec(String pluginPolicySpec)
Returns the plugin coordinates associated with the given plugin policy specification.
|
PluginCoordinates |
Plugin.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
static File |
PluginUtils.getM2Path(File m2Dir,
PluginCoordinates coordinates)
Find the plugin artifact in the local .m2 directory.
|
static String |
PluginUtils.getMavenPath(PluginCoordinates coordinates)
Calculates the relative path of the artifact from the given coordinates.
|
static String |
PluginUtils.getPluginRelativePath(PluginCoordinates coordinates)
Returns the relative path (within a plugin registry's plugins directory) where
the plugin with the given coordinates can be found.
|
protected void |
Plugin.setCoordinates(PluginCoordinates coordinates) |
| Constructor and Description |
|---|
Plugin(PluginSpec spec,
PluginCoordinates coordinates,
PluginClassLoader loader)
Constructor.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.