public class ManagementModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static Version |
TARGET_VERSION
The target version of the console.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
parseVersion(ModelNode modelNode) |
static boolean |
supportsCapabilitiesRegistry(Version version)
Checks support for the capabilities registry.
|
static boolean |
supportsConfigurationChanges(Version version)
Checks support for configuration changes as defined
by
{selected.host}/subsystem=core-management/service=configuration-changes. |
static boolean |
supportsEjbApplicationSecurityDomain(Version version)
Checks support for the resource
/subsystem=ejb3/application-security-domain=*. |
static boolean |
supportsExplodeDeployment(Version version)
Check support for
:explode operation on deployment resources. |
static boolean |
supportsListLogFiles(Version version)
Check support for
:list-log-files operation. |
static boolean |
supportsReadContentFromDeployment(Version version)
Check support for
:read-content operation for deployments. |
static boolean |
supportsSuspend(Version version)
Check support for suspend operation and related attributes.
|
public static final Version TARGET_VERSION
public static boolean supportsCapabilitiesRegistry(Version version)
true if the provided version isn't undefined and greater than or
equal to 5.0.0public static boolean supportsConfigurationChanges(Version version)
{selected.host}/subsystem=core-management/service=configuration-changes.true if the provided version isn't undefined and greater than or
equal to 5.0.0public static boolean supportsEjbApplicationSecurityDomain(Version version)
/subsystem=ejb3/application-security-domain=*.true if the provided version isn't undefined and greater than or
equal to 5.0.0public static boolean supportsExplodeDeployment(Version version)
:explode operation on deployment resources.true if the provided version isn't undefined and greater than or
equal to 5.0.0public static boolean supportsListLogFiles(Version version)
:list-log-files operation.true if the provided version isn't undefined and greater than or
equal to 2.0.0public static boolean supportsReadContentFromDeployment(Version version)
:read-content operation for deployments.true if the provided version isn't undefined and greater than or
equal to 5.0.0Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.