A C D E F G H I J K M P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(JSONObject, JSONArray) - Static method in class de.kosmos_lab.utils.JSONPatch
-
applies a very simple json-patch based on RFC 6902 https://tools.ietf.org/html/rfc6902
C
- checkValue(JSONObject, String, Object) - Static method in class de.kosmos_lab.utils.JSONChecker
- compare(JSONObject, JSONObject) - Static method in class de.kosmos_lab.utils.JSONChecker
- compare(JSONObject, JSONObject, String[]) - Static method in class de.kosmos_lab.utils.JSONChecker
- compare(JSONObject, JSONObject, Set<String>) - Static method in class de.kosmos_lab.utils.JSONChecker
- CompareException - Exception in de.kosmos_lab.utils.exceptions
-
this exception is thrown if a comparison failed for some reason
- CompareException(String) - Constructor for exception de.kosmos_lab.utils.exceptions.CompareException
- CompareException(String, Object, Object) - Constructor for exception de.kosmos_lab.utils.exceptions.CompareException
- CompareException(String, String) - Constructor for exception de.kosmos_lab.utils.exceptions.CompareException
- Constants - Class in de.kosmos_lab.utils
- Constants() - Constructor for class de.kosmos_lab.utils.Constants
- cutVideo(File, File, long, long) - Static method in class de.kosmos_lab.utils.FFMPEGWrapper
D
- de.kosmos_lab.utils - package de.kosmos_lab.utils
- de.kosmos_lab.utils.exceptions - package de.kosmos_lab.utils.exceptions
- decompose(String) - Static method in class de.kosmos_lab.utils.StringFunctions
- deleteDirectory(File) - Static method in class de.kosmos_lab.utils.FileUtils
-
deletes a directory, recursive!
- DoubleFunctions - Class in de.kosmos_lab.utils
-
This class is used to implement Features for doubles that one might need.
- DoubleFunctions() - Constructor for class de.kosmos_lab.utils.DoubleFunctions
E
- equals(Object, Object) - Static method in class de.kosmos_lab.utils.JSONChecker
-
checks if both inputs are comparable, checks based of the type of expected
- equals(Object, Object, String) - Static method in class de.kosmos_lab.utils.JSONChecker
F
- FFMPEGWrapper - Class in de.kosmos_lab.utils
- FFMPEGWrapper() - Constructor for class de.kosmos_lab.utils.FFMPEGWrapper
- FFMPEGWrapper.FFMPPEGRecording - Class in de.kosmos_lab.utils
- FFMPPEGRecording(File, String) - Constructor for class de.kosmos_lab.utils.FFMPEGWrapper.FFMPPEGRecording
- FileUtils - Class in de.kosmos_lab.utils
-
Helper Class that is used to handle File based tasks
- FileUtils() - Constructor for class de.kosmos_lab.utils.FileUtils
- filterFilename(String) - Static method in class de.kosmos_lab.utils.StringFunctions
- filterName(String) - Static method in class de.kosmos_lab.utils.StringFunctions
-
removes anything from the text that is not alphanumeric
- format(String, Object[][]) - Static method in class de.kosmos_lab.utils.StringFunctions
- format(String, Map<String, Object>) - Static method in class de.kosmos_lab.utils.StringFunctions
G
- generateRandomKey() - Static method in class de.kosmos_lab.utils.StringFunctions
-
Generate random key.
- generateRandomKey(int) - Static method in class de.kosmos_lab.utils.StringFunctions
-
Generate random key.
- get(JSONObject, String) - Static method in class de.kosmos_lab.utils.JSONFunctions
- getListOfString(LinkedList<HashSet<String>>) - Static method in class de.kosmos_lab.utils.StringFunctions
- getPatch(JSONObject, JSONObject) - Static method in class de.kosmos_lab.utils.JSONPatch
-
create a very simple json-patch based on RFC 6902 https://tools.ietf.org/html/rfc6902
- getSaltedAndPepperdHash(String, String, String) - Static method in class de.kosmos_lab.utils.HashFunctions
-
gets a salted and peppered hash of a given input
- getSaltedHash(String, String) - Static method in class de.kosmos_lab.utils.HashFunctions
-
gets a salted hash of the given input
- getSHA3(String) - Static method in class de.kosmos_lab.utils.HashFunctions
-
Gets the SHA3.
H
- has(JSONObject, String) - Static method in class de.kosmos_lab.utils.JSONFunctions
- hasEntries(JSONArray, String[]) - Static method in class de.kosmos_lab.utils.JSONFunctions
- hasEntries(JSONObject, String[]) - Static method in class de.kosmos_lab.utils.JSONFunctions
- HashFunctions - Class in de.kosmos_lab.utils
- HashFunctions() - Constructor for class de.kosmos_lab.utils.HashFunctions
I
- identical(Set<String>, String[]) - Static method in class de.kosmos_lab.utils.StringFunctions
- IntegerFunctions - Class in de.kosmos_lab.utils
- IntegerFunctions() - Constructor for class de.kosmos_lab.utils.IntegerFunctions
J
- JSONChecker - Class in de.kosmos_lab.utils
- JSONChecker() - Constructor for class de.kosmos_lab.utils.JSONChecker
- JSONFunctions - Class in de.kosmos_lab.utils
- JSONFunctions() - Constructor for class de.kosmos_lab.utils.JSONFunctions
- JSONPatch - Class in de.kosmos_lab.utils
- JSONPatch() - Constructor for class de.kosmos_lab.utils.JSONPatch
K
- keys(JSONArray, String, String) - Static method in class de.kosmos_lab.utils.JSONFunctions
- keys(JSONObject, String) - Static method in class de.kosmos_lab.utils.JSONFunctions
- KosmosFileUtils - Class in de.kosmos_lab.utils
- KosmosFileUtils() - Constructor for class de.kosmos_lab.utils.KosmosFileUtils
M
- makeDirsForFile(File) - Static method in class de.kosmos_lab.utils.FileUtils
-
create all parent directories for the current file
- matches(String, String) - Static method in class de.kosmos_lab.utils.Wildcard
-
matches a string to pattern where * can be 0-n unknown characters and ? can be exactly 1 character
- mergeVideos(Collection<String>, File, long, long) - Static method in class de.kosmos_lab.utils.FFMPEGWrapper
P
- PARAMATER_WAS_NULL - Static variable in class de.kosmos_lab.utils.Constants
- PARAMATER_WAS_X - Static variable in class de.kosmos_lab.utils.Constants
R
- readBinary(File) - Static method in class de.kosmos_lab.utils.FileUtils
-
reads a binary file
- readBinary(String) - Static method in class de.kosmos_lab.utils.FileUtils
-
read a binary file
- readFile(File) - Static method in class de.kosmos_lab.utils.FileUtils
- readFile(File) - Static method in class de.kosmos_lab.utils.KosmosFileUtils
- readFile(File, Charset) - Static method in class de.kosmos_lab.utils.FileUtils
-
reads a text based file
- readFile(String) - Static method in class de.kosmos_lab.utils.FileUtils
- readFile(String, String) - Static method in class de.kosmos_lab.utils.FileUtils
- readFile(String, Charset) - Static method in class de.kosmos_lab.utils.FileUtils
- replaceEnding(File, String) - Static method in class de.kosmos_lab.utils.FileUtils
- replaceEnding(String, String) - Static method in class de.kosmos_lab.utils.FileUtils
- replaceEverythingButNumbers(String) - Static method in class de.kosmos_lab.utils.StringFunctions
- roundToNearest(double, double) - Static method in class de.kosmos_lab.utils.DoubleFunctions
-
round to nearest sensible double
- roundToNearest(int, int) - Static method in class de.kosmos_lab.utils.IntegerFunctions
-
round to nearest sensible int
S
- start() - Method in class de.kosmos_lab.utils.FFMPEGWrapper.FFMPPEGRecording
- stop() - Method in class de.kosmos_lab.utils.FFMPEGWrapper.FFMPPEGRecording
- StringFunctions - Class in de.kosmos_lab.utils
- StringFunctions() - Constructor for class de.kosmos_lab.utils.StringFunctions
T
- timePattern - Static variable in class de.kosmos_lab.utils.FFMPEGWrapper
- toCamelCase(String) - Static method in class de.kosmos_lab.utils.StringFunctions
-
camelcases the input, ie "to camel case" will yield "toCamelCase"
- trim(String) - Static method in class de.kosmos_lab.utils.StringFunctions
-
trims away space and comma at the beginning and end and also removes double spacing
- trim(String, char[]) - Static method in class de.kosmos_lab.utils.StringFunctions
-
trims away any given characters, also removes double spaces
- trimDoubleSpaces(String) - Static method in class de.kosmos_lab.utils.StringFunctions
-
trims away double spaces
W
- Wildcard - Class in de.kosmos_lab.utils
-
this class is used to parse
- Wildcard() - Constructor for class de.kosmos_lab.utils.Wildcard
- writeToFile(File, byte[]) - Static method in class de.kosmos_lab.utils.FileUtils
-
Write the given bytes to the file, and use the charset
- writeToFile(File, byte[]) - Static method in class de.kosmos_lab.utils.KosmosFileUtils
- writeToFile(File, String) - Static method in class de.kosmos_lab.utils.FileUtils
-
writes the text to the file, uses UTF-8
- writeToFile(File, String) - Static method in class de.kosmos_lab.utils.KosmosFileUtils
- writeToFile(File, String, String) - Static method in class de.kosmos_lab.utils.FileUtils
- writeToFile(File, String, Charset) - Static method in class de.kosmos_lab.utils.FileUtils
- writeToFile(String, byte[]) - Static method in class de.kosmos_lab.utils.FileUtils
-
writes the bytes to a given filename, encoded in UTF-8
- writeToFile(String, String) - Static method in class de.kosmos_lab.utils.FileUtils
-
writes the text to a given filename, encoded in UTF-8
- writeToFile(String, String, String) - Static method in class de.kosmos_lab.utils.FileUtils
-
writes the bytes to a given filename, with a given charset
- writeToFile(String, String, Charset) - Static method in class de.kosmos_lab.utils.FileUtils
-
writes the bytes to a given filename, with a given charset
All Classes All Packages