Skip to content

SoilBase Clarification #67

Answered by h-man2
Gil4390 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Gil and Amiel,
the starting point for executing SOIL-statements from the USE-shell is the file use-gui/src/main/java/org/tzi/use/main/shell/Shell.java.
Have a look at the operation cmdExec.

/**
* Executes a SOIL statement (started by <code>!</code> or <code>!!</code>)
* @param line The command line without <code>!</code>
* @param verbose If <code>true</code> detailed messages are written to the shell.
* @throws NoSystemException
*/
private void cmdExec(String line, boolean verbose) throws NoSystemException {
if (line == null || line.length() == 0

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Gil4390
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants