Uses of Class
org.jboss.hal.config.Version
-
Packages that use Version 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 -
-
Uses of Version in org.jboss.hal.client.bootstrap.tasks
Methods in org.jboss.hal.client.bootstrap.tasks that return Version Modifier and Type Method Description VersionVersionUpdateEvent. getVersion()Methods in org.jboss.hal.client.bootstrap.tasks with parameters of type Version Modifier and Type Method Description static voidVersionUpdateEvent. fire(com.google.gwt.event.shared.HasHandlers source, Version version)Constructors in org.jboss.hal.client.bootstrap.tasks with parameters of type Version Constructor Description VersionUpdateEvent(Version version) -
Uses of Version in org.jboss.hal.client.skeleton
Methods in org.jboss.hal.client.skeleton with parameters of type Version Modifier and Type Method Description voidFooterPresenter.MyView. updateVersion(Version version)voidFooterView. updateVersion(Version version) -
Uses of Version in org.jboss.hal.config
Fields in org.jboss.hal.config declared as Version Modifier and Type Field Description static VersionVersion. EMPTY_VERSIONThe empty version "0.0.0".Methods in org.jboss.hal.config that return Version Modifier and Type Method Description VersionAbstractEnvironment. getHalVersion()VersionEnvironment. getHalVersion()VersionAbstractEnvironment. getManagementVersion()VersionEnvironment. getManagementVersion()static VersionVersion. parseVersion(String version)Parses a version identifier from the specified string.Methods in org.jboss.hal.config with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)Compares thisVersionobject to another object.booleanVersion. greaterThan(Version other)Checks if this version is greater than the other version.booleanVersion. greaterThanOrEqualTo(Version other)Checks if this version is greater than or equal to the other version.booleanVersion. lessThan(Version other)Checks if this version is less than the other version.booleanVersion. lessThanOrEqualTo(Version other)Checks if this version is less than or equal to the other version.voidAbstractEnvironment. setManagementVersion(Version version)voidEnvironment. setManagementVersion(Version version) -
Uses of Version in org.jboss.hal.core.runtime.host
Methods in org.jboss.hal.core.runtime.host that return Version Modifier and Type Method Description VersionHost. getManagementVersion() -
Uses of Version in org.jboss.hal.core.runtime.server
Methods in org.jboss.hal.core.runtime.server that return Version Modifier and Type Method Description VersionServer. getManagementVersion() -
Uses of Version in org.jboss.hal.meta
Fields in org.jboss.hal.meta declared as Version Modifier and Type Field Description static VersionManagementModel. TARGET_VERSIONThe target version of the console.Methods in org.jboss.hal.meta that return Version Modifier and Type Method Description static VersionManagementModel. parseVersion(ModelNode modelNode)Methods in org.jboss.hal.meta with parameters of type Version Modifier and Type Method Description static booleanManagementModel. supportsCapabilitiesRegistry(Version version)Checks support for the capabilities registry.static booleanManagementModel. supportsConfigurationChanges(Version version)Checks support for configuration changes as defined by{selected.host}/subsystem=core-management/service=configuration-changes.static booleanManagementModel. supportsEjbApplicationSecurityDomain(Version version)Checks support for the resource/subsystem=ejb3/application-security-domain=*.static booleanManagementModel. supportsExplodeDeployment(Version version)Check support for:explodeoperation on deployment resources.static booleanManagementModel. supportsListLogFiles(Version version)Check support for:list-log-filesoperation.static booleanManagementModel. supportsReadContentFromDeployment(Version version)Check support for:read-contentoperation for deployments.static booleanManagementModel. supportsSuspend(Version version)Check support for suspend operation and related attributes.
-