public class ModuleMetaData extends NamedMetaData
| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleMetaData.ModuleType |
| Constructor and Description |
|---|
ModuleMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeDD() |
String |
getFileName() |
ModuleMetaData.ModuleType |
getType() |
String |
getUniqueName()
Gets the unique name for this module, as assigned by a deployer in accordance
with the EE 6 spec, Section EE.8.1.1.
|
AbstractModule |
getValue() |
void |
setAlternativeDD(String altDD) |
void |
setUniqueName(String uniqueName)
Sets the unique name for this module, as assigned by a deployer in accordance
with the EE 6 spec, Section EE.8.1.1.
|
void |
setValue(AbstractModule value) |
equals, getKey, getName, hashCode, setName, toStringclone, getId, setIdpublic AbstractModule getValue()
public void setValue(AbstractModule value)
public String getAlternativeDD()
public void setAlternativeDD(String altDD)
public String getFileName()
public ModuleMetaData.ModuleType getType()
public String getUniqueName()
null if the deployment processing logic has not
assigned a unique name.public void setUniqueName(String uniqueName)
Copyright © 2019 JBoss by Red Hat. All rights reserved.