Class 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 Detail

      • SasServerElement

        public SasServerElement()
    • 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()