A C D F G I L M N P R S T V X

A

APPLICATION_BINARY - Static variable in class no.sintef.file.MimeTypeEnum
 
APPLICATION_MSWORD - Static variable in class no.sintef.file.MimeTypeEnum
 
APPLICATION_PDF - Static variable in class no.sintef.file.MimeTypeEnum
 
APPLICATION_ZIP - Static variable in class no.sintef.file.MimeTypeEnum
 
AlreadyLockedException - exception no.sintef.lock.AlreadyLockedException.
Lock target is already locked by same user.
AlreadyLockedException(Calendar) - Constructor for class no.sintef.lock.AlreadyLockedException
 
accept(File) - Method in class no.sintef.file.FileSuffixFilter
Check whether filter accepts file.
addLinebreaks(String, int) - Static method in class no.sintef.util.StringUtils
 

C

Concentrator - class no.sintef.event.Concentrator.
Event concentrator reduces overhead of many rapid events by collecting multiple events within a time window, firing only a single event once the time window elapses.
Concentrator(int, Runnable) - Constructor for class no.sintef.event.Concentrator
Concentrator constructor.
createDocument(String, String, String, DocumentType) - Static method in class no.sintef.xml.XmlHelper
Create XML Document of the specified DocumentType and with a root Element with the specified namespace, namespace prefix and name.
createDocument(Element) - Static method in class no.sintef.xml.XmlHelper
Create XML Document with the specified root element.
createXmlResource(String) - Method in class no.sintef.xmldb.XmlDbHandler
Create XMLResource in specified collection.

D

deleteResource(XMLResource) - Method in class no.sintef.xmldb.XmlDbHandler
Delete XMLResource.

F

FileSuffixFilter - class no.sintef.file.FileSuffixFilter.
FileFilter implementation which takes a list of file suffixes.
FileSuffixFilter(String, String) - Constructor for class no.sintef.file.FileSuffixFilter
 
fireEvent() - Method in class no.sintef.event.Concentrator
If event is already queued, just return, otherwise start new thread and wait for specified time window before firing event.
forName(String) - Static method in class no.sintef.file.MimeTypeEnum
Get MimeTypeEnum corresponding to mime type string.

G

genID() - Static method in class no.sintef.xml.XmlHelper
Generate unique identifier.
getDefaultDir() - Static method in class no.sintef.file.IOUtils
Get current default directory.
getDescription() - Method in class no.sintef.file.FileSuffixFilter
Get filter description.
getDocument(URL) - Static method in class no.sintef.xml.XmlHelper
Get XML Document from the specified URL.
getElements(Element, String, String) - Static method in class no.sintef.xml.XmlHelper
Get child Elements matching the specified name and namespace.
getFirst() - Method in class no.sintef.util.Pair
 
getFirstElement(Element, String, String) - Static method in class no.sintef.xml.XmlHelper
Get first child Element matching the specified name and namespace.
getHandler() - Static method in class no.sintef.xmldb.XmlDbHandler
Gets the XmlDbHandler instance.
getIdentityTransformation() - Static method in class no.sintef.xml.XmlHelper
Get the identity (null) transformation.
getLockedBy() - Method in class no.sintef.lock.LockedByOtherUserException
 
getLockedDate() - Method in class no.sintef.lock.AlreadyLockedException
 
getLockedDate() - Method in class no.sintef.lock.LockedByOtherUserException
 
getMimeType(String) - Static method in class no.sintef.file.MimeTypeEnum
Get MimeTypeEnum corresponding to filename.
getPrefix(String) - Static method in class no.sintef.file.FileSuffixFilter
Extract prefix from filename.
getRootElement(Node) - Static method in class no.sintef.xml.XmlHelper
Get document root element if Node is Document, otherwise cast node to Element if appropriate.
getSecond() - Method in class no.sintef.util.Pair
 
getSingleXmlResource(String, String, Map) - Method in class no.sintef.xmldb.XmlDbHandler
Get first XMLResource in collection matching specified query.
getSuffix(String) - Static method in class no.sintef.file.FileSuffixFilter
Extract suffix from filename.
getText(Element) - Static method in class no.sintef.xml.XmlHelper
Get text content of element.
getText(Element, String, String) - Static method in class no.sintef.xml.XmlHelper
Get text content of first child element matching the specified name and namespace.
getTransformer(URL, Logger) - Static method in class no.sintef.xml.XmlHelper
Get the XSLT transformation from the specified URL.
getXmlResources(String, String, Map) - Method in class no.sintef.xmldb.XmlDbHandler
Get XMLResources in collection matching specified query.

I

IMAGE_GIF - Static variable in class no.sintef.file.MimeTypeEnum
 
