|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.angoca.db2sa.core.InterfaceCore
public final class InterfaceCore
This class is the interface with other upper layers. This is the only class
that the other layers have to use.
Control Version
Method Summary | |
---|---|
static ReturnOptions |
analyzePhrase(String phrase)
Process the phrase written by the user and prints its result. |
static ExecutionState |
executeCommand(String command,
OutputWriter writer)
Execute the given command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ReturnOptions analyzePhrase(String phrase) throws AbstractDB2SAException
phrase
- Phrase to analyze.
AbstractDB2SAException
- There is a problem in the application.public static ExecutionState executeCommand(String command, OutputWriter writer) throws AbstractDB2SAException
command
- The complete command to execute.writer
- The output's writer.
AbstractDB2SAException
- If any exception occurred while executing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |