C D F G J R S T W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CastUtils - Class in xyz.cp74.utils
-
CastUtils Cast different things to different things
- CastUtils() - Constructor for class xyz.cp74.utils.CastUtils
- CommandLineUtils - Class in xyz.cp74.utils
-
CommandLineUtils Parse command line arguments
- CommandLineUtils() - Constructor for class xyz.cp74.utils.CommandLineUtils
D
- DateTimeUtils - Class in xyz.cp74.utils
-
DateTimeUtils
- DateTimeUtils() - Constructor for class xyz.cp74.utils.DateTimeUtils
F
- FileUtils - Class in xyz.cp74.utils
-
FileUtils Read and write files.
- FileUtils() - Constructor for class xyz.cp74.utils.FileUtils
G
- get(String[]) - Static method in class xyz.cp74.utils.CommandLineUtils
-
Get @param args from command line
- getExtension(String) - Static method in class xyz.cp74.utils.FileUtils
-
Get extension of @param file
- getFiles(String) - Static method in class xyz.cp74.utils.FileUtils
-
Get a list of filenames from a given @param path
- getResourceFileAsString(String) - Static method in class xyz.cp74.utils.ResourceUtils
-
Reads given resource file as a string.
J
- JsonUtils - Class in xyz.cp74.utils
-
JsonUtils Read and Write JSON files.
- JsonUtils() - Constructor for class xyz.cp74.utils.JsonUtils
R
- read(String) - Static method in class xyz.cp74.utils.FileUtils
-
Read @param file to string
- read(String, Class<?>) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML file with @param filename and create object of @param clazz
- read(String, Charset) - Static method in class xyz.cp74.utils.FileUtils
-
Read @param file with @param charset to string
- readMap(String) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML file with @param filename and @return map
- readString(String, Class<?>) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML @param content from string and create object of @param clazz
- removeLastChar(String) - Static method in class xyz.cp74.utils.StringUtils
-
Remove last char of a string @param s
- ResourceUtils - Class in xyz.cp74.utils
-
ResourceUtils Read resources
- ResourceUtils() - Constructor for class xyz.cp74.utils.ResourceUtils
- rfc2822(Date) - Static method in class xyz.cp74.utils.DateTimeUtils
-
Get RFC2822 conform string from @param date
S
- StringUtils - Class in xyz.cp74.utils
-
StringUtils Utils for manipulating strings
- StringUtils() - Constructor for class xyz.cp74.utils.StringUtils
T
- toDouble(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to double
- toDouble(Object, double) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to double
- toInteger(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to integer
- toInteger(Object, int) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to integer
- toListOfStrings(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to a list of strings
- toLong(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to long
- toLong(Object, long) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to long
- toSetOfStrings(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to a set of strings
- toString(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to string
- toString(Object, String) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to string
W
- write(Object) - Static method in class xyz.cp74.utils.JsonUtils
-
Write @param object to @return JSON
- write(Object) - Static method in class xyz.cp74.utils.YamlUtils
-
Write @param object to YAML file to string
- write(Object, String) - Static method in class xyz.cp74.utils.YamlUtils
-
Write @param object to YAML file with @param filename
- write(String, String) - Static method in class xyz.cp74.utils.FileUtils
-
Write @param data to @param file
X
- xyz.cp74.utils - package xyz.cp74.utils
Y
- YamlUtils - Class in xyz.cp74.utils
-
YamlUtils Read and Write YAML files.
- YamlUtils() - Constructor for class xyz.cp74.utils.YamlUtils
All Classes All Packages