Download rhq-core-plugin-api-4.11.0.jar file

Introduction

You can download rhq-core-plugin-api-4.11.0.jar in this page.

License

Open Source

Type List

rhq-core-plugin-api-4.11.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.rhq/rhq-core-plugin-api/pom.properties
META-INF/maven/org.rhq/rhq-core-plugin-api/pom.xml
org.rhq.core.pluginapi.availability.AvailabilityCollectorRunnable.class
org.rhq.core.pluginapi.availability.AvailabilityContext.class
org.rhq.core.pluginapi.availability.AvailabilityFacet.class
org.rhq.core.pluginapi.bundle.BundleDeployRequest.class
org.rhq.core.pluginapi.bundle.BundleDeployResult.class
org.rhq.core.pluginapi.bundle.BundleFacet.class
org.rhq.core.pluginapi.bundle.BundleManagerProvider.class
org.rhq.core.pluginapi.bundle.BundlePurgeRequest.class
org.rhq.core.pluginapi.bundle.BundlePurgeResult.class
org.rhq.core.pluginapi.component.ComponentInvocationContext.class
org.rhq.core.pluginapi.configuration.ConfigurationFacet.class
org.rhq.core.pluginapi.configuration.ConfigurationFacetSupport.class
org.rhq.core.pluginapi.configuration.ConfigurationUpdateReport.class
org.rhq.core.pluginapi.configuration.ListPropertySimpleWrapper.class
org.rhq.core.pluginapi.configuration.MapPropertySimpleWrapper.class
org.rhq.core.pluginapi.configuration.ResourceConfigurationFacet.class
org.rhq.core.pluginapi.configuration.ResourceConfigurationUpdateException.class
org.rhq.core.pluginapi.configuration.ValidationError.class
org.rhq.core.pluginapi.content.ContentContext.class
org.rhq.core.pluginapi.content.ContentFacet.class
org.rhq.core.pluginapi.content.ContentServices.class
org.rhq.core.pluginapi.content.FileContentDelegate.class
org.rhq.core.pluginapi.content.JarContentDelegate.class
org.rhq.core.pluginapi.content.version.PackageVersionData.class
org.rhq.core.pluginapi.content.version.PackageVersions.class
org.rhq.core.pluginapi.event.EventContext.class
org.rhq.core.pluginapi.event.EventPoller.class
org.rhq.core.pluginapi.event.log.Log4JLogEntryProcessor.class
org.rhq.core.pluginapi.event.log.LogEntryProcessor.class
org.rhq.core.pluginapi.event.log.LogFileEventPoller.class
org.rhq.core.pluginapi.event.log.LogFileEventResourceComponentHelper.class
org.rhq.core.pluginapi.event.log.LogFileInfo.class
org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor.class
org.rhq.core.pluginapi.inventory.ApplicationServerComponent.class
org.rhq.core.pluginapi.inventory.ClassLoaderFacet.class
org.rhq.core.pluginapi.inventory.CreateChildResourceFacet.class
org.rhq.core.pluginapi.inventory.CreateResourceReport.class
org.rhq.core.pluginapi.inventory.DeleteResourceFacet.class
org.rhq.core.pluginapi.inventory.DiscoveredResourceDetails.class
org.rhq.core.pluginapi.inventory.InvalidPluginConfigurationException.class
org.rhq.core.pluginapi.inventory.InventoryContext.class
org.rhq.core.pluginapi.inventory.ManualAddFacet.class
org.rhq.core.pluginapi.inventory.PluginContainerDeployment.class
org.rhq.core.pluginapi.inventory.ProcessScanResult.class
org.rhq.core.pluginapi.inventory.ResourceComponent.class
org.rhq.core.pluginapi.inventory.ResourceContext.class
org.rhq.core.pluginapi.inventory.ResourceDiscoveryCallback.class
org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent.class
org.rhq.core.pluginapi.inventory.ResourceDiscoveryContext.class
org.rhq.core.pluginapi.inventory.ResourceTypeProcesses.class
org.rhq.core.pluginapi.measurement.MeasurementFacet.class
org.rhq.core.pluginapi.operation.OperationContext.class
org.rhq.core.pluginapi.operation.OperationFacet.class
org.rhq.core.pluginapi.operation.OperationResult.class
org.rhq.core.pluginapi.operation.OperationServices.class
org.rhq.core.pluginapi.operation.OperationServicesResult.class
org.rhq.core.pluginapi.operation.OperationServicesResultCode.class
org.rhq.core.pluginapi.plugin.PluginContext.class
org.rhq.core.pluginapi.plugin.PluginLifecycleListener.class
org.rhq.core.pluginapi.support.SnapshotReportRequest.class
org.rhq.core.pluginapi.support.SnapshotReportResults.class
org.rhq.core.pluginapi.support.SupportFacet.class
org.rhq.core.pluginapi.upgrade.ResourceUpgradeContext.class
org.rhq.core.pluginapi.upgrade.ResourceUpgradeFacet.class
org.rhq.core.pluginapi.util.CommandLineOption.class
org.rhq.core.pluginapi.util.FileUtils.class
org.rhq.core.pluginapi.util.JavaCommandLine.class
org.rhq.core.pluginapi.util.ObjectUtil.class
org.rhq.core.pluginapi.util.ProcessExecutionUtility.class
org.rhq.core.pluginapi.util.RegexSubstitution.class
org.rhq.core.pluginapi.util.ResponseTimeConfiguration.class
org.rhq.core.pluginapi.util.ResponseTimeLogFinder.class
org.rhq.core.pluginapi.util.ResponseTimeLogParser.class
org.rhq.core.pluginapi.util.SelectiveSkippingEntityResolver.class
org.rhq.core.pluginapi.util.ServerStartScriptDiscoveryUtility.class
org.rhq.core.pluginapi.util.SnapshotReport.class
org.rhq.core.pluginapi.util.StartScriptConfiguration.class

