Class SiteParameters
java.lang.Object
com.dandymadeproductions.ajqvue.gui.SiteParameters
The SiteParameters class provides the object that the application
uses to define/store individual site parameters created by the
XMLTranslator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()protected char[]getPort()getSsh()getUser()protected voidsetDatabase(String database) protected voidprotected voidprotected voidsetPassword(char[] password) protected voidprotected voidsetProtocol(String protocol) protected voidsetSiteName(String siteName) protected voidprotected voidsetSubProtocol(String subProtocol) protected voidtoString()
-
Constructor Details
-
SiteParameters
protected SiteParameters()
-
-
Method Details
-
getSiteName
-
getDriver
-
getProtocol
-
getSubProtocol
-
getHost
-
getPort
-
getDatabase
-
getUser
-
getPassword
protected char[] getPassword() -
getSsh
-
setSiteName
-
setDriver
-
setProtocol
-
setSubProtocol
-
setHost
-
setPort
-
setDatabase
-
setUser
-
setPassword
protected void setPassword(char[] password) -
setSsh
-
toString
-