com.ail.core.configure.server
Interface DeployCarArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
DeployCarArgImp, DeployCarCommand

public interface DeployCarArg
extends CommandArg

Version:
$Revision: 1.1 $

Method Summary
 byte[] getCarArg()
          Getter for the carArg property.
 java.util.Collection<java.lang.String> getNamespacesArg()
          Getter for the namespacesArg property.
 void setCarArg(byte[] carArg)
          Setter for the carArg property.
 void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
          Setter for the namespacesArg property.
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getNamespacesArg

java.util.Collection<java.lang.String> getNamespacesArg()
Getter for the namespacesArg property. The configuration namespaces to be imported from the supplied par

Returns:
Value of namespacesArg, or null if it is unset

setNamespacesArg

void setNamespacesArg(java.util.Collection<java.lang.String> namespacesArg)
Setter for the namespacesArg property. * @see #getNamespacesArg

Parameters:
namespacesArg - new value for property.

getCarArg

byte[] getCarArg()
Getter for the carArg property. The par to import configurations from

Returns:
Value of carArg, or null if it is unset

setCarArg

void setCarArg(byte[] carArg)
Setter for the carArg property. * @see #getCarArg

Parameters:
carArg - new value for property.