Uses of Class
org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType

Packages that use ServerPluginDescriptorType
org.rhq.enterprise.server.xmlschema   
org.rhq.enterprise.server.xmlschema.generated.serverplugin   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.bundle   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.content   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.entitlement   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.packagetype   
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective   
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema
 

Methods in org.rhq.enterprise.server.xmlschema that return ServerPluginDescriptorType
static ServerPluginDescriptorType ServerPluginDescriptorUtil.loadPluginDescriptorFromUrl(URL pluginJarFileUrl)
          Loads a plugin descriptor from the given plugin jar and returns it.
 

Methods in org.rhq.enterprise.server.xmlschema with parameters of type ServerPluginDescriptorType
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.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin
 

Methods in org.rhq.enterprise.server.xmlschema.generated.serverplugin that return ServerPluginDescriptorType
 ServerPluginDescriptorType ObjectFactory.createServerPluginDescriptorType()
          Create an instance of ServerPluginDescriptorType
 

Methods in org.rhq.enterprise.server.xmlschema.generated.serverplugin with parameters of type ServerPluginDescriptorType
 ServerPluginElement ObjectFactory.createServerPluginElement(ServerPluginDescriptorType value)
          Create an instance of ServerPluginElement}
 

Constructors in org.rhq.enterprise.server.xmlschema.generated.serverplugin with parameters of type ServerPluginDescriptorType
ServerPluginElement(ServerPluginDescriptorType value)
           
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert
 class AlertPluginDescriptorType
          Java class for AlertPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.bundle
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.bundle
 class BundlePluginDescriptorType
          Java class for BundlePluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.content
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.content
 class ContentPluginDescriptorType
          Java class for ContentPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
 class DriftPluginDescriptorType
          Java class for DriftPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.entitlement
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.entitlement
 class EntitlementPluginDescriptorType
          Java class for EntitlementPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.generic
 class GenericPluginDescriptorType
          Java class for GenericPluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.packagetype
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.packagetype
 class PackageTypePluginDescriptorType
          Java class for PackageTypePluginDescriptorType complex type.
 

Uses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
 

Subclasses of ServerPluginDescriptorType in org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
 class PerspectivePluginDescriptorType
          The perspective descriptor providing the complete perspective definition.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.