Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JavaMigrationAnalysisTarget

The target describes the input data for Java migration analysis. A target contains a managed instance, application Installation Key, sourceJdkVersion, targetJdkVersion and optional excludePackagePrefixes.

Properties

applicationInstallationKey

applicationInstallationKey: string

The unique key that identifies the application's installation path that is to be used for the Java migration analysis.

Optional excludePackagePrefixes

excludePackagePrefixes: Array<string>

Excludes the packages that starts with the prefix from the migration analysis result.

managedInstanceId

managedInstanceId: string

The OCID of the managed instance that hosts the application for which the Java migration analysis was performed.

sourceJdkVersion

sourceJdkVersion: string

The JDK version the application is currently running on.

targetJdkVersion

targetJdkVersion: string

The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.

Functions

getDeserializedJsonObj

getJsonObj