예제 #1
0
  public String[] getArgs() {
    if (activeCom == null) return null;

    return activeCom.getArgs();
  }