|
ShrinkWrap Descriptors API Base 2.0.0-alpha-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Descriptor

End-user domain-specific language (DSL) view of a metadata Descriptor.
| Method Summary | |
|---|---|
String |
exportAsString()
Exports the descriptor as a String |
void |
exportTo(OutputStream output)
Export the descriptor to a given OutputStream. |
String |
getDescriptorName()
Get the Descriptor name. |
| Method Detail |
|---|
String getDescriptorName()
Descriptor name. The name can be specified by
user at construction time, or predefined as a default by type.
String exportAsString()
throws DescriptorExportException
String
DescriptorExportException
void exportTo(OutputStream output)
throws DescriptorExportException,
IllegalArgumentException
OutputStream.
The OutputStream will not be flushed or closed by this operation.
output - Where to export
IllegalArgumentException - if output is null
DescriptorExportException - if problems exporting
|
ShrinkWrap Descriptors API Base 2.0.0-alpha-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||