public class OMEROLocation extends URILocation
Location
pointing at an OMERO server.Constructor and Description |
---|
OMEROLocation(Map<String,Object> args) |
OMEROLocation(String server,
int port,
String sessionID) |
OMEROLocation(String server,
int port,
String user,
String password) |
OMEROLocation(String server,
int port,
String user,
String password,
boolean encrypted) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
int |
getPort() |
String |
getServer() |
String |
getSessionID() |
String |
getUser() |
int |
hashCode() |
boolean |
isEncrypted() |
getQueryMap, getQueryValue, getURI
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
defaultName, getName
public OMEROLocation(String server, int port, String user, String password) throws URISyntaxException
URISyntaxException
public OMEROLocation(String server, int port, String user, String password, boolean encrypted) throws URISyntaxException
URISyntaxException
public OMEROLocation(String server, int port, String sessionID) throws URISyntaxException
URISyntaxException
public OMEROLocation(Map<String,Object> args) throws URISyntaxException
URISyntaxException
public String getServer()
public int getPort()
public String getUser()
public String getPassword()
public boolean isEncrypted()
public String getSessionID()
public boolean equals(Object obj)
equals
in class AbstractLocation
public int hashCode()
hashCode
in class AbstractLocation
Copyright © 2014–2022 ImageJ. All rights reserved.