org.n0pe.asadmin.commands
Class AddResources

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

public class AddResources
extends AbstractAsAdminCmd


Field Summary
 
Fields inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
EMPTY_ARRAY
 
Constructor Summary
AddResources()
           
 
Method Summary
 String getActionCommand()
           
 String getFileLocation()
           
 String[] getParameters()
           
 String getTarget()
           
 Boolean isUpload()
           
 boolean needCredentials()
           
 AddResources setFileLocation(String fileLocation)
           
 AddResources setTarget(String target)
           
 AddResources setUpload(Boolean upload)
           
 
Methods inherited from class org.n0pe.asadmin.AbstractAsAdminCmd
failOnNonZeroExit, getErrorOutput, getStandardOutput, handlePasswordFile, setOkayErrorPattern, setOkayStdOutPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddResources

public AddResources()
Method Detail

isUpload

public Boolean isUpload()

setUpload

public AddResources setUpload(Boolean upload)

getTarget

public String getTarget()

setTarget

public AddResources setTarget(String target)

getFileLocation

public String getFileLocation()

setFileLocation

public AddResources setFileLocation(String fileLocation)

needCredentials

public boolean needCredentials()

getActionCommand

public String getActionCommand()

getParameters

public String[] getParameters()


Copyright © 2013. All Rights Reserved.