org.n0pe.asadmin.commands
Class Domain

java.lang.Object
  extended by org.n0pe.asadmin.AbstractAsAdminCmd
      extended by org.n0pe.asadmin.commands.Domain
All Implemented Interfaces:
IAsAdminCmd

public class Domain
extends AbstractAsAdminCmd

Author:
Paul Merlin

Field Summary
static String START
           
static String STOP
           
 
Constructor Summary
Domain(String domain)
           
 
Method Summary
 String getActionCommand()
           
 String[] getParameters()
           
 boolean needCredentials()
           
 Domain start()
           
 Domain stop()
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
getErrorOutput, getStandardOutput, handlePasswordFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final String START
See Also:
Constant Field Values

STOP

public static final String STOP
See Also:
Constant Field Values
Constructor Detail

Domain

public Domain(String domain)
Method Detail

start

public Domain start()

stop

public Domain stop()

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2012. All Rights Reserved.