C D E F G H I J L M N O P R S T U V X

C

clickStopWatch() - Method in class org.placidus.performance.PerformanceObject
if not yet started, stopwatch will be started.
clickStopWatch(String) - Static method in class org.placidus.performance.PerformanceStopWatch
To add new timemark to object in member map for given id
cloneMap(Map<? extends Object, ? extends Object>) - Static method in class org.placidus.util.MapHelper
This method tries to clone given map with different methods: 1) checks if Cloneable interface is implemented, then clone will be called with reflection. 2) if Cloneable interface is not implemented, a new HashMap will be instantiated and filled by calling putAll with given map entries.
cloneMapNew(Map<? extends Object, ? extends Object>) - Static method in class org.placidus.util.MapHelper
This method tries to clone given map by instantiating a new HashMap and filling by call of putAll with given map entries.
cloneObject(Object) - Static method in class org.placidus.jaxb.JaxbHelper
clones a given jaxb object by marshalling and unmarshalling
cloneObjectList(List) - Static method in class org.placidus.jaxb.JaxbHelper
clones a given jaxb object list
CollectionHelper - Class in org.placidus.util
 
CollectionHelper() - Constructor for class org.placidus.util.CollectionHelper
 
containsCookie(List<Cookie>, String, String, String, String) - Static method in class org.placidus.http.CookieHelper
Checks if a cookie exists in given list with given parameters
CookieHelper - Class in org.placidus.http
Helper functions for apache's Cookie class
CookieHelper() - Constructor for class org.placidus.http.CookieHelper
 
cvJAXBContext - Static variable in class org.placidus.jaxb.JaxbHelper
 

D

dump(List<JaxbValueBean>) - Static method in class org.placidus.jaxb.JaxbMethodSearch
Dumping list content
dump(Map) - Static method in class org.placidus.util.CollectionHelper
To dump Map formatted
dump(List) - Static method in class org.placidus.util.CollectionHelper
To dump List formatted
dump(ResourceBundle) - Static method in class org.placidus.util.CollectionHelper
To dump ResourceBundle formatted with insertion

E

EMPTY_XML - Static variable in class org.placidus.xml.XmlHelper
 
equals(String, String) - Static method in class org.placidus.util.StringUtil
Advanced compare of 2 strings: o) if both are null, true will be returned o) if only one of them is null or they does not match, false will be returned
executeHttpRequest(String) - Static method in class org.placidus.http.HttpHelper
This function executes a single HttpRequest with a new HttpClient for the given siteUrl
executeMethodList(List<JaxbValueBean>, Object, String, String, Map<String, ? extends Object>) - Static method in class org.placidus.jaxb.JaxbMethodSearch
To execute a list of methods in given list.

F

FileHelper - Class in org.placidus.file
Contains helperfunctions for File
FileHelper() - Constructor for class org.placidus.file.FileHelper
 

G

getAdlerSum(String) - Static method in class org.placidus.file.FileHelper
 
getAdlerSum(InputStream) - Static method in class org.placidus.util.StreamHelper
 
getCheckSum(String, Checksum) - Static method in class org.placidus.file.FileHelper
This will calculate the given checksumtype of the filecontent for the given name
getCheckSum(InputStream, Checksum) - Static method in class org.placidus.util.StreamHelper
This will calculate the given checksumtype of the filecontent for the given name
getCount(String, String) - Static method in class org.placidus.util.StringUtil
Counts occurrence of given stringToSearchFor in given value
getCRC32Sum(String) - Static method in class org.placidus.file.FileHelper
 
getCRC32Sum(InputStream) - Static method in class org.placidus.util.StreamHelper
 
