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/"
 

Detailed Description

Definition at line 14 of file ConnectionReference.java.


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