コード例 #1
0
ファイル: RemoteClient.java プロジェクト: jakewins/community
 public RemoteClient(RmiLocation serverLocation) throws ShellException {
   this(serverLocation, RemoteOutput.newOutput());
 }