java.lang.Object
jfxtras.icalendarfx.utilities.StringConverters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
Add Double Quotes to front and end of string if text contains \ : ;static StringConverter<Boolean>
static StringConverter<String>
static String
removeDoubleQuote
(String input) Remove leading and trailing double quotesstatic StringConverter<URI>
static StringConverter<URI>
static StringConverter<List<URI>>
-
Constructor Details
-
StringConverters
public StringConverters()
-
-
Method Details
-
defaultStringConverterWithQuotes
-
uriConverterNoQuotes
-
uriConverterWithQuotes
-
uriListConverter
-
booleanConverter
-
removeDoubleQuote
Remove leading and trailing double quotes- Parameters:
input
- - string with or without double quotes at front and end- Returns:
- - string stripped of leading and trailing double quotes
-
addDoubleQuotesIfNecessary
Add Double Quotes to front and end of string if text contains \ : ;- Parameters:
text
-- Returns:
-