public static interface ModuleSpec.AliasBuilder
Modifier and Type | Method and Description |
---|---|
ModuleSpec |
create()
Create the module specification from this builder.
|
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. |
String |
getName()
Get the name of the module being defined by this builder.
|
ModuleSpec create()
@Deprecated default ModuleIdentifier getIdentifier()
getName()
instead.String getName()
@Deprecated default ModuleIdentifier getAliasTarget()
getAliasName()
instead.String getAliasName()
Copyright © 2017. All rights reserved.