| Modifier and Type | Method and Description |
|---|---|
static ServerPluginDescriptorType |
ServerPluginDescriptorUtil.loadPluginDescriptorFromUrl(URL pluginJarFileUrl)
Loads a plugin descriptor from the given plugin jar and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ControlDefinition> |
ServerPluginDescriptorMetadataParser.getControlDefinitions(ServerPluginDescriptorType descriptor)
Returns the list of all defined control operations.
|
static String |
ServerPluginDescriptorMetadataParser.getFullyQualifiedClassName(ServerPluginDescriptorType descriptor,
String className)
Given a plugn descriptor that may or may not have defined a
package name,
this converts the given class name to a fully qualified class name. |
static String |
ServerPluginDescriptorMetadataParser.getPluginComponentClassName(ServerPluginDescriptorType descriptor)
Returns the fully qualified class name of the plugin component.
|
static org.rhq.core.domain.configuration.definition.ConfigurationDefinition |
ServerPluginDescriptorMetadataParser.getPluginConfigurationDefinition(ServerPluginDescriptorType descriptor)
Returns the global configuration definition for the plugin.
|
static org.apache.maven.artifact.versioning.ComparableVersion |
ServerPluginDescriptorUtil.getPluginVersion(File pluginFile,
ServerPluginDescriptorType descriptor)
Returns the version for the plugin represented by the given descriptor/file.
|
static List<ScheduledJobDefinition> |
ServerPluginDescriptorMetadataParser.getScheduledJobs(ServerPluginDescriptorType descriptor)
Given a descriptor, this will parse it and return any scheduled jobs that it finds.
|
static org.rhq.core.domain.configuration.definition.ConfigurationDefinition |
ServerPluginDescriptorMetadataParser.getScheduledJobsDefinition(ServerPluginDescriptorType descriptor)
Returns the scheduled jobs configuration definition for the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
ServerPluginDescriptorType |
ObjectFactory.createServerPluginDescriptorType()
Create an instance of
ServerPluginDescriptorType |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginElement |
ObjectFactory.createServerPluginElement(ServerPluginDescriptorType value)
Create an instance of
ServerPluginElement} |
| Constructor and Description |
|---|
ServerPluginElement(ServerPluginDescriptorType value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertPluginDescriptorType
Java class for AlertPluginDescriptorType complex type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundlePluginDescriptorType
Java class for BundlePluginDescriptorType complex type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentPluginDescriptorType
Java class for ContentPluginDescriptorType complex type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DriftPluginDescriptorType
Java class for DriftPluginDescriptorType complex type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPluginDescriptorType
Java class for GenericPluginDescriptorType complex type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackageTypePluginDescriptorType
Java class for PackageTypePluginDescriptorType complex type.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.