Binary compatibility report for the rhq-core-plugin-api library  between 4.3.0 and 4.4.0 versions

Test Info


Library Namerhq-core-plugin-api
Version #14.3.0
Version #24.4.0

Test Results


Total Java ARchives1
Total Methods / Classes407 / 71
VerdictIncompatible
(0.5%)

Problem Summary


SeverityCount
Added Methods-68
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (68)


rhq-core-plugin-api-4.4.0.jar, AvailabilityContext.class
package org.rhq.core.pluginapi.availability
AvailabilityContext.createAvailabilityCollectorRunnable ( AvailabilityFacet p1, long p2 ) [abstract]  :  AvailabilityCollectorRunnable
AvailabilityContext.disable ( ) [abstract]  :  void
AvailabilityContext.enable ( ) [abstract]  :  void
AvailabilityContext.getLastReportedAvailability ( ) [abstract]  :  org.rhq.core.domain.measurement.AvailabilityType
AvailabilityContext.requestAvailabilityCheck ( ) [abstract]  :  void

rhq-core-plugin-api-4.4.0.jar, CommandLineOption.class
package org.rhq.core.pluginapi.util
CommandLineOption.CommandLineOption char shortName, String longName )
CommandLineOption.CommandLineOption char shortName, String longName, boolean expectsValue )
CommandLineOption.CommandLineOption ( String shortName, String longName )
CommandLineOption.CommandLineOption ( String shortName, String longName, boolean expectsValue )
CommandLineOption.getLongName ( )  :  String
CommandLineOption.getShortName ( )  :  String
CommandLineOption.isExpectsValue ( )  :  boolean
CommandLineOption.toString ( )  :  String

rhq-core-plugin-api-4.4.0.jar, FileContentDelegate.class
package org.rhq.core.pluginapi.content
FileContentDelegate.createContent ( org.rhq.core.domain.content.PackageDetails details, java.io.File content, boolean unzip )  :  void
FileContentDelegate.deleteContent org.rhq.core.domain.content.PackageDetails details )  :  void
FileContentDelegate.discoverDeployedPackages ( )  :  java.util.Set
FileContentDelegate.FileContentDelegate ( )
FileContentDelegate.FileContentDelegate ( java.io.File directory, String fileEnding )
FileContentDelegate.getContent org.rhq.core.domain.content.PackageDetails details )  :  java.io.InputStream
FileContentDelegate.getDirectory ( )  :  java.io.File
FileContentDelegate.getFileEnding ( )  :  String
FileContentDelegate.retrieveDeploymentSHA ( java.io.File deployment, java.io.File resourceDataDirectory )  :  String
FileContentDelegate.saveDeploymentSHA ( java.io.File deployment, java.io.File resourceDataDirectory )  :  String
FileContentDelegate.saveDeploymentSHA ( java.io.File originalArchive, java.io.File deployment, java.io.File resourceDataDirectory )  :  String

rhq-core-plugin-api-4.4.0.jar, JarContentDelegate.class
package org.rhq.core.pluginapi.content
JarContentDelegate.discoverDeployedPackages ( )  :  java.util.Set
JarContentDelegate.getPackageTypeName ( )  :  String
JarContentDelegate.JarContentDelegate ( java.io.File directory, String packageTypeName )

rhq-core-plugin-api-4.4.0.jar, JavaCommandLine.class
package org.rhq.core.pluginapi.util
JavaCommandLine.getArguments ( )  :  java.util.List
JavaCommandLine.getClassArguments ( )  :  java.util.List
JavaCommandLine.getClassOption CommandLineOption option )  :  String
JavaCommandLine.getClassOption ( CommandLineOption option, String defaultValue )  :  String
JavaCommandLine.getClassPath ( )  :  java.util.List
JavaCommandLine.getExecutableJarFile ( )  :  java.io.File
JavaCommandLine.getJavaExecutable ( )  :  java.io.File
JavaCommandLine.getJavaOptions ( )  :  java.util.List
JavaCommandLine.getMainClassName ( )  :  String
JavaCommandLine.getSystemProperties ( )  :  java.util.Map
JavaCommandLine.isClassOptionPresent CommandLineOption option )  :  boolean
JavaCommandLine.JavaCommandLine String[ ] args )
JavaCommandLine.JavaCommandLine String[ ] args, boolean includeSystemPropertiesFromClassArguments )
JavaCommandLine.JavaCommandLine String[ ] args, boolean includeSystemPropertiesFromClassArguments, java.util.Set shortClassOptionValueDelims, java.util.Set longClassOptionValueDelims )
JavaCommandLine.toString ( )  :  String

