public class Converter extends Object implements MessageSource
Modifier and Type | Field and Description |
---|---|
protected Options |
options |
protected TargetOutputProcessor |
outputProcessor |
protected Set<String> |
processIdsToIgnore |
protected ShapeChangeResult |
result
Result object.
|
static int |
STATUS_TARGET_DEFERRED_WRITE |
static int |
STATUS_TARGET_INITSTART |
static int |
STATUS_TARGET_PROCESS |
static int |
STATUS_TARGET_WRITE |
static int |
STATUS_TARGET_WRITEALL |
static int |
STATUS_TRANSFORMER_PROCESS |
protected Target |
target |
Constructor and Description |
---|
Converter(Options o,
ShapeChangeResult r) |
Modifier and Type | Method and Description |
---|---|
void |
convert() |
void |
convert(Model model)
Convert the application schema.
|
String |
message(int mnr)
Return a message for a message number.
|
public static final int STATUS_TARGET_INITSTART
public static final int STATUS_TARGET_PROCESS
public static final int STATUS_TARGET_WRITE
public static final int STATUS_TARGET_WRITEALL
public static final int STATUS_TARGET_DEFERRED_WRITE
public static final int STATUS_TRANSFORMER_PROCESS
protected ShapeChangeResult result
protected Options options
protected Target target
protected TargetOutputProcessor outputProcessor
public Converter(Options o, ShapeChangeResult r)
public void convert() throws ShapeChangeAbortException
ShapeChangeAbortException
public void convert(Model model)
public String message(int mnr)
MessageSource
message
in interface MessageSource
Copyright © 2017. All rights reserved.