Package | Description |
---|---|
org.tanjakostic.jcleancim.builder | |
org.tanjakostic.jcleancim.builder.ea.japi | |
org.tanjakostic.jcleancim.common |
Classes commonly used by several packages.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EmptyXMIExporter.toXmi(java.lang.String rootUuid,
XMIDialect dialect,
boolean exportDiagrams,
java.io.File file,
java.lang.String detail)
This default implementation does nothing (well, that's why we are empty exporter).
|
protected abstract void |
AbstractXMIExporter.toXmi(java.lang.String rootUuid,
XMIDialect dialect,
boolean exportDiagrams,
java.io.File file,
java.lang.String detail)
Actual export to XMI.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JapiXMIExporter.toXmi(java.lang.String rootUuid,
XMIDialect dialect,
boolean exportDiagrams,
java.io.File file,
java.lang.String detail)
Here we first convert between EA-independent enum holding XMI dialects and the EA specific
type, and then actually call EA exporter.
|
Modifier and Type | Field and Description |
---|---|
private java.util.EnumSet<XMIDialect> |
Config._xmiexportDialects |
Modifier and Type | Method and Description |
---|---|
static XMIDialect |
XMIDialect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMIDialect[] |
XMIDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<XMIDialect> |
Config.getXmiexportDialects()
Returns the configured XMI dialects to be used for export.
|
private java.util.EnumSet<XMIDialect> |
Config.initXmiDialects(java.lang.String propName,
java.lang.String what) |
Copyright 2009-2015 Tatjana (Tanja) Kostic