Package kawigi.util

Interface Summary
ConsoleDisplay An encapsulation of the output method from a process's standard output or error streams.
 

Class Summary
GenericFileFilter Good All-purpose configurable file filter.
KillThread Waits for the number of seconds specified in the configuration and then abruptly stops the process if it hasn't already ended.
ProcessContainer I couldn't do local compiling and testing without this.
ProcessOutput A threaded output listener for a process output stream (either stdout or stderr).
 

Enum Summary
AppEnvironment This enum class tells us whether we're in plugin mode or standalone mode.