IMAGE_JPEG - Static variable in class no.sintef.file.MimeTypeEnum
 
IMAGE_PNG - Static variable in class no.sintef.file.MimeTypeEnum
 
IMAGE_SVG - Static variable in class no.sintef.file.MimeTypeEnum
 
IOUtils - class no.sintef.file.IOUtils.
IO utility class.
isImage(MimeTypeEnum) - Static method in class no.sintef.file.MimeTypeEnum
Determine whether MimeTypeEnum represents an image type.
isText(MimeTypeEnum) - Static method in class no.sintef.file.MimeTypeEnum
Determine whether MimeTypeEnum represents a text type.

L

LockException - exception no.sintef.lock.LockException.
Common super class for locking related exceptions.
LockException(String) - Constructor for class no.sintef.lock.LockException
 
LockRequiredException - exception no.sintef.lock.LockRequiredException.
Access to this target requires a lock.
LockRequiredException(String) - Constructor for class no.sintef.lock.LockRequiredException
 
LockedByOtherUserException - exception no.sintef.lock.LockedByOtherUserException.
Lock target is already locked by other user.
LockedByOtherUserException(String, Calendar) - Constructor for class no.sintef.lock.LockedByOtherUserException
 

M

MimeTypeEnum - class no.sintef.file.MimeTypeEnum.
Mime type enumeration and helper methods.
mergeFilters(FileFilter[], FileFilter[]) - Static method in class no.sintef.file.IOUtils
Merge two FileFilter arrays.

N

no.sintef.event - package no.sintef.event
 
no.sintef.file - package no.sintef.file
 
no.sintef.lock - package no.sintef.lock
 
no.sintef.util - package no.sintef.util
 
no.sintef.xml - package no.sintef.xml
 
no.sintef.xmldb - package no.sintef.xmldb
 

P

Pair - class no.sintef.util.Pair.
 
Pair(Object, Object) - Constructor for class no.sintef.util.Pair
 
parse(InputSource) - Static method in class no.sintef.xml.XmlHelper
Parse XML Document from InputSource.

R

readFully(File) - Static method in class no.sintef.file.IOUtils
Read complete File contents into byte array.
readFully(URL) - Static method in class no.sintef.file.IOUtils
Read contents of URL into byte array.
readFully(InputStream) - Static method in class no.sintef.file.IOUtils
Read contents of InputStream into byte array.

S

StringUtils - class no.sintef.util.StringUtils.
 
StringUtils() - Constructor for class no.sintef.util.StringUtils
 
saveFile(byte[], File) - Static method in class no.sintef.file.IOUtils
Save contents of byte array to the specified file.
setDefaultDir(File) - Static method in class no.sintef.file.IOUtils
Set current default directory.
setFirst(Object) - Method in class no.sintef.util.Pair
 
setSecond(Object) - Method in class no.sintef.util.Pair
 
showOpenDialog(String, FileFilter[], Component) - Static method in class no.sintef.file.IOUtils
Show file dialog to ask user to select a file to open.
showSaveDialog(String, Component) - Static method in class no.sintef.file.IOUtils
Show file dialog requesting user to choose file to save to.
storeResource(XMLResource) - Method in class no.sintef.xmldb.XmlDbHandler
Store an XMLResource in the database.

T

TEXT_HTML - Static variable in class no.sintef.file.MimeTypeEnum
 
TEXT_PLAIN - Static variable in class no.sintef.file.MimeTypeEnum
 
TEXT_RTF - Static variable in class no.sintef.file.MimeTypeEnum
 
TEXT_XML - Static variable in class no.sintef.file.MimeTypeEnum
 
toString() - Method in class no.sintef.file.MimeTypeEnum
 
toString() - Method in class no.sintef.util.Pair
 

V

VALUES - Static variable in class no.sintef.file.MimeTypeEnum
 

X

XmlDbHandler - class no.sintef.xmldb.XmlDbHandler.
XML:DB database handler.
XmlException - exception no.sintef.xml.XmlException.
Exception used to group various XML related exceptions.
XmlException(String, Exception) - Constructor for class no.sintef.xml.XmlException
 
XmlException(String) - Constructor for class no.sintef.xml.XmlException
 
XmlHelper - class no.sintef.xml.XmlHelper.
XML helper class.
xmlToUtf8(Node, boolean) - Static method in class no.sintef.xml.XmlHelper
Serialize XML node to byte array in UTF-8 format.
xmlToUtf8(Node, OutputStream, boolean) - Static method in class no.sintef.xml.XmlHelper
Serialize XML node to specified output stream in UTF-8 format.

A C D F G I L M N P R S T V X

Copyright © 2003-2005 SINTEF. All Rights Reserved.