getCurrentTime() - Method in class org.placidus.performance.NanoStopWatch
Returns new timestamp
getCurrentTime() - Method in class org.placidus.performance.StopWatch
Returns new timestamp
getEmptyXmlSource() - Static method in class org.placidus.xml.XmlHelper
to get a source of an empty xml
getFileForName(String) - Static method in class org.placidus.file.FileHelper
This function creates a File object for the given filename with different methods to load it.
getGetterMethod() - Method in class org.placidus.jaxb.JaxbValueBean
 
getGetterParams() - Method in class org.placidus.jaxb.JaxbValueBean
 
getIgnoreURIEntitiesSource(String) - Static method in class org.placidus.xml.TransformerHelper
To get a Document Source which is ignoring Entities.
getInnerMethods() - Method in class org.placidus.jaxb.JaxbValueBean
 
getInputStreamForName(String) - Static method in class org.placidus.util.StreamHelper
Creates a new input stream for given resourcename with classloader of current thread
getJAXBContext() - Static method in class org.placidus.jaxb.JaxbHelper
To getJAXBContext, it will be initialized if it isnt already
getLong(String) - Static method in class org.placidus.util.StringUtil
Converts given string to long value, if given string is null or empty, 0 will be returned
getMapWithValues(Object...) - Static method in class org.placidus.util.MapHelper
Creates a new HashMap and fills it with given argruments.
getMethodList(Object, String) - Static method in class org.placidus.jaxb.JaxbMethodSearch
To get a list of methods which hold a value containing the searchString, will be processed recursivly for inner jaxbobjects
getMethodType() - Method in class org.placidus.jaxb.JaxbValueBean
 
getOutput(InputStream) - Static method in class org.placidus.util.StreamHelper
This function reads the output of a given inputstream with all conditions
getSetterMethod() - Method in class org.placidus.jaxb.JaxbValueBean
 
getSetterParams() - Method in class org.placidus.jaxb.JaxbValueBean
 
getSourceFromString(String) - Static method in class org.placidus.xml.XmlHelper
To get a Source object for given xml content
getString() - Static method in class org.placidus.performance.PerformanceStopWatch
to get a string representation of all containing objects
getString(long) - Static method in class org.placidus.util.StringUtil
Creates a string for the given long, if given long is 0, null will be returned
getTempDir() - Static method in class org.placidus.file.FileHelper
Returns the temp-dir from system property "java.io.tmpdir".
getTime() - Method in class org.placidus.performance.StopWatch
to get current time (interim), no reset will be performed.
getTransformerForXslContent(String) - Static method in class org.placidus.xml.TransformerHelper
To create a Transformer for the given xsl content

H

handleEvent(ValidationEvent) - Method in class org.placidus.jaxb.LogValidationEventHandler
 
HttpHelper - Class in org.placidus.http
 
HttpHelper() - Constructor for class org.placidus.http.HttpHelper
 

I

IgnoreEntityResolver - Class in org.placidus.xml
EntityResolver for parser to ignore entities.
IgnoreEntityResolver() - Constructor for class org.placidus.xml.IgnoreEntityResolver
 
IgnoreURIResolver - Class in org.placidus.xml
Transformation resolver which is ignoring all entities Necessary to turn of namespace lookups of entities wihtout direct internet connection.
IgnoreURIResolver() - Constructor for class org.placidus.xml.IgnoreURIResolver
 
init() - Static method in class org.placidus.performance.PerformanceStopWatch
Initializes the map
isDebugOn() - Static method in class org.placidus.log.Log
 
isEmpty(String) - Static method in class org.placidus.util.StringUtil
Checks if given string is null or empty
isInfoOn() - Static method in class org.placidus.log.Log
 
isMapModifiable(Map<? extends Object, ? extends Object>) - Static method in class org.placidus.util.MapHelper
To check if given map is modifiable or not.
isRunning() - Method in class org.placidus.performance.PerformanceObject
 
isStarted() - Method in class org.placidus.performance.PerformanceObject
 

J

JaxbHelper - Class in org.placidus.jaxb
 
JaxbHelper() - Constructor for class org.placidus.jaxb.JaxbHelper
 
