public interface Command
boolean
accepts(String command)
void
process(String line)
boolean accepts(String command)
void process(String line) throws Exception
Exception
Copyright © 2015. All rights reserved.