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

A

AddressUtils - Class in de.thksystems.util.business
 
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.business - package de.thksystems.util.business
 
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.network - package de.thksystems.util.network
 
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
 
DNSUtils - Class in de.thksystems.util.network
 
DNSUtils.RecordType - Enum in de.thksystems.util.network
 
DomUtils - Class in de.thksystems.util.xml
 

E

EnumUtils - Class in de.thksystems.util.lang
 
ExceptionUtils - Class in de.thksystems.util.lang
 
exists(String) - Static method in class de.thksystems.util.network.DNSUtils
Check for existing host-name.
extractHousenumber(String) - Static method in class de.thksystems.util.business.AddressUtils
Extracts the housenumber from a given street.

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.
getHouseNumber() - Method in class de.thksystems.util.business.Street
 
getMessageList(Throwable) - Static method in class de.thksystems.util.lang.ExceptionUtils
Returns a String of the Throwable like: com.bar.FooException: Some problem is there -> c.d.f.w.a.net.Exception42: My message goes here -> abc.xyz.GoogleStillExistsException: null
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.
getStreet() - Method in class de.thksystems.util.business.Street
 

I

isMatchingIpAddress(String, String) - Static method in class de.thksystems.util.network.DNSUtils
Checks, if the given hostname matches the given IP-address-string.
isOfTypeOrHasCauseWithType(Throwable, Class<? extends Throwable>) - Static method in class de.thksystems.util.lang.ExceptionUtils
Returns true, if the given Throwable or one of its causes Classes is assignable from the given Class.

L

lookup(String, DNSUtils.RecordType) - Static method in class de.thksystems.util.network.DNSUtils
Get domain-records for hostname.
lookupAll(String) - Static method in class de.thksystems.util.network.DNSUtils
Get all domain-records for hostname.

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

parseDuration(String) - Static method in class de.thksystems.util.text.ParseUtils
Parse duration.
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
 
Street - Class in de.thksystems.util.business
 
Street(String, String) - Constructor for class de.thksystems.util.business.Street
 

V

VALUE_BIGDECIMAL_MINUSONE - Static variable in class de.thksystems.util.text.ParseUtils
 
valueOf(String) - Static method in enum de.thksystems.util.network.DNSUtils.RecordType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.thksystems.util.network.DNSUtils.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.

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 I L M N P R S V Z 

Created by ThK-Systems. License: LGPL