public class TINEUtilties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,de.desy.tine.addrUtils.FECInfo> |
fecInfo
Map of all FEC information entries from TINE.
|
Constructor and Description |
---|
TINEUtilties() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getHostname(java.lang.String tinePrefix)
Returns the host name on the give TINE context and device server in the
prefix TINE address string.
|
static java.lang.String |
getHostname(java.lang.String context,
java.lang.String deviceServer)
Returns the host name on the give TINE context and device server.
|
static java.lang.String |
getTINEAddress(java.lang.String context,
java.lang.String deviceServer,
java.lang.String property)
Returns on the TINE context, device server, device name, and the
property the full TINE address in a human printable way.
|
static java.lang.String |
getTINEAddress(java.lang.String context,
java.lang.String deviceServer,
java.lang.String deviceName,
java.lang.String property)
Returns on the TINE context, device server, device name, and the
property the full TINE address in a human printable way.
|
static java.lang.String |
getTINEAddress(java.lang.String context,
java.lang.String deviceServer,
java.lang.String deviceName,
java.lang.String property,
boolean isHostname)
Returns on the TINE context, device server, device name, and the
property the full TINE address in a human printable way.
|
static java.lang.String |
getTINEAddress(java.lang.String context,
java.lang.String deviceServer,
java.lang.String deviceName,
java.lang.String property,
boolean isHostname,
boolean isHTMLStyle)
Returns on the TINE context, device server, device name, and the
property the full TINE address in a human printable way.
|
static java.lang.String |
getTINEAddress(java.lang.String context,
java.lang.String deviceServer,
java.lang.String deviceName,
java.lang.String property,
boolean isHostname,
boolean isHTMLStyle,
boolean isMultiline)
Returns on the TINE context, device server, device name, and the
property as a full TINE address in a human printable way.
|
public static final java.util.Map<java.lang.String,de.desy.tine.addrUtils.FECInfo> fecInfo
public static final java.lang.String getHostname(java.lang.String tinePrefix)
tinePrefix
- TINE prefix address string.public static final java.lang.String getHostname(java.lang.String context, java.lang.String deviceServer)
context
- TINE context.deviceServer
- TINE device server.public static final java.lang.String getTINEAddress(java.lang.String context, java.lang.String deviceServer, java.lang.String property)
Per default the host name is recognized, the output is in HTML style, and it is in multi line.
For full information about all possible mutable parameters you should have
a look at method getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
context
- TINE context.deviceServer
- TINE device server.property
- TINE property.getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
public static final java.lang.String getTINEAddress(java.lang.String context, java.lang.String deviceServer, java.lang.String deviceName, java.lang.String property)
Per default the host name is recognized, the output is in HTML style, and it is in multi line.
For full information about all possible mutable parameters you should have
a look at method getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
context
- TINE context.deviceServer
- TINE device server.deviceName
- TINE device name.property
- TINE property.getTINEAddress(String, String, String, String, boolean)
public static final java.lang.String getTINEAddress(java.lang.String context, java.lang.String deviceServer, java.lang.String deviceName, java.lang.String property, boolean isHostname)
Per default the output is in HTML style and multi line output if the host
name is recognized (i.e. set to true
).
For full information about all possible mutable parameters you should have
a look at method getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
context
- TINE context.deviceServer
- TINE device server.deviceName
- TINE device name.property
- TINE property.isHostname
- Displays the host name if set to true
.getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
public static final java.lang.String getTINEAddress(java.lang.String context, java.lang.String deviceServer, java.lang.String deviceName, java.lang.String property, boolean isHostname, boolean isHTMLStyle)
Per default the output is in multi lines depending if the host name is retrieved from the server.
For full information about all possible mutable parameters you should have
a look at method getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
context
- TINE context.deviceServer
- TINE device server.deviceName
- TINE device name.property
- TINE property.isHostname
- Displays the host name if set to true
.isHTMLStyle
- Enables the HTML style output with a value of true
.getTINEAddress(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, boolean)
public static final java.lang.String getTINEAddress(java.lang.String context, java.lang.String deviceServer, java.lang.String deviceName, java.lang.String property, boolean isHostname, boolean isHTMLStyle, boolean isMultiline)
context
- TINE context.deviceServer
- TINE device server.deviceName
- TINE device name.property
- TINE property.isHostname
- Displays the host name if set to true
.isHTMLStyle
- Enables the HTML style output with a value of true
.isMultiline
- Enables a multi line output.17-November-2016 09:39 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft