public interface Identity extends PatchableTarget
${JBOSS_HOME}
|-- bundles
| `-- system
| `-- layers
| `-- base => DirectoryStructure.getBundleRepositoryRoot()
| `-- patches
| `-- <patchId> => DirectoryStructure.getBundlesPatchDirectory(String)
|-- modules
| `-- system
| `-- layers
| `-- base => DirectoryStructure.getModuleRoot()
| `-- patches
| `-- <patchId> => DirectoryStructure.getModulePatchDirectory(String)
`-- .installation
`-- identity.conf => DirectoryStructure.getInstallationInfo()
PatchableTarget.TargetInfo
Modifier and Type | Method and Description |
---|---|
String |
getVersion()
Get the identity version.
|
getDirectoryStructure, getName, loadTargetInfo
String getVersion()
Copyright © 2023 JBoss by Red Hat. All rights reserved.