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, skipParentpublic java.lang.String toString()
CommandLineActionGibt den Befehlsnamen zurück
toString in class CommandLineActionpublic int compareTo(MigrationStatus.Problem o)
compareTo in interface java.lang.Comparable<MigrationStatus.Problem>protected final void execute(ConsoleInterface console) throws java.lang.Exception
CommandLineActionFührt den eigentlichen Befehl aus
execute in class CommandLineActionjava.lang.Exceptionprotected abstract void executeInt(ConsoleInterface console) throws java.lang.Exception
java.lang.Exception