1 23 24 package com.sun.enterprise.cli.commands; 25 26 import com.sun.enterprise.cli.framework.*; 27 28 32 public class DummyCommand extends Command 33 { 34 38 public void runCommand() 39 throws CommandException, CommandValidationException 40 { 41 } 42 43 50 public boolean validateOptions() throws CommandValidationException 51 { 52 return true; 53 } 54 55 } 56 | Popular Tags |