Given the command type information and the optional package locations where command clients can be found, this will attempt to instantiate the specific client for the specific command. If the client cannot be found, an attempt will be made to issue the command using the {@link GenericCommandClient generic client}.
@param args cmdline arguments @return the command @throws IllegalArgumentException if a failure occurred while processing the cmdline arguments @throws ClassNotFoundException if failed to find a valid command client class @throws IllegalAccessException if failed to instantiate the command's client class @throws InstantiationException if failed to instantiate the command's client class @throws MalformedURLException if the given URL is invalid and cannot be used to locate an invoker
|
|
|
|