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