SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.client.commandline
Interface CLCommand


public interface CLCommand

Interface representing a single command line command. This interface allows putting CL commands into a hashed adapter pattern.


Method Summary
 CLCommandResponse execute(java.lang.String[] args)
           
 

Method Detail

execute

public CLCommandResponse execute(java.lang.String[] args)
                          throws java.io.IOException,
                                 SourceJammerConnectionException

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan