| Package | Description |
|---|---|
| org.jboss.hal.meta | |
| org.jboss.hal.meta.processing |
| Modifier and Type | Method and Description |
|---|---|
static Metadata |
Metadata.empty() |
Metadata |
Metadata.forComplexAttribute(String name)
Creates a new metadata instance based on this metadata with the attributes taken from the specified complex
attribute.
|
Metadata |
Metadata.forComplexAttribute(String name,
boolean prefixLabel)
Creates a new metadata instance based on this metadata with the attributes taken from the specified complex
attribute.
|
Metadata |
Metadata.forOperation(String name) |
Metadata |
MetadataRegistry.jsLookup(Object template)
Returns metadata associated with the specified address template.
|
Metadata |
MetadataRegistry.lookup(AddressTemplate template) |
static Metadata |
Metadata.staticDescription(ResourceDescription description)
Constructs a Metadata with read-write-execution permissions and a non-working Capabilities object.
|
static Metadata |
Metadata.staticDescription(ResourceDescription description,
org.jboss.hal.config.Environment environment)
Constructs a Metadata with read-write-execution permissions and a working Capabilities object based on the
environment object.
|
static Metadata |
Metadata.staticDescription(com.google.gwt.resources.client.TextResource description) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.copyAttribute(String attribute,
Metadata destination)
Copies attributes from this description to the specified metadata
|
void |
Metadata.copyComplexAttributeAttributes(Iterable<String> attributes,
Metadata destination)
Shortcut for
copyAttribute(String, Metadata) and makeWritable(String) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProcessor.JsMetadataCallback.onMetadata(Metadata metadata) |
void |
MetadataProcessor.MetadataCallback.onMetadata(Metadata metadata) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.