|
||||||||||
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |