public class OmeCliConfig
extends java.lang.Object
OME CLI (self-contained) jar file
. If not
specified, then the jar is assumed to be located in the same directory as
Smuggler's jar and have a name starting with the configured prefix
unless such prefix is null
or empty, in which case
it defaults to DefaultOmeCliJarPrefix
. The only other setting this
class holds is that of the OMERO session keep-alive interval (in minutes)
which is an internal setting for the time being; it's optional and defaults
to OmeroDefault.SessionKeepAliveInterval
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DefaultOmeCliJarPrefix |
Constructor and Description |
---|
OmeCliConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOmeCliJarPath() |
java.lang.String |
getOmeCliJarPrefix() |
java.lang.Long |
getSessionKeepAliveInterval() |
void |
setOmeCliJarPath(java.lang.String omeCliJarPath) |
void |
setOmeCliJarPrefix(java.lang.String omeCliJarPrefix) |
void |
setSessionKeepAliveInterval(java.lang.Long sessionKeepAliveInterval) |
public static final java.lang.String DefaultOmeCliJarPrefix
public java.lang.String getOmeCliJarPath()
public void setOmeCliJarPath(java.lang.String omeCliJarPath)
public java.lang.String getOmeCliJarPrefix()
public void setOmeCliJarPrefix(java.lang.String omeCliJarPrefix)
public java.lang.Long getSessionKeepAliveInterval()
public void setSessionKeepAliveInterval(java.lang.Long sessionKeepAliveInterval)