Pom

rhq-core-plugin-api-4.11.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <parent>
      <groupId>org.rhq</groupId>
      <artifactId>rhq-core-parent</artifactId>
      <version>4.11.0</version>
   </parent>

   <groupId>org.rhq</groupId>
   <artifactId>rhq-core-plugin-api</artifactId>
   <packaging>jar</packaging>

   <name>RHQ Plugin API</name>
   <description>RHQ Plugin API used to write custom plugins</description>

   <properties>
      <rhq.internal>false</rhq.internal>
   </properties>
   
   <dependencies>

      <!-- Internal Deps -->

      <dependency>
         <groupId>${rhq.groupId}</groupId>
         <artifactId>rhq-core-domain</artifactId>
         <version>${project.version}</version>
         <scope>provided</scope>
      </dependency>

      <dependency>
         <groupId>${rhq.groupId}</groupId>
         <artifactId>rhq-core-native-system</artifactId>
         <version>${project.version}</version>
      </dependency>

      <!-- 3rd Party Deps -->
      
      <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
      </dependency>
 
      <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-module-testng</artifactId>
         <scope>test</scope>
      </dependency>

      <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-api-mockito</artifactId>
         <scope>test</scope>
      </dependency>

   </dependencies>

   <profiles>

      <profile>
         <id>javadoc</id>
         <activation>
            <property>
               <name>javadoc.outputDirectory</name>
            </property>
         </activation>

         <build>
            <plugins>

               <plugin>
                  <artifactId>maven-javadoc-plugin</artifactId>

                  <executions>
                     <execution>
                        <id>agent-plugin-api</id>
                        <phase>compile</phase>
                        <goals>
                           <goal>javadoc</goal>
                        </goals>
                        <configuration>
                           <doctitle>RHQ ${project.version} Agent Plugin API</doctitle>
                           <windowtitle>RHQ ${project.version} Agent Plugin API</windowtitle>
                           <reportOutputDirectory>${javadoc.outputDirectory}</reportOutputDirectory>
                           <destDir>plugin-api</destDir>
                           <author>false</author>
                           <breakiterator>true</breakiterator>
                           <links>
                              <link>../domain/</link>
                              <link>../system/</link>
                           </links>
                        </configuration>
                     </execution>
                  </executions>
               </plugin>
            </plugins>
         </build>
      </profile>
 </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.rhq</groupId>
   <artifactId>rhq-core-plugin-api</artifactId>
   <version>4.11.0</version>
</dependency>

Download

If you think the following rhq-core-plugin-api-4.11.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download rhq-core-plugin-api-4.11.0.jar file




PreviousNext

Related