|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.core.Progress
org.basex.core.AbstractProcess
public abstract class AbstractProcess
This class provides the architecture for local and client process interpretation.
| Field Summary | |
|---|---|
Command |
cmd
Command reference. |
| Constructor Summary | |
|---|---|
AbstractProcess()
|
|
| Method Summary | |
|---|---|
abstract boolean |
execute()
Processes a command. |
abstract void |
info(PrintOutput out)
Returns process info. |
abstract void |
output(PrintOutput out)
Processes a command. |
| Methods inherited from class org.basex.core.Progress |
|---|
detail, header, progress, progress, stop, stopped |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Command cmd
| Constructor Detail |
|---|
public AbstractProcess()
| Method Detail |
|---|
public abstract boolean execute()
throws java.io.IOException
java.io.IOException - I/O exception
public abstract void info(PrintOutput out)
throws java.io.IOException
out - output stream
java.io.IOException - I/O exception
public abstract void output(PrintOutput out)
throws java.io.IOException
out - output stream
java.io.IOException - I/O exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||