Package | Description |
---|---|
oracle.jdeveloper.deploy.meta |
Modifier and Type | Method and Description |
---|---|
static PlatformRegistry.VersionMatch |
PlatformRegistry.VersionMatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformRegistry.VersionMatch[] |
PlatformRegistry.VersionMatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Platform |
PlatformRegistry.getPlatform(PlatformType type,
PlatformVersion version,
PlatformRegistry.VersionMatch matchType)
Returns the best matching Platform depending on matchType.
|