Interface | Description |
---|---|
Child<T> |
Represents a child element in a hierarchial
Descriptor structure capable of navigating up a level to its
parent |
Descriptor |
End-user domain-specific language (DSL) view of a metadata Descriptor.
|
DescriptorExporter<T extends Descriptor> |
An entity capable of exporting a
Descriptor to an OutputStream . |
DescriptorImporter<T extends Descriptor> |
A type capable of importing a
Descriptor from some existing source like a stream of bytes or File |
DescriptorNamespace<T> | |
Immutable<MUTABLEVIEW extends Mutable<IMMUTABLEVIEW,MUTABLEVIEW>,IMMUTABLEVIEW extends Immutable<MUTABLEVIEW,IMMUTABLEVIEW>> |
A read-only view which supports conversion to a
Mutable view. |
Mutable<IMMUTABLEVIEW extends Immutable<MUTABLEVIEW,IMMUTABLEVIEW>,MUTABLEVIEW extends Mutable<IMMUTABLEVIEW,MUTABLEVIEW>> |
A mutable view which supports converstion to a read-only
Immutable view. |
Class | Description |
---|---|
Descriptors |
Main entry point into the ShrinkWrap Descriptors project.
|
Exception | Description |
---|---|
DescriptorExportException |
Exception used by the
DescriptorExporter on Export problems. |
DescriptorImportException |
Exception used by the
DescriptorImporter on import problems. |
Annotation Type | Description |
---|---|
CommonExtends |
Copyright © 2017 JBoss by Red Hat. All rights reserved.