Definition at line 14 of file ConnectionReference.java.
◆ getBookmarkId()
| static long com.freerdp.freerdpcore.domain.ConnectionReference.getBookmarkId |
( |
String |
refStr | ) |
|
|
inlinestatic |
Definition at line 50 of file ConnectionReference.java.
51 {
52 return Integer.parseInt(refStr.substring(PATH_MANUAL_BOOKMARK_ID.length()));
53 }
◆ getBookmarkReference()
| static String com.freerdp.freerdpcore.domain.ConnectionReference.getBookmarkReference |
( |
long |
bookmarkId | ) |
|
|
inlinestatic |
◆ getFile()
| static String com.freerdp.freerdpcore.domain.ConnectionReference.getFile |
( |
String |
refStr | ) |
|
|
inlinestatic |
◆ getFileReference()
| static String com.freerdp.freerdpcore.domain.ConnectionReference.getFileReference |
( |
String |
uri | ) |
|
|
inlinestatic |
◆ getHostname()
| static String com.freerdp.freerdpcore.domain.ConnectionReference.getHostname |
( |
String |
refStr | ) |
|
|
inlinestatic |
◆ getHostnameReference()
| static String com.freerdp.freerdpcore.domain.ConnectionReference.getHostnameReference |
( |
String |
hostname | ) |
|
|
inlinestatic |
◆ isBookmarkReference()
| static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isBookmarkReference |
( |
String |
refStr | ) |
|
|
inlinestatic |
◆ isFileReference()
| static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isFileReference |
( |
String |
refStr | ) |
|
|
inlinestatic |
◆ isHostnameReference()
| static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isHostnameReference |
( |
String |
refStr | ) |
|
|
inlinestatic |
◆ PATH_FILE
| final String com.freerdp.freerdpcore.domain.ConnectionReference.PATH_FILE = "FILE/" |
|
static |
◆ PATH_HOSTNAME
| final String com.freerdp.freerdpcore.domain.ConnectionReference.PATH_HOSTNAME = "HOST/" |
|
static |
◆ PATH_MANUAL_BOOKMARK_ID
| final String com.freerdp.freerdpcore.domain.ConnectionReference.PATH_MANUAL_BOOKMARK_ID = "MBMID/" |
|
static |
The documentation for this class was generated from the following file: