Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
N
O
P
R
S
T
U
W
X
A
add(E)
- Method in class org.topbraid.base.util.
ConcurrentHashSet
add(String, String)
- Method in class org.topbraid.base.util.
SimpleParameterProvider
Adds a new entry to the internal Map.
B
beginTask(String, int)
- Method in class org.topbraid.base.progress.
NullProgressMonitor
beginTask(String, int)
- Method in interface org.topbraid.base.progress.
ProgressMonitor
beginTask(String, int)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
C
clear()
- Method in class org.topbraid.base.util.
ConcurrentHashSet
ConcurrentHashSet
<
E
> - Class in
org.topbraid.base.util
A set that uses ConcurrentHashMap as its implementation.
ConcurrentHashSet()
- Constructor for class org.topbraid.base.util.
ConcurrentHashSet
contains(Object)
- Method in class org.topbraid.base.util.
ConcurrentHashSet
D
done()
- Method in class org.topbraid.base.progress.
NullProgressMonitor
done()
- Method in interface org.topbraid.base.progress.
ProgressMonitor
done()
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
E
ExceptionUtil
- Class in
org.topbraid.base.util
A collection of utilities on Exception handling.
ExceptionUtil()
- Constructor for class org.topbraid.base.util.
ExceptionUtil
G
getParameter(String)
- Method in interface org.topbraid.base.util.
ParameterProvider
Gets the value of a given parameter.
getParameter(String)
- Method in class org.topbraid.base.util.
SimpleParameterProvider
I
IDataUsageListener
<
T
> - Interface in
org.topbraid.base.util
This allows clients to know some events that happen in the graph store.
IOUtil
- Class in
org.topbraid.base.util
IOUtil()
- Constructor for class org.topbraid.base.util.
IOUtil
isCanceled()
- Method in class org.topbraid.base.progress.
NullProgressMonitor
isCanceled()
- Method in interface org.topbraid.base.progress.
ProgressMonitor
isCanceled()
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
iterator()
- Method in class org.topbraid.base.util.
ConcurrentHashSet
L
listParameterNames()
- Method in interface org.topbraid.base.util.
ParameterProvider
Gets an Iterator over all known parameter names.
listParameterNames()
- Method in class org.topbraid.base.util.
SimpleParameterProvider
loadString(Reader)
- Static method in class org.topbraid.base.util.
IOUtil
loadStringUTF8(InputStream)
- Static method in class org.topbraid.base.util.
IOUtil
N
NullProgressMonitor
- Class in
org.topbraid.base.progress
A ProgressMonitor that doesn't "do" anything.
NullProgressMonitor()
- Constructor for class org.topbraid.base.progress.
NullProgressMonitor
O
org.topbraid.base.progress
- package org.topbraid.base.progress
Generic support for tracking and interrupting progress.
org.topbraid.base.util
- package org.topbraid.base.util
Various generic utilities.
P
ParameterProvider
- Interface in
org.topbraid.base.util
A platform independent wrapper of HttpServletRequest, factoring out the
getParameter
method.
println(String)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
printNode(Node, OutputStream)
- Static method in class org.topbraid.base.util.
XMLOutput
Serializes an XML Node to an OutputStream (as UTF-8).
printNode(Node, Writer)
- Static method in class org.topbraid.base.util.
XMLOutput
Serializes an XML Node to a Writer.
ProgressMonitor
- Interface in
org.topbraid.base.progress
An abstraction of the Eclipse IProgressMonitor for intermediate status messages and the ability to cancel long-running processes.
R
remove(Object)
- Method in class org.topbraid.base.util.
ConcurrentHashSet
run(ProgressMonitor)
- Method in interface org.topbraid.base.progress.
RunnableWithProgress
Runs the runnable.
RunnableWithProgress
- Interface in
org.topbraid.base.progress
A generic interface similar to Runnable, but with an additional argument that allows the Runnable to display progress.
S
setCanceled(boolean)
- Method in class org.topbraid.base.progress.
NullProgressMonitor
setCanceled(boolean)
- Method in interface org.topbraid.base.progress.
ProgressMonitor
setCanceled(boolean)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
setTaskName(String)
- Method in class org.topbraid.base.progress.
NullProgressMonitor
setTaskName(String)
- Method in interface org.topbraid.base.progress.
ProgressMonitor
setTaskName(String)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
SimpleParameterProvider
- Class in
org.topbraid.base.util
A simple implementation of the ParameterProvider interface, based on a HashMap.
SimpleParameterProvider()
- Constructor for class org.topbraid.base.util.
SimpleParameterProvider
SimpleParameterProvider(Map<String, String>)
- Constructor for class org.topbraid.base.util.
SimpleParameterProvider
SimpleProgressMonitor
- Class in
org.topbraid.base.progress
A simple implementation of ProgressMonitor that prints messages to System.out.
SimpleProgressMonitor(String)
- Constructor for class org.topbraid.base.progress.
SimpleProgressMonitor
size()
- Method in class org.topbraid.base.util.
ConcurrentHashSet
subTask(String)
- Method in class org.topbraid.base.progress.
NullProgressMonitor
subTask(String)
- Method in interface org.topbraid.base.progress.
ProgressMonitor
subTask(String)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
T
throwDeepCauseChecked(Throwable, Class<? extends EX>)
- Static method in class org.topbraid.base.util.
ExceptionUtil
Always throw an exception; based on
t
.
throwRootCauseUnchecked(Throwable)
- Static method in class org.topbraid.base.util.
ExceptionUtil
Does not return: throws an unchecked exception, based on
t
.
throwUnchecked(Throwable)
- Static method in class org.topbraid.base.util.
ExceptionUtil
Does not return: throws an unchecked exception, based on
t
.
toByteArray(Node)
- Static method in class org.topbraid.base.util.
XMLOutput
Serializes an XML Node as a byte array (as UTF-8)
toString(Node)
- Static method in class org.topbraid.base.util.
XMLOutput
Serializes an XML Node to a String.
toString(Node, String, String)
- Static method in class org.topbraid.base.util.
XMLOutput
U
used(T, String, String)
- Method in interface org.topbraid.base.util.
IDataUsageListener
The classOfInterest was used for purpose for a file with extension.
W
worked(int)
- Method in class org.topbraid.base.progress.
NullProgressMonitor
worked(int)
- Method in interface org.topbraid.base.progress.
ProgressMonitor
worked(int)
- Method in class org.topbraid.base.progress.
SimpleProgressMonitor
X
XMLOutput
- Class in
org.topbraid.base.util
Simple utilities for XML.
XMLOutput()
- Constructor for class org.topbraid.base.util.
XMLOutput
A
B
C
D
E
G
I
L
N
O
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
TopQuadrant, Inc.
. All Rights Reserved.