private abstract class MigrationStatus.Problem extends CommandLineAction implements java.lang.Comparable<MigrationStatus.Problem>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_description |
Modifier | Constructor and Description |
---|---|
private |
Problem(java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MigrationStatus.Problem o) |
protected void |
execute(ConsoleInterface console)
Führt den eigentlichen Befehl aus
|
protected abstract void |
executeInt(ConsoleInterface console) |
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
dispose, execute, getChildren, printStatus, skipParent
public java.lang.String toString()
CommandLineAction
Gibt den Befehlsnamen zurück
toString
in class CommandLineAction
public int compareTo(MigrationStatus.Problem o)
compareTo
in interface java.lang.Comparable<MigrationStatus.Problem>
protected final void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
Führt den eigentlichen Befehl aus
execute
in class CommandLineAction
java.lang.Exception
protected abstract void executeInt(ConsoleInterface console) throws java.lang.Exception
java.lang.Exception