rhq-core-plugin-api-4.4.0.jar, ListPropertySimpleWrapper.class
package org.rhq.core.pluginapi.configuration
ListPropertySimpleWrapper.getValue ( )  :  java.util.List
ListPropertySimpleWrapper.ListPropertySimpleWrapper org.rhq.core.domain.configuration.PropertySimple prop )
ListPropertySimpleWrapper.setValue java.util.List list )  :  void

rhq-core-plugin-api-4.4.0.jar, MapPropertySimpleWrapper.class
package org.rhq.core.pluginapi.configuration
MapPropertySimpleWrapper.getValue ( )  :  java.util.Map
MapPropertySimpleWrapper.MapPropertySimpleWrapper org.rhq.core.domain.configuration.PropertySimple prop )
MapPropertySimpleWrapper.setValue java.util.Map map )  :  void

rhq-core-plugin-api-4.4.0.jar, OptionValueDelimiter.class
package org.rhq.core.pluginapi.util
JavaCommandLine.OptionValueDelimiter.valueOf String name ) [static]  :  JavaCommandLine.OptionValueDelimiter
JavaCommandLine.OptionValueDelimiter.values ( ) [static]  :  JavaCommandLine.OptionValueDelimiter[ ]

rhq-core-plugin-api-4.4.0.jar, ResourceContext.class
package org.rhq.core.pluginapi.inventory
ResourceContext.getAvailabilityContext ( )  :  org.rhq.core.pluginapi.availability.AvailabilityContext
ResourceContext.getResourceDataDirectory ( )  :  java.io.File
ResourceContext.ResourceContext ( org.rhq.core.domain.resource.Resource resource, ResourceComponent parentResourceComponent, ResourceContext parentResourceContext, ResourceDiscoveryComponent resourceDiscoveryComponent, org.rhq.core.system.SystemInfo systemInfo, java.io.File temporaryDirectory, java.io.File dataDirectory, String pluginContainerName, org.rhq.core.pluginapi.event.EventContext eventContext, org.rhq.core.pluginapi.operation.OperationContext operationContext, org.rhq.core.pluginapi.content.ContentContext contentContext, org.rhq.core.pluginapi.availability.AvailabilityContext availabilityContext, PluginContainerDeployment pluginContainerDeployment )

rhq-core-plugin-api-4.4.0.jar, ResourceUpgradeContext.class
package org.rhq.core.pluginapi.upgrade
ResourceUpgradeContext.ResourceUpgradeContext ( org.rhq.core.domain.resource.Resource resource, org.rhq.core.pluginapi.inventory.ResourceContext parentResourceContext, org.rhq.core.pluginapi.inventory.ResourceComponent parentResourceComponent, org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent resourceDiscoveryComponent, org.rhq.core.system.SystemInfo systemInfo, java.io.File temporaryDirectory, java.io.File dataDirectory, String pluginContainerName, org.rhq.core.pluginapi.event.EventContext eventContext, org.rhq.core.pluginapi.operation.OperationContext operationContext, org.rhq.core.pluginapi.content.ContentContext contentContext, org.rhq.core.pluginapi.availability.AvailabilityContext availabilityContext, org.rhq.core.pluginapi.inventory.PluginContainerDeployment pluginContainerDeployment )

