public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static File |
getRelativeFile(File parentfile,
String path)
Returns a file which is computed from a parent file and a relative path.
|
static List<String> |
list(String... strings)
Creates a list of strings from given strings.
|
static Map<String,String> |
parseQuery(String query)
Maps keys and values from a query.
|
public static File getRelativeFile(File parentfile, String path)
parentfile - Parent filepath - Pathpublic static Map<String,String> parseQuery(String query)
key1 = value AND key2 = value2
query - Copyright © 2022. All rights reserved.