JaxbMethodSearch - Class in org.placidus.jaxb
Contains functions to search values of JaxbObjects and returns the methods in JaxbValueBean to retrieve them.
JaxbMethodSearch() - Constructor for class org.placidus.jaxb.JaxbMethodSearch
 
JaxbObjectCreator - Class in org.placidus.jaxb
 
JaxbObjectCreator(String, BlockingQueue<Object>) - Constructor for class org.placidus.jaxb.JaxbObjectCreator
 
JaxbObjectPool - Class in org.placidus.jaxb
The jaxb object pool clones a given jaxb-object, until poolsize is reached and fills pool up if object was used.
JaxbObjectPool(Object) - Constructor for class org.placidus.jaxb.JaxbObjectPool
 
JaxbObjectPool(Object, int) - Constructor for class org.placidus.jaxb.JaxbObjectPool
creating jaxb object pool
JaxbValueBean - Class in org.placidus.jaxb
This bean will be used to hold information of a value at recoursive method search.
JaxbValueBean(MethodType) - Constructor for class org.placidus.jaxb.JaxbValueBean
 
JaxbValueBean(MethodType, Method, Method, Object[], Object[]) - Constructor for class org.placidus.jaxb.JaxbValueBean
 

L

Log - Class in org.placidus.log
The Log class removes the recurrent declarations of the logger in every class.
logDebug(Object, Throwable) - Static method in class org.placidus.log.Log
Log debug error.
logDebug(Throwable) - Static method in class org.placidus.log.Log
 
logDebug(Object) - Static method in class org.placidus.log.Log
 
logError(Object, Throwable) - Static method in class org.placidus.log.Log
Log error error.
logError(Throwable) - Static method in class org.placidus.log.Log
 
logError(Object) - Static method in class org.placidus.log.Log
 
logFatal(Object, Throwable) - Static method in class org.placidus.log.Log
Log fatal error.
logFatal(Throwable) - Static method in class org.placidus.log.Log
 
logFatal(Object) - Static method in class org.placidus.log.Log
 
logInfo(Object, Throwable) - Static method in class org.placidus.log.Log
Log info error.
logInfo(Throwable) - Static method in class org.placidus.log.Log
 
logInfo(Object) - Static method in class org.placidus.log.Log
 
LogValidationEventHandler - Class in org.placidus.jaxb
JAXB 2.0 ValidationEventHandler which is logging errors
LogValidationEventHandler() - Constructor for class org.placidus.jaxb.LogValidationEventHandler
 
logWarn(Object, Throwable) - Static method in class org.placidus.log.Log
Log warning error.
logWarn(Throwable) - Static method in class org.placidus.log.Log
 
logWarn(Object) - Static method in class org.placidus.log.Log
 

M

MapHelper - Class in org.placidus.util
Helper functions for Map
MapHelper() - Constructor for class org.placidus.util.MapHelper
 
marshall(Object) - Static method in class org.placidus.jaxb.JaxbHelper
Converts obj to a string using JAXB.
MethodType - Enum in org.placidus.jaxb
 

N

NanoStopWatch - Class in org.placidus.performance
StopWatch functionallity with nanoseconds
NanoStopWatch() - Constructor for class org.placidus.performance.NanoStopWatch
 

O

org.placidus.exception - package org.placidus.exception
 
org.placidus.file - package org.placidus.file
 
org.placidus.http - package org.placidus.http
 
org.placidus.jaxb - package org.placidus.jaxb
 
org.placidus.log - package org.placidus.log
 
org.placidus.performance - package org.placidus.performance
 
org.placidus.util - package org.placidus.util
 
org.placidus.xml - package org.placidus.xml
 

P

PACKAGE_PATH - Static variable in class org.placidus.jaxb.JaxbHelper
package path for jaxb
PerformanceObject - Class in org.placidus.performance
Class to hold performance data, PerformanceStopWatch
PerformanceObject() - Constructor for class org.placidus.performance.PerformanceObject
 
PerformanceStopWatch - Class in org.placidus.performance
To do performance-tests.
PerformanceStopWatch() - Constructor for class org.placidus.performance.PerformanceStopWatch
 
PlacidusException - Exception in org.placidus.exception
 
PlacidusException() - Constructor for exception org.placidus.exception.PlacidusException
 
PlacidusException(String) - Constructor for exception org.placidus.exception.PlacidusException
 
PlacidusException(String, Throwable) - Constructor for exception org.placidus.exception.PlacidusException
 
PlacidusException(Throwable) - Constructor for exception org.placidus.exception.PlacidusException
 
PlacidusUtilConstants - Class in org.placidus.util
Constants used in this util library
PlacidusUtilConstants() - Constructor for class org.placidus.util.PlacidusUtilConstants
 
printTime() - Method in class org.placidus.performance.StopWatch
prints current time to System.out (toString)
putAll(String, Map<String, ? extends Object>, Map<String, Object>) - Static method in class org.placidus.util.MapHelper
To put all entries with keyPrefix at the begin of each keyname to destination.

R

replaceProperties(String, Map<String, ? extends Object>, String, String) - Static method in class org.placidus.util.StringUtil
replaces any occurense of a variable with given parameters
reset() - Method in class org.placidus.performance.StopWatch
to reset stopwatch to 0
resolve(String, String) - Method in class org.placidus.xml.IgnoreURIResolver
 
resolveEntity(String, String) - Method in class org.placidus.xml.IgnoreEntityResolver
 
result() - Method in class org.placidus.performance.PerformanceObject
 
run() - Method in class org.placidus.jaxb.JaxbObjectCreator
 

S

save(String, byte[]) - Static method in class org.placidus.file.FileHelper
This function saves the given bytes into the given filename
save(File, byte[]) - Static method in class org.placidus.file.FileHelper
Used to save given bytes to given file object
saveToTempDir(String, byte[]) - Static method in class org.placidus.file.FileHelper
Saves the given byte array to filename in tempfolder
saveToTempFile(String, String, byte[]) - Static method in class org.placidus.file.FileHelper
Saves the given byte array to filename in tempfolder
setGetterMethod(Method) - Method in class org.placidus.jaxb.JaxbValueBean
 
setGetterParams(Object[]) - Method in class org.placidus.jaxb.JaxbValueBean
 
setInnerMethods(List<JaxbValueBean>) - Method in class org.placidus.jaxb.JaxbValueBean
 
setSetterMethod(Method) - Method in class org.placidus.jaxb.JaxbValueBean
 
setSetterParams(Object[]) - Method in class org.placidus.jaxb.JaxbValueBean
 
setTransformerParameters(Transformer, Map<String, ? extends Object>) - Static method in class org.placidus.xml.TransformerHelper
Set all given parameters to transformer, clear will be performed before set
splitStringToArrayList(String, String) - Static method in class org.placidus.util.StringUtil
To split given string with regexp into a List of strings
StaticUtil - Class in org.placidus.util
Used for static utilities, but if there is any category, use an own file. e.g.: MapHelper, StringUtil, StreamHelper, FileHelper
StaticUtil() - Constructor for class org.placidus.util.StaticUtil
 
StopWatch - Class in org.placidus.performance
This class is for measuring times.
StopWatch() - Constructor for class org.placidus.performance.StopWatch
StopWatch automatically starts at new instance
StreamHelper - Class in org.placidus.util
 
StreamHelper() - Constructor for class org.placidus.util.StreamHelper
 
StringUtil - Class in org.placidus.util
Class is a util class which helper functions for strings.
StringUtil() - Constructor for class org.placidus.util.StringUtil
 
SYSTEM_PROPERTY_TMPDIR - Static variable in class org.placidus.util.PlacidusUtilConstants
 

