Class WebServerInfo
- java.lang.Object
-
- org.glassfish.web.deployment.util.WebServerInfo
-
public class WebServerInfo extends Object
This class holds information about a particular web server installation, its running engines and so on...- Author:
- Jerome Dochez
-
-
Constructor Summary
Constructors Constructor Description WebServerInfo()Creates a new instance of WebServerInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualServerInfogetHttpsVS()Getter for property httpsVS.VirtualServerInfogetHttpVS()Getter for property httpVS.URLgetWebServerRootURL(boolean secure)voidsetHttpsVS(VirtualServerInfo httpsVS)Setter for property httpsVS.voidsetHttpVS(VirtualServerInfo httpVS)Setter for property httpVS.
-
-
-
Method Detail
-
getHttpVS
public VirtualServerInfo getHttpVS()
Getter for property httpVS.- Returns:
- Value of property httpVS.
-
setHttpVS
public void setHttpVS(VirtualServerInfo httpVS)
Setter for property httpVS.- Parameters:
httpVS- New value of property httpVS.
-
getHttpsVS
public VirtualServerInfo getHttpsVS()
Getter for property httpsVS.- Returns:
- Value of property httpsVS.
-
setHttpsVS
public void setHttpsVS(VirtualServerInfo httpsVS)
Setter for property httpsVS.- Parameters:
httpsVS- New value of property httpsVS.
-
getWebServerRootURL
public URL getWebServerRootURL(boolean secure) throws MalformedURLException
- Throws:
MalformedURLException
-
-