Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ClassNameType<ModuleDescriptor> |
ModuleDescriptor.getOrCreateMainClass()
If not already created, a new
main-class element with the given value will be created. |
ClassNameType<ModuleType<T>> |
ModuleType.getOrCreateMainClass()
If not already created, a new
main-class element with the given value will be created. |
ClassNameType<T> |
ClassNameType.name(String name)
Sets the
name attribute |
ClassNameType<T> |
ClassNameType.removeName()
Removes the
name attribute |
Copyright © 2020 JBoss by Red Hat. All rights reserved.