T

take() - Method in class org.placidus.jaxb.JaxbObjectPool
Takes an object of BlockingQueue which holds jaxbobjects.
toIntArray(List<String>) - Static method in class org.placidus.util.StringUtil
To convert the given List of strings into an int array
toString() - Method in class org.placidus.jaxb.JaxbValueBean
 
toString() - Method in class org.placidus.performance.NanoStopWatch
to get current time (interim), no reset will be performed.
toString() - Method in class org.placidus.performance.PerformanceObject
 
toString() - Method in class org.placidus.performance.StopWatch
to get current time (interim), no reset will be performed.
transform(Transformer, String) - Static method in class org.placidus.xml.TransformerHelper
To execute transformation with given transformer and xmlContent with null parameters,
transform(Transformer, String, Map<String, ? extends Object>) - Static method in class org.placidus.xml.TransformerHelper
To execute transformation with given transformer, xmlContent and parameters.
transform(Transformer, Source, Map<String, ? extends Object>) - Static method in class org.placidus.xml.TransformerHelper
Will be used from other transform methods, which create Source object for this method
TransformerHelper - Class in org.placidus.xml
 
TransformerHelper() - Constructor for class org.placidus.xml.TransformerHelper
 
transformWithEmptyXml(String) - Static method in class org.placidus.xml.TransformerHelper
 
transformWithEmptyXml(String, Map<String, ? extends Object>) - Static method in class org.placidus.xml.TransformerHelper
 
transformWithEmptyXml(Transformer) - Static method in class org.placidus.xml.TransformerHelper
 
transformWithEmptyXml(Transformer, Map<String, ? extends Object>) - Static method in class org.placidus.xml.TransformerHelper
Executes the transform with an empty xml, with given parameters

U

unmarshallFromFile(String) - Static method in class org.placidus.jaxb.JaxbHelper
calls JaxbHelper.unmarshallFromFile(String, boolean) with validate = false
unmarshallFromFile(String, boolean) - Static method in class org.placidus.jaxb.JaxbHelper
Unmarshalls inputfilename to a jaxb object.
unmarshallFromInputSource(InputSource) - Static method in class org.placidus.jaxb.JaxbHelper
calls JaxbHelper.unmarshallFromInputSource(InputSource, boolean) with validate = false
unmarshallFromInputSource(InputSource, boolean) - Static method in class org.placidus.jaxb.JaxbHelper
Unmarshalls inputSource to a jaxb object.
unmarshallFromInputStream(InputStream) - Static method in class org.placidus.jaxb.JaxbHelper
calls JaxbHelper.unmarshallFromInputStream(InputStream, boolean) with validate = false
unmarshallFromInputStream(InputStream, boolean) - Static method in class org.placidus.jaxb.JaxbHelper
Unmarshalls inputStream to a jaxb object.
unmarshallFromSource(Source) - Static method in class org.placidus.jaxb.JaxbHelper
calls JaxbHelper.unmarshallFromSource(Source, boolean) with validate = false
unmarshallFromSource(Source, boolean) - Static method in class org.placidus.jaxb.JaxbHelper
Unmarshalls source to a jaxb object.
unmarshallFromString(String) - Static method in class org.placidus.jaxb.JaxbHelper
calls JaxbHelper.unmarshallFromString(String, boolean) with validate = false
unmarshallFromString(String, boolean) - Static method in class org.placidus.jaxb.JaxbHelper
Unmarshalls XML input to a jaxb object.

V

valueOf(String) - Static method in enum org.placidus.jaxb.MethodType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.placidus.jaxb.MethodType
Returns an array containing the constants of this enum type, in the order they're declared.

X

XmlHelper - Class in org.placidus.xml
 
XmlHelper() - Constructor for class org.placidus.xml.XmlHelper
 

C D E F G H I J L M N O P R S T U V X

Copyright © 2006 DS. All Rights Reserved.