Package nz.org.riskscape.engine.cli
Interface ChildCommand
public interface ChildCommand
Runnable-esque interface for commands that want to be executed
-
Method Summary
-
Method Details
-
run
Object run()Execute the command, returning for the cli to deal with, or null if no output produced
-