public class RunnerService
| Type Params | Return Type | Name and description |
|---|---|---|
|
public File |
createFileIfNotExist(String filePath)create new file if not exist |
|
public File |
createFolderIfNotExist(String folderPath)create new folder if not exist |
|
public String |
getCurrentTime()get current time by format |
|
public static RunnerService |
getInstance() |
|
public static HashMap<String, String> |
parseText(String tagText, String delimitor) |
|
public static String |
removeSpecialCharacters(String input) |
create new file if not exist
create new folder if not exist
get current time by format