rhq-core-plugin-api-4.4.0.jar, ServerStartScriptDiscoveryUtility.class
package org.rhq.core.pluginapi.util
ServerStartScriptDiscoveryUtility.getStartScript org.rhq.core.system.ProcessInfo serverParentProcess ) [static]  :  java.io.File
ServerStartScriptDiscoveryUtility.getStartScriptArgs ( org.rhq.core.system.ProcessInfo serverParentProcess, java.util.List serverArgs, java.util.Set optionExcludes ) [static]  :  java.util.List
ServerStartScriptDiscoveryUtility.getStartScriptEnv ( org.rhq.core.system.ProcessInfo serverProcess, org.rhq.core.system.ProcessInfo serverParentProcess, java.util.Set envVarNameIncludes ) [static]  :  java.util.Map
ServerStartScriptDiscoveryUtility.getStartScriptPrefix ( org.rhq.core.system.ProcessInfo serverProcess, org.rhq.core.system.ProcessInfo thisProcess ) [static]  :  String

rhq-core-plugin-api-4.4.0.jar, StartScriptConfiguration.class
package org.rhq.core.pluginapi.util
StartScriptConfiguration.getPluginConfig ( )  :  org.rhq.core.domain.configuration.Configuration
StartScriptConfiguration.getStartScript ( )  :  java.io.File
StartScriptConfiguration.getStartScriptArgs ( )  :  java.util.List
StartScriptConfiguration.getStartScriptEnv ( )  :  java.util.Map
StartScriptConfiguration.getStartScriptPrefix ( )  :  String
StartScriptConfiguration.setStartScript java.io.File startScript )  :  void
StartScriptConfiguration.setStartScriptArgs java.util.List startScriptArgs )  :  void
StartScriptConfiguration.setStartScriptEnv java.util.Map startScriptEnv )  :  void
StartScriptConfiguration.setStartScriptPrefix String startScriptPrefix )  :  void
StartScriptConfiguration.StartScriptConfiguration org.rhq.core.domain.configuration.Configuration pluginConfig )

to the top

Removed Methods (2)


rhq-core-plugin-api-4.3.0.jar, ResourceContext.class
package org.rhq.core.pluginapi.inventory
ResourceContext.ResourceContext ( org.rhq.core.domain.resource.Resource resource, ResourceComponent parentResourceComponent, ResourceContext parentResourceContext, ResourceDiscoveryComponent resourceDiscoveryComponent, org.rhq.core.system.SystemInfo systemInfo, java.io.File temporaryDirectory, java.io.File dataDirectory, String pluginContainerName, org.rhq.core.pluginapi.event.EventContext eventContext, org.rhq.core.pluginapi.operation.OperationContext operationContext, org.rhq.core.pluginapi.content.ContentContext contentContext, java.util.concurrent.Executor availCollectorThreadPool, PluginContainerDeployment pluginContainerDeployment )

rhq-core-plugin-api-4.3.0.jar, ResourceUpgradeContext.class
package org.rhq.core.pluginapi.upgrade
ResourceUpgradeContext.ResourceUpgradeContext ( org.rhq.core.domain.resource.Resource resource, org.rhq.core.pluginapi.inventory.ResourceContext parentResourceContext, org.rhq.core.pluginapi.inventory.ResourceComponent parentResourceComponent, org.rhq.core.pluginapi.inventory.ResourceDiscoveryComponent resourceDiscoveryComponent, org.rhq.core.system.SystemInfo systemInfo, java.io.File temporaryDirectory, java.io.File dataDirectory, String pluginContainerName, org.rhq.core.pluginapi.event.EventContext eventContext, org.rhq.core.pluginapi.operation.OperationContext operationContext, org.rhq.core.pluginapi.content.ContentContext contentContext, java.util.concurrent.Executor availCollectorThreadPool, org.rhq.core.pluginapi.inventory.PluginContainerDeployment pluginContainerDeployment )

to the top

Java ARchives (1)


rhq-core-plugin-api-4.3.0.jar

to the top




Generated on Wed Mar 20 17:25:22 2013 for rhq-core-plugin-api by Java API Compliance Checker 1.3  
A tool for checking backward compatibility of a Java library API