public interface IJbcoTransform
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug
Deprecated.
|
static java.io.PrintStream |
out
Deprecated.
|
static boolean |
output
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDependencies()
Gets array of
jbco transformer code names on which current transformer depends on. |
java.lang.String |
getName()
Gets the code name of
jbco transformer implementation. |
default boolean |
isDebugEnabled()
Checks if
jbco transformer can log debug information. |
default boolean |
isVerbose()
Checks if
jbco transformer can log extra information. |
void |
outputSummary()
Prints summary of the produced changes.
|
@Deprecated static final java.io.PrintStream out
@Deprecated static final boolean output
@Deprecated static final boolean debug
java.lang.String getName()
jbco transformer implementation.jbco transformerjava.lang.String[] getDependencies()
jbco transformer code names on which current transformer depends on.void outputSummary()
default boolean isVerbose()
jbco transformer can log extra information.true when jbco transformer can log extra information;
false otherwisedefault boolean isDebugEnabled()
jbco transformer can log debug information.true when jbco transformer can log debug information;
false otherwise