Interface Command
public interface Command
Q2 CLI command interface for external command execution.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexec(InputStream is, OutputStream os, OutputStream err, String[] strings) Executes this command.
-
Method Details
-
exec
Executes this command.- Parameters:
is- input streamos- output streamerr- error streamstrings- command arguments- Throws:
Exception- on execution failure
-