FreeRDP
com.freerdp.freerdpcore.domain.ConnectionReference Class Reference

Static Public Member Functions

static String getManualBookmarkReference (long bookmarkId)
 
static String getHostnameReference (String hostname)
 
static String getPlaceholderReference (String name)
 
static String getFileReference (String uri)
 
static boolean isBookmarkReference (String refStr)
 
static boolean isManualBookmarkReference (String refStr)
 
static boolean isHostnameReference (String refStr)
 
static boolean isPlaceholderReference (String refStr)
 
static boolean isFileReference (String refStr)
 
static long getManualBookmarkId (String refStr)
 
static String getHostname (String refStr)
 
static String getPlaceholder (String refStr)
 
static String getFile (String refStr)
 

Static Public Attributes

static final String PATH_MANUAL_BOOKMARK_ID = "MBMID/"
 
static final String PATH_HOSTNAME = "HOST/"
 
static final String PATH_PLACEHOLDER = "PLCHLD/"
 
static final String PATH_FILE = "FILE/"
 

Member Function Documentation

◆ getFile()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getFile ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ getFileReference()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getFileReference ( String  uri)
inlinestatic
Here is the caller graph for this function:

◆ getHostname()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getHostname ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ getHostnameReference()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getHostnameReference ( String  hostname)
inlinestatic
Here is the caller graph for this function:

◆ getManualBookmarkId()

static long com.freerdp.freerdpcore.domain.ConnectionReference.getManualBookmarkId ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ getManualBookmarkReference()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getManualBookmarkReference ( long  bookmarkId)
inlinestatic
Here is the caller graph for this function:

◆ getPlaceholder()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getPlaceholder ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ getPlaceholderReference()

static String com.freerdp.freerdpcore.domain.ConnectionReference.getPlaceholderReference ( String  name)
inlinestatic
Here is the caller graph for this function:

◆ isBookmarkReference()

static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isBookmarkReference ( String  refStr)
inlinestatic

◆ isFileReference()

static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isFileReference ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ isHostnameReference()

static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isHostnameReference ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ isManualBookmarkReference()

static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isManualBookmarkReference ( String  refStr)
inlinestatic
Here is the caller graph for this function:

◆ isPlaceholderReference()

static boolean com.freerdp.freerdpcore.domain.ConnectionReference.isPlaceholderReference ( String  refStr)
inlinestatic
Here is the caller graph for this function:

Field Documentation

◆ 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

◆ PATH_PLACEHOLDER

final String com.freerdp.freerdpcore.domain.ConnectionReference.PATH_PLACEHOLDER = "PLCHLD/"
static

The documentation for this class was generated from the following file: