public class ResinVar
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Returns the local address
|
Path |
getConf()
Returns the resin config.
|
Path |
getHome()
Returns the resin home.
|
java.lang.String |
getHostName()
Returns the local hostname
|
java.lang.String |
getHttpAddress()
Returns the port (backward compat)
|
int |
getHttpPort()
Returns the port (backward compat)
|
java.lang.String |
getHttpsAddress()
Returns the port (backward compat)
|
int |
getHttpsPort()
Returns the port (backward compat)
|
java.lang.String |
getId()
Deprecated.
use
getServerId() |
Path |
getLogDirectory() |
int |
getPort()
Returns the port (backward compat)
|
Path |
getRoot()
Returns the root directory.
|
Path |
getRootDir()
Deprecated.
use
getRoot() |
Path |
getRootDirectory()
Deprecated.
use
getRoot() |
java.lang.String |
getServerId()
Returns the -server id
|
java.lang.String |
getUserName()
Returns the user
|
java.lang.String |
getVersion()
Returns the version
|
java.lang.String |
getVersionDate()
Returns the version date
|
boolean |
isProfessional()
Returns true for Resin professional.
|
public java.lang.String getServerId()
public java.lang.String getId()
getServerId()
public java.lang.String getAddress()
public Path getConf()
public Path getHome()
public Path getRoot()
public Path getLogDirectory()
public java.lang.String getUserName()
public int getPort()
public java.lang.String getHttpAddress()
public java.lang.String getHttpsAddress()
public int getHttpPort()
public int getHttpsPort()
public java.lang.String getVersion()
public java.lang.String getVersionDate()
public java.lang.String getHostName()
public boolean isProfessional()