A C D E G M N P R S V Z 

A

addToCollection(C, T...) - Static method in class de.thksystems.util.collection.CollectionUtils
Adds all entries to the given Collection.

C

CollectionUtils - Class in de.thksystems.util.collection
 
createAndAddAttribute(Node, String, String) - Static method in class de.thksystems.util.xml.DomUtils
Creates a new Attribute with the given name and value, adds it to the parent Node and returns it.
createAndAddElement(Node, String) - Static method in class de.thksystems.util.xml.DomUtils
Creates a new Element with the given name, adds it to the parent Node and returns it.
createAndAddTextNode(Node, String) - Static method in class de.thksystems.util.xml.DomUtils
Creates a new TextNode with the given texts, adds it to the parent Node and returns it.
createArrayList(T...) - Static method in class de.thksystems.util.collection.CollectionUtils
Creates a new ArrayList with the given entries.
createHashMap(String...) - Static method in class de.thksystems.util.collection.MapUtils
Creates a HashMap of String,String by reading key-value-pairs like 'key::value'.
createHashMapWithDelimiter(String, String...) - Static method in class de.thksystems.util.collection.MapUtils
Creates a HashMap of String,String by reading key-value-pairs like 'key[delimiter]value'.
CsvUtils - Class in de.thksystems.util.text
Handle CSV.

D

de.thksystems.exception - package de.thksystems.exception
 
de.thksystems.util.collection - package de.thksystems.util.collection
 
de.thksystems.util.io - package de.thksystems.util.io
 
de.thksystems.util.lang - package de.thksystems.util.lang
 
de.thksystems.util.reflection - package de.thksystems.util.reflection
 
de.thksystems.util.text - package de.thksystems.util.text
 
de.thksystems.util.xml - package de.thksystems.util.xml
 
DomUtils - Class in de.thksystems.util.xml
 

E

EnumUtils - Class in de.thksystems.util.lang
 

G

getAllFields(Class<?>) - Static method in class de.thksystems.util.reflection.ReflectionUtils
Gets all fields from a class including the fields from all its super-classes.
getAsList(InputStream, char) - Static method in class de.thksystems.util.text.CsvUtils
Returns the CSV-file from the input stream as a list of string-arrays.
getNodeTreeAsList(Node) - Static method in class de.thksystems.util.xml.DomUtils
Returns the whole DOM-tree of the given Node as a list of Nodes.
getOwningDocument(Node) - Static method in class de.thksystems.util.xml.DomUtils
Returns the owning Document.

M

MapUtils - Class in de.thksystems.util.collection
 
match(E, E...) - Static method in class de.thksystems.util.lang.EnumUtils
 

N

nodeToString(Node, boolean, String) - Static method in class de.thksystems.util.xml.DomUtils
Returns the whole XML-Node or -Document as a String.
nodeToString(Node) - Static method in class de.thksystems.util.xml.DomUtils
Returns the whole XML-Node or -Document as a String with 'UTF-8' encoding and xml-header.

P

parseFileSize(String) - Static method in class de.thksystems.util.text.ParseUtils
Parse filesize given as a String (e.g. '0.003EB', '2.3GB', '5M', '30', '705.23kB') and return the size in bytes as BigDecimal.
ParseUtils - Class in de.thksystems.util.text
Just about parsing text ...

R

ReflectionUtils - Class in de.thksystems.util.reflection
Reflection-Helper.

S

ServiceRuntimeException - Exception in de.thksystems.exception
 
ServiceRuntimeException(String) - Constructor for exception de.thksystems.exception.ServiceRuntimeException
 
ServiceRuntimeException(Throwable) - Constructor for exception de.thksystems.exception.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable) - Constructor for exception de.thksystems.exception.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception de.thksystems.exception.ServiceRuntimeException
 

V

VALUE_BIGDECIMAL_MINUSONE - Static variable in class de.thksystems.util.text.ParseUtils
 

Z

zipDataToFile(File, String, byte[]) - Static method in class de.thksystems.util.io.ZipUtils
Writes the given data zipped to a File.
zipStringToFile(File, String, String) - Static method in class de.thksystems.util.io.ZipUtils
Writes the given String zipped to a File.
ZipUtils - Class in de.thksystems.util.io
 
A C D E G M N P R S V Z 

Created by ThK-Systems. License: LGPL