Class ConfigureSasTask.SasServerElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.ConfigureSasTask.SasServerElement
-
- Enclosing class:
- ConfigureSasTask
public static class ConfigureSasTask.SasServerElement extends Object
A nested element that identifies a SAS server.
Ant Parameters Attribute Description Required host
The SAS server host name.
Yes.
port
The SAS server port.
No. Defaults to empty, SAS default (6761) is used.
-
-
Constructor Summary
Constructors Constructor Description SasServerElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHost()
String
getHostPort()
int
getPort()
void
setHost(String host)
void
setPort(int port)
void
validateParameters()
-
-
-
Method Detail
-
validateParameters
public void validateParameters() throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
setHost
public void setHost(String host)
-
setPort
public void setPort(int port)
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getHostPort
public String getHostPort()
-
-