public static interface ModuleSpec.AliasBuilder
| Modifier and Type | Method | Description | 
|---|---|---|
ModuleSpec | 
create() | 
 Create the module specification from this builder. 
 | 
java.lang.String | 
getAliasName() | 
 Get the name of the module being referenced by this builder. 
 | 
default ModuleIdentifier | 
getAliasTarget() | 
 Deprecated. 
 
Use  
getAliasName() instead. | 
default ModuleIdentifier | 
getIdentifier() | 
 Deprecated. 
 
Use  
getName() instead. | 
java.lang.String | 
getName() | 
 Get the name of the module being defined by this builder. 
 | 
ModuleSpec create()
@Deprecated default ModuleIdentifier getIdentifier()
getName() instead.java.lang.String getName()
@Deprecated default ModuleIdentifier getAliasTarget()
getAliasName() instead.java.lang.String getAliasName()
Copyright © 2022 JBoss by Red Hat. All rights reserved.