@ParametersAreNonnullByDefault public class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
LINUX_DELIMITER |
static char |
QUOTE |
static char |
WINDOWS_DELIMITER |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFileName(String fullPath)
Returns file name by given absolute or relative file location.
|
static String |
removeFirstAndLastChar(String text)
Remove first and last character from given string and return result.
|
public static final char WINDOWS_DELIMITER
public static final char LINUX_DELIMITER
public static final char QUOTE
Copyright © 2015–2016. All rights reserved.