Interface ServletTarget

All Superinterfaces:
DeployTarget

public interface ServletTarget extends DeployTarget
Deployment of contents using the FirstSpirit deployment servlet (e.g. used to deploy contents into a local file system remotely)
Since:
4.0.17
  • Method Details

    • getServletUrl

      String getServletUrl()
      The url where deployment servlet is stored
      Since:
      4.0.17
    • setServletUrl

      void setServletUrl(String value)
      Set the url where deployment servlet is stored
      Parameters:
      value - the url where deployment servlet is stored
      Since:
      4.0.17
    • getTimeout

      long getTimeout()
      Returns the timeout in milliseconds.
      Since:
      4.0.17
    • setTimeout

      void setTimeout(long value)
      Provide the timeout in milliseconds.
      Since:
      4.0.17
    • getLogin

      String getLogin()
      The login name
      Since:
      4.0.17
    • setLogin

      void setLogin(String value)
      Set the login name
      Parameters:
      value - the login name
      Since:
      4.0.17
    • getPassword

      String getPassword()
      The password, used for login
      Since:
      4.0.17
    • setPassword

      void setPassword(String value)
      Set the password used for login
      Parameters:
      value - the password used for login
      Since:
      4.0.17
    • getUseHttpProxy

      boolean getUseHttpProxy()
      Returns true if http proxy should be used, false otherwise (default).
      Since:
      4.0.17
    • setUseHttpProxy

      void setUseHttpProxy(boolean value)
      Provide true if http proxy should be used, false otherwise (default).
      Parameters:
      value - true if http proxy should be used, false otherwise (default)
      Since:
      4.0.17
    • getHttpProxyHost

      String getHttpProxyHost()
      The host used for http proxy.
      Since:
      4.0.17
    • setHttpProxyHost

      void setHttpProxyHost(String value)
      Sets the port used for http proxy.
      Since:
      4.0.17
    • getHttpProxyPort

      int getHttpProxyPort()
      The port used for http proxy.
      Since:
      4.0.17
    • setHttpProxyPort

      void setHttpProxyPort(int value)
      Set the port used for http proxy.
      Parameters:
      value - the port used for http proxy
      Since:
      4.0.17
    • getHttpProxyLogin

      String getHttpProxyLogin()
      The login used for http proxy.
      Since:
      4.0.17
    • setHttpProxyLogin

      void setHttpProxyLogin(String value)
      Set the login used for http proxy.
      Parameters:
      value - the login used for http proxy
      Since:
      4.0.17
    • getHttpProxyPassword

      String getHttpProxyPassword()
      The password used for http proxy login.
      Since:
      4.0.17
    • setHttpProxyPassword

      void setHttpProxyPassword(String value)
      Set the password used for http proxy login.
      Parameters:
      value - the password used for http proxy login
      Since:
      4.0.17