Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.metadata | |
org.jboss.shrinkwrap.descriptor.metadata.codegen |
Modifier and Type | Method and Description |
---|---|
List<MetadataElement> |
MetadataItem.getElements() |
List<MetadataElement> |
MetadataItem.getReferences() |
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addClassElement(String className,
MetadataElement classElement)
Adds a new element to the specific element class.
|
void |
Metadata.addClassReference(String className,
MetadataElement classReference)
Adds a new reference to the specific element class.
|
void |
Metadata.addGroupElement(String groupName,
MetadataElement groupElement)
Adds a new element to the specific group element class.
|
void |
Metadata.addGroupReference(String groupName,
MetadataElement groupReference)
Adds a new reference to the specific group element class.
|
Modifier and Type | Method and Description |
---|---|
String |
CodeGen.getFqnClass(MetadataElement element) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.