java.lang.Objectucot.ModuleProperties
ucot.output.GXLOutput
public class GXLOutput
GXL output adapter
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_NAME
|
static java.lang.String |
ATTRIBUTE_TYPE
|
static java.lang.String |
ATTRIBUTE_TYPE_NAME
|
static java.lang.String |
DEFAULT_FILE_EXTENSION
|
private java.util.logging.Logger |
logger
|
static java.lang.String |
METHOD_TYPE_NAME
|
static java.lang.String |
name
|
static java.lang.String |
PARENT_TYPE_NAME
|
Fields inherited from class ucot.ModuleProperties |
---|
properties, propertiesURL |
Constructor Summary | |
---|---|
GXLOutput()
|
Method Summary | |
---|---|
void |
applyProperties()
Applies current properties for the module. |
java.lang.String |
getFileExtension()
Returns the output's valid file extension without the leading dot. |
java.lang.String |
getName()
Returns adapter's name. |
java.util.Properties |
loadDefaultProperties()
Method which returns the factory default properties for the module. |
static void |
main(java.lang.String[] args)
Test program used while programming this class |
void |
output(AnalyzeModel analyzeModel,
java.net.URL url)
Outputs analyze model. |
Methods inherited from class ucot.ModuleProperties |
---|
getProperties, loadProperties, saveProperties, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ucot.ModulePropertyInterface |
---|
getProperties, loadProperties, saveProperties, setProperties |
Field Detail |
---|
public static final java.lang.String name
public static final java.lang.String DEFAULT_FILE_EXTENSION
public static final java.lang.String ATTRIBUTE_TYPE
public static final java.lang.String ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_TYPE_NAME
public static final java.lang.String METHOD_TYPE_NAME
public static final java.lang.String PARENT_TYPE_NAME
private java.util.logging.Logger logger
Constructor Detail |
---|
public GXLOutput()
Method Detail |
---|
public void output(AnalyzeModel analyzeModel, java.net.URL url) throws java.io.IOException
OutputInterface
output
in interface OutputInterface
analyzeModel
- Analyze model to output.
java.io.IOException
public java.lang.String getName()
OutputInterface
getName
in interface OutputInterface
public static void main(java.lang.String[] args) throws java.lang.Throwable
args
-
java.lang.Throwable
public java.util.Properties loadDefaultProperties()
ModulePropertyInterface
Method which returns the factory default properties for the module.
loadDefaultProperties
in interface ModulePropertyInterface
loadDefaultProperties
in class ModuleProperties
ModulePropertyInterface.loadDefaultProperties()
public void applyProperties() throws BadPropertyValueException
ModulePropertyInterface
Applies current properties for the module.
applyProperties
in interface ModulePropertyInterface
applyProperties
in class ModuleProperties
BadPropertyValueException
- In this case exception
is thrown only if either the given parser or heuristic
does not exist.ModulePropertyInterface.applyProperties()
public java.lang.String getFileExtension()
OutputInterface
getFileExtension
in interface OutputInterface