| Package | Description |
|---|---|
| org.jboss.hal.client.bootstrap.tasks | |
| org.jboss.hal.client.skeleton | |
| org.jboss.hal.config | |
| org.jboss.hal.core.runtime.host | |
| org.jboss.hal.core.runtime.server | |
| org.jboss.hal.meta |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionUpdateEvent.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
static void |
VersionUpdateEvent.fire(com.google.gwt.event.shared.HasHandlers source,
Version version) |
| Constructor and Description |
|---|
VersionUpdateEvent(Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
FooterPresenter.MyView.updateVersion(Version version) |
void |
FooterView.updateVersion(Version version) |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.EMPTY_VERSION
The empty version "0.0.0".
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Environment.getHalVersion() |
Version |
AbstractEnvironment.getHalVersion() |
Version |
Environment.getManagementVersion() |
Version |
AbstractEnvironment.getManagementVersion() |
static Version |
Version.parseVersion(String version)
Parses a version identifier from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.greaterThan(Version other)
Checks if this version is greater than the other version.
|
boolean |
Version.greaterThanOrEqualTo(Version other)
Checks if this version is greater than or equal to the other version.
|
boolean |
Version.lessThan(Version other)
Checks if this version is less than the other version.
|
boolean |
Version.lessThanOrEqualTo(Version other)
Checks if this version is less than or equal to the other version.
|
void |
Environment.setManagementVersion(Version version) |
void |
AbstractEnvironment.setManagementVersion(Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version |
Host.getManagementVersion() |
| Modifier and Type | Method and Description |
|---|---|
Version |
Server.getManagementVersion() |
| Modifier and Type | Field and Description |
|---|---|
static Version |
ManagementModel.TARGET_VERSION
The target version of the console.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
ManagementModel.parseVersion(ModelNode modelNode) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ManagementModel.supportsCapabilitiesRegistry(Version version)
Checks support for the capabilities registry.
|
static boolean |
ManagementModel.supportsConfigurationChanges(Version version)
Checks support for configuration changes as defined
by
{selected.host}/subsystem=core-management/service=configuration-changes. |
static boolean |
ManagementModel.supportsEjbApplicationSecurityDomain(Version version)
Checks support for the resource
/subsystem=ejb3/application-security-domain=*. |
static boolean |
ManagementModel.supportsExplodeDeployment(Version version)
Check support for
:explode operation on deployment resources. |
static boolean |
ManagementModel.supportsListLogFiles(Version version)
Check support for
:list-log-files operation. |
static boolean |
ManagementModel.supportsReadContentFromDeployment(Version version)
Check support for
:read-content operation for deployments. |
static boolean |
ManagementModel.supportsSuspend(Version version)
Check support for suspend operation and related attributes.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.