| java.lang.Object org.skunk.dav.client.gui.ServerData
Constructor Summary | |
public | ServerData(boolean https, String host, int port, String initialPath, String username, String password) | public | ServerData(boolean https, String host, int port, String initialPath, String username, String password, boolean rememberPassword) | public | ServerData(boolean https, String host, int port, String initialPath, String username, String password, boolean rememberPassword, boolean autotouch) | public | ServerData(String host, int port, String initialPath, String username, String password) |
serialVersionUID | final static long serialVersionUID(Code) | | |
ServerData | public ServerData(boolean https, String host, int port, String initialPath, String username, String password, boolean rememberPassword)(Code) | | |
ServerData | public ServerData(boolean https, String host, int port, String initialPath, String username, String password, boolean rememberPassword, boolean autotouch)(Code) | | |
getPermitsLockStealing | public boolean getPermitsLockStealing()(Code) | | |
getPort | public int getPort()(Code) | | |
getRememberPassword | public boolean getRememberPassword()(Code) | | whether or not password information for the server should be
saved.
whether or not to remember the password. |
init | public static void init()(Code) | | |
setInitialPath | public void setInitialPath(String initialPath)(Code) | | |
setPermitsLockStealing | public void setPermitsLockStealing(boolean permitsLockStealing)(Code) | | |
setPort | public void setPort(int port)(Code) | | |
setRememberPassword | public void setRememberPassword(boolean rememberPassword)(Code) | | |
setUsesSSL | public void setUsesSSL(boolean https)(Code) | | |
usesSSL | public boolean usesSSL()(Code) | | |
|
|