Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractProcessorThread - Class in org.bedework.util.misc
Something to help the handling and graceful shutdown of processes.
AbstractProcessorThread(String) - Constructor for class org.bedework.util.misc.AbstractProcessorThread
 
added - Variable in class org.bedework.util.misc.Util.AdjustCollectionResult
never null
adjustCollection(Collection<T>, Collection<T>) - Static method in class org.bedework.util.misc.Util
Used to adjust a collection toAdjust so that it looks like the collection newCol.
AdjustCollectionResult() - Constructor for class org.bedework.util.misc.Util.AdjustCollectionResult
 
append(String) - Method in class org.bedework.util.misc.ToString
 
append(Object) - Method in class org.bedework.util.misc.ToString
 
append(String, Iterable<?>, boolean) - Method in class org.bedework.util.misc.ToString
 
append(String, Object) - Method in class org.bedework.util.misc.ToString
 
append(String, Long) - Method in class org.bedework.util.misc.ToString
 
append(String, Collection) - Method in class org.bedework.util.misc.ToString
 
append(String, boolean) - Method in class org.bedework.util.misc.ToString
 
append(String, int) - Method in class org.bedework.util.misc.ToString
 
append(Throwable) - Method in class org.bedework.util.misc.ToString
 
appendTextToArray(String[], String, int) - Static method in class org.bedework.util.misc.Util
Add a string to a string array of a given maximum length.
audit(String) - Method in class org.bedework.util.misc.Logged
 
auditLoggerName - Variable in class org.bedework.util.misc.Logged
 

B

buildPath(boolean, String...) - Static method in class org.bedework.util.misc.Util
Build a path out of the given elements.

C

checkNull(String) - Static method in class org.bedework.util.misc.Util
We get a lot of zero length (or all white space) strings in the web world.
close() - Method in class org.bedework.util.misc.AbstractProcessorThread
Close the processor.
cmpBoolval(boolean, boolean) - Static method in class org.bedework.util.misc.Util
Compare two boolean objects
cmpIntval(int, int) - Static method in class org.bedework.util.misc.Util
Compare two int objects
cmpObjval(Comparable, Comparable) - Static method in class org.bedework.util.misc.Util
Compare two possibly null objects
cmpObjval(Collection<? extends Comparable>, Collection<? extends Comparable>) - Static method in class org.bedework.util.misc.Util
Compare two possibly null objects
compare(char[], char[]) - Static method in class org.bedework.util.misc.Util
Compare two char arrays
compareStrings(String, String) - Static method in class org.bedework.util.misc.Util
Compare two strings.

D

debug - Variable in class org.bedework.util.misc.AbstractProcessorThread
 
debug(String) - Method in class org.bedework.util.misc.AbstractProcessorThread
 
debug - Variable in class org.bedework.util.misc.Logged
 
debug(String) - Method in class org.bedework.util.misc.Logged
 
decodeArray(String) - Static method in class org.bedework.util.misc.Util
Return a StringArray resulting from decoding the given String which should have been encoded by encodeArray
delimit() - Method in class org.bedework.util.misc.ToString
add list delimiter

E

enableAuditLogger() - Method in class org.bedework.util.misc.Logged
 
enableErrorLogger() - Method in class org.bedework.util.misc.Logged
 
enableMetricsLogger() - Method in class org.bedework.util.misc.Logged
 
encodeArray(String[]) - Static method in class org.bedework.util.misc.Util
Return a String representing the given String array, achieved by URLEncoding the individual String elements then concatenating with intervening blanks.
equalsString(String, String) - Static method in class org.bedework.util.misc.Util
Return true if Strings are equal including possible null
error(Throwable) - Method in class org.bedework.util.misc.AbstractProcessorThread
 
error(String) - Method in class org.bedework.util.misc.AbstractProcessorThread
 
error(Throwable) - Method in class org.bedework.util.misc.Logged
 
error(String) - Method in class org.bedework.util.misc.Logged
 
errorLoggerName - Variable in class org.bedework.util.misc.Logged
 

F

fmtMsg(String, String) - Static method in class org.bedework.util.misc.Util
Format a message consisting of a format string
fmtMsg(String, String, String) - Static method in class org.bedework.util.misc.Util
Format a message consisting of a format string plus two string parameters
fmtMsg(String, int) - Static method in class org.bedework.util.misc.Util
Format a message consisting of a format string plus one integer parameter

G

get(String) - Method in class org.bedework.util.misc.Util.PropertiesPropertyFetcher
 
get(String) - Method in interface org.bedework.util.misc.Util.PropertyFetcher
Get the value or null
getAuditLoggerIfEnabled() - Method in class org.bedework.util.misc.Logged
 
getErrorLoggerIfEnabled() - Method in class org.bedework.util.misc.Logged
 
getList(String, boolean) - Static method in class org.bedework.util.misc.Util
Turn a comma separated list into a List.
getLogger() - Method in class org.bedework.util.misc.AbstractProcessorThread
 
getLogger() - Method in class org.bedework.util.misc.Logged
 
getLogger(String) - Method in class org.bedework.util.misc.Logged
 
getMetricsLoggerIfEnabled() - Method in class org.bedework.util.misc.Logged
 
getObject(String, Class) - Static method in class org.bedework.util.misc.Util
Given a class name return an object of that class.
getPropertiesFromResource(String) - Static method in class org.bedework.util.misc.Util
Load a named resource as a Properties object
getRunning() - Method in class org.bedework.util.misc.AbstractProcessorThread
 
getSb() - Method in class org.bedework.util.misc.ToString
 
getUid() - Static method in class org.bedework.util.misc.Uid
Code copied and modified from hibernate UUIDHexGenerator.

H

handleException(Throwable) - Method in class org.bedework.util.misc.AbstractProcessorThread
Override to handle certain exception types.

I

icalUTCTimestamp() - Static method in class org.bedework.util.misc.Util
Get an ical timestamp of the form "yyyyMMddTHHmmssZ"
info(String) - Method in class org.bedework.util.misc.AbstractProcessorThread
 
info(String) - Method in class org.bedework.util.misc.Logged
 
isAuditLoggerEnabled() - Method in class org.bedework.util.misc.Logged
 
isEmpty(Collection) - Static method in class org.bedework.util.misc.Util
Return true for null or empty
isErrorLoggerEnabled() - Method in class org.bedework.util.misc.Logged
 
isMetricsLoggerEnabled() - Method in class org.bedework.util.misc.Logged
 

L

lineLength() - Method in class org.bedework.util.misc.ToString
 
Logged - Class in org.bedework.util.misc
This class provides basic logging support.
Logged() - Constructor for class org.bedework.util.misc.Logged
 

M

makeLocale(String) - Static method in class org.bedework.util.misc.Util
make a locale from the standard underscore separated parts - no idea why this isn't in Locale
makeRandomString(int, int) - Static method in class org.bedework.util.misc.Util
Creates a string of given length where each character comes from a set of values 0-9 followed by A-Z.
metrics(String) - Method in class org.bedework.util.misc.Logged
 
metricsLoggerName - Variable in class org.bedework.util.misc.Logged
 

N

newLine() - Method in class org.bedework.util.misc.ToString
add new line and list delimiter
numAdded - Variable in class org.bedework.util.misc.Util.AdjustCollectionResult
 
numRemoved - Variable in class org.bedework.util.misc.Util.AdjustCollectionResult
 

O

org.bedework.util.misc - package org.bedework.util.misc
 

P

pathElement(int, String) - Static method in class org.bedework.util.misc.Util
get the nth element from the path - first is 0.
present(String) - Static method in class org.bedework.util.misc.Util
We get a lot of zero length strings in the web world.
PropertiesPropertyFetcher(Properties) - Constructor for class org.bedework.util.misc.Util.PropertiesPropertyFetcher
 
propertyReplace(String, Util.PropertyFetcher) - Static method in class org.bedework.util.misc.Util
 

R

removed - Variable in class org.bedework.util.misc.Util.AdjustCollectionResult
never null
run() - Method in class org.bedework.util.misc.AbstractProcessorThread
 
runInit() - Method in class org.bedework.util.misc.AbstractProcessorThread
Called to initialise at start of run.
running - Variable in class org.bedework.util.misc.AbstractProcessorThread
 
runProcess() - Method in class org.bedework.util.misc.AbstractProcessorThread
Do whatever we're supposed to be doing.

S

setRunning(boolean) - Method in class org.bedework.util.misc.AbstractProcessorThread
Set the running flag
splitName(String) - Static method in class org.bedework.util.misc.Util
if an href with terminating "/" the name part is that between the ending "/" and the one before.
stopProcess(AbstractProcessorThread) - Static method in class org.bedework.util.misc.AbstractProcessorThread
Shut down a running process.

T

toInt(byte[]) - Static method in class org.bedework.util.misc.Uid
From hibernate.util
ToString - Class in org.bedework.util.misc
Help with ToString.
ToString(Object) - Constructor for class org.bedework.util.misc.ToString
Create an instance for the given object
ToString(Object, String) - Constructor for class org.bedework.util.misc.ToString
Create an instance for the given object and indentation
toString() - Method in class org.bedework.util.misc.ToString
 

U

Uid - Class in org.bedework.util.misc
Generate unique uids.
Uid() - Constructor for class org.bedework.util.misc.Uid
 
Util - Class in org.bedework.util.misc
 
Util.AdjustCollectionResult<T> - Class in org.bedework.util.misc
Show changes for adjustCollection
Util.PropertiesPropertyFetcher - Class in org.bedework.util.misc
 
Util.PropertyFetcher - Interface in org.bedework.util.misc
 

V

validURI(String) - Static method in class org.bedework.util.misc.Util
Test for a valid URI and return the URI object.
valuesOnly() - Static method in class org.bedework.util.misc.ToString
 

W

warn(String) - Method in class org.bedework.util.misc.AbstractProcessorThread
 
warn(String) - Method in class org.bedework.util.misc.Logged
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 Bedework. All rights reserved.