public interface Writer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOOL_CUSTOM_DOC_PROP
Name for custom document property holding the application version.
|
static java.lang.String |
UML_CUSTOM_DOC_PROP
Name for custom document property holding the UML model file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getDocumentMetadata()
Returns (potentially empty) custom document properties.
|
WriterInput |
getInput()
Returns input used for writing.
|
java.lang.String |
getInputFileNames()
Return names of one or more input files used by this writer.
|
java.lang.String |
getOutputFileNames()
Return names of one or more output files created by this writer.
|
java.util.Set<java.lang.String> |
getSupportedFormats()
Returns the set of supported formats, as file extensions; e.g., ".doc", ".xml".
|
void |
write()
Writes the content from input.
|
static final java.lang.String TOOL_CUSTOM_DOC_PROP
static final java.lang.String UML_CUSTOM_DOC_PROP
WriterInput getInput()
java.lang.String getInputFileNames()
java.lang.String getOutputFileNames()
java.util.Set<java.lang.String> getSupportedFormats()
java.util.Map<java.lang.String,java.lang.String> getDocumentMetadata()
void write()
Copyright 2009-2016 Tatjana (Tanja) Kostic