A B C D E F G H I L M N O P R S T U W X Z _ 

A

accept(E) - Method in class org.openrdf.util.iterators.FilterIterator
Tests whether or not the specified object should be returned by this iterator.
add(S) - Method in class info.aduna.lang.service.ServiceRegistry
Adds a service to the registry.
addAll(Iterator<? extends E>, C) - Static method in class org.openrdf.util.iterators.Iterators
Adds all elements from the supplied iterator to the specified collection.
appendN(char, int, StringBuilder) - Static method in class info.aduna.text.StringUtil
Appends the specified character n times to the supplied StringBuilder.
ASCIIUtil - Class in info.aduna.text
Utility methods for ASCII character checking.
ASCIIUtil() - Constructor for class info.aduna.text.ASCIIUtil
 
asList(Iterator<? extends E>) - Static method in class org.openrdf.util.iterators.Iterators
Get a List containing all elements obtained from the specified iterator.

B

ByteArrayUtil - Class in info.aduna.io
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class info.aduna.io.ByteArrayUtil
 

C

clone() - Method in class info.aduna.net.ParsedURI
 
close() - Method in class info.aduna.io.IndentingWriter
 
close() - Method in class info.aduna.io.NioFile
 
comment(String) - Method in class info.aduna.xml.XMLWriter
Writes a comment.
compareRegion(byte[], int, byte[], int, int) - Static method in class info.aduna.io.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
concat(String...) - Static method in class info.aduna.text.StringUtil
Concatenate a number of Strings.
convert(S) - Method in class org.openrdf.util.iterators.ConvertingIterator
Converts a source type object to a target type object.
ConvertingIterator<S,T> - Class in org.openrdf.util.iterators
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).
ConvertingIterator(Iterator<? extends S>) - Constructor for class org.openrdf.util.iterators.ConvertingIterator
Creates a new ConvertingIterator that operates on the supplied source type itertor.
copyFile(File, File) - Static method in class info.aduna.io.FileUtil
Copies the contents of file source to file destination.
createDirIfNotExists(File) - Static method in class info.aduna.io.FileUtil
Creates a directory if it doesn't exist yet.
createTempDir(String) - Static method in class info.aduna.io.FileUtil
Creates a new and empty directory in the default temp directory using the given prefix.
createXMLReader() - Static method in class info.aduna.xml.XMLReaderFactory
creates an org.xml.sax.XMLReader object.
createXMLReader(String) - Static method in class info.aduna.xml.XMLReaderFactory
Creates an org.xml.sax.XMLReader object using the supplied name.

D

decodeArray(String) - Static method in class info.aduna.text.StringUtil
Decodes a String generated by encodeArray.
decreaseIndentation() - Method in class info.aduna.io.IndentingWriter
 
delete() - Method in class info.aduna.io.NioFile
Closed any open channels and then deletes the file.
deleteChildren(File) - Static method in class info.aduna.io.FileUtil
Deletes all files and directories in the specified directory.
deleteDir(File) - Static method in class info.aduna.io.FileUtil
Deletes the specified diretory and any files and directories in it recursively.
deleteFiles(File) - Static method in class info.aduna.io.FileUtil
Deletes all files and directories in the specified directory.
deltree(File) - Static method in class info.aduna.io.FileUtil
Deletes the given file and everything under it.
deriveInitialText(String) - Static method in class info.aduna.text.StringUtil
Derives the initial text from the supplied text.
DocumentUtil - Class in info.aduna.xml
Utilities to make working with DOM documents easier.
DocumentUtil() - Constructor for class info.aduna.xml.DocumentUtil
 

E

emptyElement(String) - Method in class info.aduna.xml.XMLWriter
Writes an 'empty' element, e.g.
EmptyIterator<E> - Class in org.openrdf.util.iterators
An iterator that does not contain any elements.
EmptyIterator() - Constructor for class org.openrdf.util.iterators.EmptyIterator
 
emptyLine() - Method in class info.aduna.xml.XMLWriter
Writes an empty line.
encodeArray(String[]) - Static method in class info.aduna.text.StringUtil
Encodes an array of Strings into a single String than can be decoded to the original array using the corresponding decode method.
endDocument() - Method in class info.aduna.xml.SimpleSAXAdapter
 
endDocument() - Method in interface info.aduna.xml.SimpleSAXListener
Notifies the listener that the parser has finished parsing.
endDocument() - Method in class info.aduna.xml.XMLWriter
Finishes writing and flushes the OutputStream or Writer that this XMLWriter is writing to.
endTag(String) - Method in class info.aduna.xml.SimpleSAXAdapter
 
endTag(String) - Method in interface info.aduna.xml.SimpleSAXListener
Reports an end tag to the listener.
endTag(String) - Method in class info.aduna.xml.XMLWriter
Writes an end tag.
equals(Object) - Method in class info.aduna.lang.FileFormat
Compares FileFormat objects based on their name, ignoring case.
escapeAttributeValue(String) - Static method in class info.aduna.xml.XMLUtil
Escapes all characters that have a special meaning in XML attribute values -- i.e.
escapeCharacterData(String) - Static method in class info.aduna.xml.XMLUtil
Escapes any special characters in the supplied text so that it can be included as character data in an XML document.
escapeDoubleQuotedAttValue(String) - Static method in class info.aduna.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an double-quoted attribute value in an XML document.
escapeSingleQuotedAttValue(String) - Static method in class info.aduna.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an single-quoted attribute value in an XML document.
escapeText(String) - Static method in class info.aduna.xml.XMLUtil
Escapes all characters that have a special meaning in XML text -- i.e.
extract(File, File) - Static method in class info.aduna.io.ZipUtil
Extract the contents of a zipfile to a directory.
extract(ZipFile, File) - Static method in class info.aduna.io.ZipUtil
Extract the contents of a zipfile to a directory.

F

FileFormat - Class in info.aduna.lang
Abstract representation of a file format.
FileFormat(String, String, Charset, String) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, String, Charset, Collection<String>) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormatServiceRegistry<FF extends FileFormat,S> - Class in info.aduna.lang.service
A special ServiceRegistry for FileFormat related services.
FileFormatServiceRegistry(Class<S>) - Constructor for class info.aduna.lang.service.FileFormatServiceRegistry
 
FileUtil - Class in info.aduna.io
Utility methods for operations on Files.
FileUtil() - Constructor for class info.aduna.io.FileUtil
 
FilterIterator<E> - Class in org.openrdf.util.iterators
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
FilterIterator(Iterator<? extends E>) - Constructor for class org.openrdf.util.iterators.FilterIterator
 
find(byte[], int, int, byte) - Static method in class info.aduna.io.ByteArrayUtil
Retrieve a byte from a byte array.
find(byte[], int, int, byte[]) - Static method in class info.aduna.io.ByteArrayUtil
Look for a sequence of bytes in a byte array.
findURISplitIndex(String) - Static method in class info.aduna.xml.XMLUtil
Tries to find a point in the supplied URI where this URI can be safely split into a namespace part and a local name.
flush() - Method in class info.aduna.io.IndentingWriter
 
force(boolean) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.force(boolean) call.

G

get(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class info.aduna.io.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
get(K) - Method in class info.aduna.lang.service.ServiceRegistry
Gets the service for the specified key, if any.
getAll() - Method in class info.aduna.lang.service.ServiceRegistry
Gets all registered services.
getAllAfter(String, char) - Static method in class info.aduna.text.StringUtil
Returns all text occurring after the specified separator character, or the entire string when the seperator char does not occur.
getAllBefore(String, char) - Static method in class info.aduna.text.StringUtil
Returns all text occurring before the specified separator character, or the entire string when the seperator char does not occur.
getAuthority() - Method in class info.aduna.net.ParsedURI
 
getCharset() - Method in class info.aduna.lang.FileFormat
Get the (default) charset for this file format.
getDefaultFileExtension() - Method in class info.aduna.lang.FileFormat
Gets the default file name extension for this file format.
getDefaultMIMEType() - Method in class info.aduna.lang.FileFormat
Gets the default MIME type for this file format.
getDocument(URL) - Static method in class info.aduna.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, boolean, boolean) - Static method in class info.aduna.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, Schema) - Static method in class info.aduna.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getFile() - Method in class info.aduna.io.NioFile
 
getFileExtension(String) - Static method in class info.aduna.io.FileUtil
Gets the extension of the specified file name.
getFileExtensions() - Method in class info.aduna.lang.FileFormat
Gets the file format's file extensions.
getFileFormatForFileName(String) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
Tries to match the extension of a file name against the list of registred file formats.
getFileFormatForFileName(String, FF) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
Tries to match the extension of a file name against the list of registred file formats.
getFileFormatForMIMEType(String) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
Tries to match a MIME type against the list of registered file formats.
getFileFormatForMIMEType(String, FF) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
Tries to match a MIME type against the list of registred file formats.
getFragment() - Method in class info.aduna.net.ParsedURI
 
getImage(String) - Static method in class info.aduna.io.ResourceUtil
Retrieve an image resource
getImageIcon(String) - Static method in class info.aduna.io.ResourceUtil
Retrieve an image icon resource.
getIndentationLevel() - Method in class info.aduna.io.IndentingWriter
 
getIndentationString() - Method in class info.aduna.io.IndentingWriter
Gets the string used for indentation.
getIndentString() - Method in class info.aduna.xml.XMLWriter
Gets the string used for indentation.
getInputStream(String) - Static method in class info.aduna.io.ResourceUtil
Get an inputstream on the specified resource.
getInt(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 
getKey(S) - Method in class info.aduna.lang.service.ServiceRegistry
Gets the key for the specified service.
getKeys() - Method in class info.aduna.lang.service.ServiceRegistry
Gets the set of registered keys.
getListener() - Method in class info.aduna.xml.SimpleSAXParser
Gets the listener that currently will receive any events from this parser.
getLong(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 
getMIMETypes() - Method in class info.aduna.lang.FileFormat
Gets the file format's MIME types.
getName() - Method in class info.aduna.lang.FileFormat
Gets the name of this file format.
getPath() - Method in class info.aduna.net.ParsedURI
 
getProperties(String) - Static method in class info.aduna.io.ResourceUtil
Retrieve a properties resource.
getQuery() - Method in class info.aduna.net.ParsedURI
 
getRelativeFile(File, File) - Static method in class info.aduna.io.FileUtil
Gets the relative representations of a file compared to another.
getRelativePath(File, File) - Static method in class info.aduna.io.FileUtil
Gets the relative representations of a file compared to another.
getScheme() - Method in class info.aduna.net.ParsedURI
 
getSchemeSpecificPart() - Method in class info.aduna.net.ParsedURI
 
getString(String) - Static method in class info.aduna.io.ResourceUtil
Retrieve the String contents of the specified resource, obtained by opening in inputstream on the resource and then interpreting the bytes contained in the inputstream as if they represented characters.
getURL(String) - Static method in class info.aduna.io.ResourceUtil
The the URL to the specified resource
getURLs(String) - Static method in class info.aduna.io.ResourceUtil
 
gsub(String, String, String) - Static method in class info.aduna.text.StringUtil
Substitute String "old" by String "new" in String "text" everywhere.
GZipUtil - Class in info.aduna.io
GZip-related utilities.
GZipUtil() - Constructor for class info.aduna.io.GZipUtil
 

H

has(K) - Method in class info.aduna.lang.service.ServiceRegistry
Checks whether a service for the specified key is available.
hasCharset() - Method in class info.aduna.lang.FileFormat
Checks if the FileFormat has a (default) charset.
hasDefaultFileExtension(String) - Method in class info.aduna.lang.FileFormat
Checks if the specified file name extension matches the FileFormat's default file name extension.
hasDefaultMIMEType(String) - Method in class info.aduna.lang.FileFormat
Checks if the specified MIME type matches the FileFormat's default MIME type.
hasFileExtension(String) - Method in class info.aduna.lang.FileFormat
Checks if the FileFormat's file extension is equal to the specified file extension.
hashCode() - Method in class info.aduna.lang.FileFormat
 
hasMIMEType(String) - Method in class info.aduna.lang.FileFormat
Checks if specified MIME type matches one of the FileFormat's MIME types.
hasNext() - Method in class org.openrdf.util.iterators.ConvertingIterator
Checks whether the source type itertor contains more elements.
hasNext() - Method in class org.openrdf.util.iterators.EmptyIterator
 
hasNext() - Method in class org.openrdf.util.iterators.FilterIterator
 
hasNext() - Method in class org.openrdf.util.iterators.SingletonIterator
 

I

increaseIndentation() - Method in class info.aduna.io.IndentingWriter
 
indentationLevel - Variable in class info.aduna.io.IndentingWriter
The current indentation level, i.e.
IndentingWriter - Class in info.aduna.io
A writer that adds indentation to written text.
IndentingWriter(Writer) - Constructor for class info.aduna.io.IndentingWriter
 
info.aduna.io - package info.aduna.io
 
info.aduna.lang - package info.aduna.lang
 
info.aduna.lang.service - package info.aduna.lang.service
 
info.aduna.net - package info.aduna.net
 
info.aduna.text - package info.aduna.text
 
info.aduna.xml - package info.aduna.xml
 
IOUtil - Class in info.aduna.io
Utility methods for I/O working with Readers, Writers, InputStreams and OutputStreams.
IOUtil() - Constructor for class info.aduna.io.IOUtil
 
isAbsolute() - Method in class info.aduna.net.ParsedURI
 
isClosed() - Method in class info.aduna.io.NioFile
 
isCombiningChar(char) - Static method in class info.aduna.xml.XMLUtil
 
isDigit(char) - Static method in class info.aduna.xml.XMLUtil
 
isExtender(char) - Static method in class info.aduna.xml.XMLUtil
 
isGarbageText(String) - Static method in class info.aduna.text.StringUtil
Titles shorter than MIN_TITLE_LENGTH and long titles that don't contain a single space character are considered to be garbage.
isGZipStream(InputStream) - Static method in class info.aduna.io.GZipUtil
 
isHierarchical() - Method in class info.aduna.net.ParsedURI
 
isIdeographic(char) - Static method in class info.aduna.xml.XMLUtil
 
isLegalFileName(String) - Static method in class info.aduna.io.FileUtil
Checks whether the specified file name is a legal (DOS/Windows-) file name.
isLegalFileNameChar(char) - Static method in class info.aduna.io.FileUtil
Checks whether the specified character is a legal (DOS/Windows-) file name character.
isLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a letter.
isLetter(char) - Static method in class info.aduna.xml.XMLUtil
 
isLetterOrNumber(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a letter or number.
isLowerCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is an lower-case letter.
isNCName(String) - Static method in class info.aduna.xml.XMLUtil
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName.
isNCNameChar(char) - Static method in class info.aduna.xml.XMLUtil
 
isNumber(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is a number
isOpaque() - Method in class info.aduna.net.ParsedURI
 
isPreserveWhitespace() - Method in class info.aduna.xml.SimpleSAXParser
Checks whether leading and trailing whitespace characters in text elements are preserved.
isRelative() - Method in class info.aduna.net.ParsedURI
 
isSelfReference() - Method in class info.aduna.net.ParsedURI
Checks whether this URI is a relative URI that references itself (i.e.
isUpperCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
Checks whether the supplied character is an upper-case letter.
isValidCharacterDataChar(char) - Static method in class info.aduna.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isValidCharacterDataChar(int) - Static method in class info.aduna.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isZipStream(InputStream) - Static method in class info.aduna.io.ZipUtil
 
Iterators - Class in org.openrdf.util.iterators
This class consists exclusively of static methods that operate on or return iterators.
Iterators() - Constructor for class org.openrdf.util.iterators.Iterators
 

L

loadPomProperties(String, String) - Static method in class info.aduna.io.MavenUtil
Loads the Maven pom.properties for the specified artifact.
loadVersion(String, String, String) - Static method in class info.aduna.io.MavenUtil
Loads the version number from the pom.properties file for the specified artifact.
logger - Variable in class info.aduna.lang.service.ServiceRegistry
 

M

matchesPattern(byte[], byte[], byte[]) - Static method in class info.aduna.io.ByteArrayUtil
Checks whether value matches pattern with respect to the bits specified by mask.
matchFileName(String, Iterable<FF>) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchFileName(String, Iterable<FF>, FF) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchMIMEType(String, Iterable<FF>) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
matchMIMEType(String, Iterable<FF>, FF) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
MavenUtil - Class in info.aduna.io
Maven-related utility methods.
MavenUtil() - Constructor for class info.aduna.io.MavenUtil
 
moveRecursive(File, File, Collection<File>) - Static method in class info.aduna.io.FileUtil
Moves the given file and all files under it (if it's a directory) to the given location, excluding the given collection of File objects!

N

next() - Method in class org.openrdf.util.iterators.ConvertingIterator
Returns the next element from the source type itertor.
next() - Method in class org.openrdf.util.iterators.EmptyIterator
 
next() - Method in class org.openrdf.util.iterators.FilterIterator
 
next() - Method in class org.openrdf.util.iterators.SingletonIterator
 
NioFile - Class in info.aduna.io
File wrapper that protects against concurrent file closing events due to e.g.
NioFile(File) - Constructor for class info.aduna.io.NioFile
 
NioFile(File, String) - Constructor for class info.aduna.io.NioFile
 
normalize() - Method in class info.aduna.net.ParsedURI
Normalizes the path of this URI if it has one.
nullEquals(Object, Object) - Static method in class info.aduna.lang.ObjectUtil
Compares two objects or null references.
nullHashCode(Object) - Static method in class info.aduna.lang.ObjectUtil
Returns the hash code of the supplied object, or 0 if a null reference is supplied.

O

ObjectUtil - Class in info.aduna.lang
Generic utility methods related to objects.
ObjectUtil() - Constructor for class info.aduna.lang.ObjectUtil
 
org.openrdf.util.iterators - package org.openrdf.util.iterators
 
out - Variable in class info.aduna.io.IndentingWriter
The underlying writer.

P

parse(File) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied File as XML.
parse(InputStream) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied InputStream as XML.
parse(Reader) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied Reader as XML.
ParsedURI - Class in info.aduna.net
A replacement for Java's own URI: java.net.URI.
ParsedURI(String) - Constructor for class info.aduna.net.ParsedURI
 
ParsedURI(String, String, String) - Constructor for class info.aduna.net.ParsedURI
 
ParsedURI(String, String, String, String, String) - Constructor for class info.aduna.net.ParsedURI
 
prettyPrintEnabled() - Method in class info.aduna.xml.XMLWriter
Checks whether pretty-printing is enabled.
put(byte[], byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
putInt(int, byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 
putLong(long, byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 

R

read(ByteBuffer, long) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.read(ByteBuffer, long) call.
readByte(long) - Method in class info.aduna.io.NioFile
 
readBytes(File) - Static method in class info.aduna.io.IOUtil
Reads all bytes from the specified file and returns them as a byte array.
readBytes(InputStream) - Static method in class info.aduna.io.IOUtil
Reads all bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, int) - Static method in class info.aduna.io.IOUtil
Reads at most maxBytes bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, byte[]) - Static method in class info.aduna.io.IOUtil
Fills the supplied byte array with bytes read from the specified InputStream.
readBytes(long, int) - Method in class info.aduna.io.NioFile
 
readChars(URL) - Static method in class info.aduna.io.IOUtil
 
readChars(Reader) - Static method in class info.aduna.io.IOUtil
Reads all characters from the supplied reader and returns them.
readChars(Reader, char[]) - Static method in class info.aduna.io.IOUtil
Fills the supplied character array with characters read from the specified Reader.
readInt(long) - Method in class info.aduna.io.NioFile
 
readLong(long) - Method in class info.aduna.io.NioFile
 
readProperties(File) - Static method in class info.aduna.io.IOUtil
Read properties from the specified file.
readProperties(File, Properties) - Static method in class info.aduna.io.IOUtil
Read properties from the specified file.
readProperties(InputStream) - Static method in class info.aduna.io.IOUtil
Read properties from the specified InputStream.
readProperties(InputStream, Properties) - Static method in class info.aduna.io.IOUtil
Read properties from the specified InputStream.
readString(File) - Static method in class info.aduna.io.IOUtil
Read the contents as a string from the given file.
readString(URL) - Static method in class info.aduna.io.IOUtil
 
readString(InputStream) - Static method in class info.aduna.io.IOUtil
 
readString(Reader) - Static method in class info.aduna.io.IOUtil
Reads all characters from the supplied reader and returns them as a String.
readString(Reader, int) - Static method in class info.aduna.io.IOUtil
Reads a string of at most length maxChars from the supplied Reader.
regionMatches(byte[], byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
remove(S) - Method in class info.aduna.lang.service.ServiceRegistry
Removes a service from the registry.
remove() - Method in class org.openrdf.util.iterators.ConvertingIterator
Calls remove() on the underlying itertor.
remove() - Method in class org.openrdf.util.iterators.EmptyIterator
 
remove() - Method in class org.openrdf.util.iterators.FilterIterator
 
remove() - Method in class org.openrdf.util.iterators.SingletonIterator
 
removeInvalidCharacterDataChars(String) - Static method in class info.aduna.xml.XMLUtil
Removes all non-valid XML character data chars from the specified String.
resolve(String) - Method in class info.aduna.net.ParsedURI
Resolves a relative URI using this URI as the base URI.
resolve(ParsedURI) - Method in class info.aduna.net.ParsedURI
Resolves a relative URI using this URI as the base URI.
resolveEntities(String) - Static method in class info.aduna.xml.XMLUtil
Replaces all XML character entities with the character they represent.
resolveEntity(String) - Static method in class info.aduna.xml.XMLUtil
Resolves an entity reference or character reference to its value.
resourceToFile(String, File) - Static method in class info.aduna.io.ResourceUtil
Store a resource to a file on the file system.
ResourceUtil - Class in info.aduna.io
ResourceUtil is a utility class for retrieving resources (images, property-files, etc) from the classpath.
ResourceUtil() - Constructor for class info.aduna.io.ResourceUtil
 

S

ServiceRegistry<K,S> - Class in info.aduna.lang.service
A registry that stores services by some key.
ServiceRegistry(Class<S>) - Constructor for class info.aduna.lang.service.ServiceRegistry
 
services - Variable in class info.aduna.lang.service.ServiceRegistry
 
setAttribute(String, String) - Method in class info.aduna.xml.XMLWriter
Sets an attribute for the next start tag.
setAttribute(String, int) - Method in class info.aduna.xml.XMLWriter
Sets an attribute for the next start element.
setAttribute(String, boolean) - Method in class info.aduna.xml.XMLWriter
Sets an attribute for the next start element.
setIndentationLevel(int) - Method in class info.aduna.io.IndentingWriter
 
setIndentationString(String) - Method in class info.aduna.io.IndentingWriter
Sets the string that should be used for indentation.
setIndentString(String) - Method in class info.aduna.xml.XMLWriter
Sets the string that should be used for indentation when pretty-printing is enabled.
setListener(SimpleSAXListener) - Method in class info.aduna.xml.SimpleSAXParser
Sets the (new) listener that should receive any events from this parser.
setPreserveWhitespace(boolean) - Method in class info.aduna.xml.SimpleSAXParser
Sets whether leading and trailing whitespace characters in text elements should be preserved.
setPrettyPrint(boolean) - Method in class info.aduna.xml.XMLWriter
Enables or disables pretty-printing.
SimpleSAXAdapter - Class in info.aduna.xml
An implementation of SimpleSAXListener providing dummy implementations for all its methods.
SimpleSAXAdapter() - Constructor for class info.aduna.xml.SimpleSAXAdapter
 
SimpleSAXListener - Interface in info.aduna.xml
A listener for events reported by SimpleSAXParser.
SimpleSAXParser - Class in info.aduna.xml
An XML parser that generates "simple" SAX-like events from a limited subset of XML documents.
SimpleSAXParser(XMLReader) - Constructor for class info.aduna.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will use the supplied XMLReader for parsing the XML.
SimpleSAXParser() - Constructor for class info.aduna.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will try to create a new XMLReader using info.aduna.xml.XMLReaderFactory for parsing the XML.
SingletonIterator<E> - Class in org.openrdf.util.iterators
An iterator that contains exactly one element.
SingletonIterator(E) - Constructor for class org.openrdf.util.iterators.SingletonIterator
Creates a new EmptyIterator.
size() - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.size() call.
startDocument() - Method in class info.aduna.xml.SimpleSAXAdapter
 
startDocument() - Method in interface info.aduna.xml.SimpleSAXListener
Notifies the listener that the parser has started parsing.
startDocument() - Method in class info.aduna.xml.XMLWriter
Writes the XML header for the XML file.
startTag(String, Map<String, String>, String) - Method in class info.aduna.xml.SimpleSAXAdapter
 
startTag(String, Map<String, String>, String) - Method in interface info.aduna.xml.SimpleSAXListener
Reports a start tag to the listener.
startTag(String) - Method in class info.aduna.xml.XMLWriter
Writes a start tag containing the previously set attributes.
StringUtil - Class in info.aduna.text
 
StringUtil() - Constructor for class info.aduna.text.StringUtil
 

T

text(String) - Method in class info.aduna.xml.XMLWriter
Writes a piece of text.
textElement(String, String) - Method in class info.aduna.xml.XMLWriter
Writes a start and end tag with the supplied text between them.
textElement(String, int) - Method in class info.aduna.xml.XMLWriter
Writes a start and end tag with the supplied value between them.
textElement(String, boolean) - Method in class info.aduna.xml.XMLWriter
Writes a start and end tag with the supplied boolean value between them.
toBitSet(byte[]) - Static method in class info.aduna.io.ByteArrayUtil
 
toByteArray(BitSet) - Static method in class info.aduna.io.ByteArrayUtil
 
toHexString(byte[]) - Static method in class info.aduna.io.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
toString() - Method in class info.aduna.lang.FileFormat
 
toString() - Method in class info.aduna.net.ParsedURI
 
toString(Iterator<?>, String) - Static method in class org.openrdf.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
toString(Iterator<?>, String, StringBuilder) - Static method in class org.openrdf.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
transfer(InputStream, OutputStream) - Static method in class info.aduna.io.IOUtil
Transfers all bytes that can be read from in to out.
transfer(InputStream, File) - Static method in class info.aduna.io.IOUtil
Writes all bytes from an InputStream to a file.
transfer(Reader, Writer) - Static method in class info.aduna.io.IOUtil
Transfers all characters that can be read from in to out .
transfer(Reader, File) - Static method in class info.aduna.io.IOUtil
Writes all characters from a Reader to a file using the default character encoding.
transferTo(long, long, WritableByteChannel) - Method in class info.aduna.io.NioFile
trimDoubleQuotes(String) - Static method in class info.aduna.text.StringUtil
Removes the double quote from the start and end of the supplied string if it starts and ends with this character.
truncate(long) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.truncate(long) call.

U

unescapedTextElement(String, String) - Method in class info.aduna.xml.XMLWriter
Writes a start and end tag with the supplied text between them, without the usual escape rules.
urlToReader(URL) - Static method in class info.aduna.io.IOUtil
 

W

write(char[], int, int) - Method in class info.aduna.io.IndentingWriter
 
write(ByteBuffer, long) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.write(ByteBuffer, long) call.
writeByte(byte, long) - Method in class info.aduna.io.NioFile
 
writeBytes(byte[], File) - Static method in class info.aduna.io.IOUtil
 
writeBytes(byte[], OutputStream) - Static method in class info.aduna.io.IOUtil
 
writeBytes(byte[], long) - Method in class info.aduna.io.NioFile
 
writeEntry(ZipFile, ZipEntry, File) - Static method in class info.aduna.io.ZipUtil
Write an entry to a zip file.
writeEOL() - Method in class info.aduna.io.IndentingWriter
Writes an end-of-line character sequence and triggers the indentation for the text written on the next line.
writeInt(int, long) - Method in class info.aduna.io.NioFile
 
writeLong(long, long) - Method in class info.aduna.io.NioFile
 
writeProperties(Properties, File, boolean) - Static method in class info.aduna.io.IOUtil
Write the specified properties to the specified file.
writeProperties(Properties, OutputStream, boolean) - Static method in class info.aduna.io.IOUtil
Write the specified properties to the specified output stream.
writeStream(InputStream, File) - Static method in class info.aduna.io.IOUtil
Writes all data that can be read from the supplied InputStream to the specified file.
writeString(String, File) - Static method in class info.aduna.io.IOUtil
 

X

XERCES_SAXPARSER - Static variable in class info.aduna.xml.XMLReaderFactory
 
XMLReaderFactory - Class in info.aduna.xml
Factory class for creating an XMLReader.
XMLReaderFactory() - Constructor for class info.aduna.xml.XMLReaderFactory
 
XMLUtil - Class in info.aduna.xml
Utility methods for handling and processing XML data.
XMLUtil() - Constructor for class info.aduna.xml.XMLUtil
 
XMLWriter - Class in info.aduna.xml
A utility class offering convenience methods for writing XML.
XMLWriter(Writer) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied Writer.
XMLWriter(OutputStream) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in the default UTF-8 character encoding.
XMLWriter(OutputStream, String) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in specified character encoding.

Z

ZipUtil - Class in info.aduna.io
Zip-related utilities.
ZipUtil() - Constructor for class info.aduna.io.ZipUtil
 

_

_createXMLReader(String) - Static method in class info.aduna.xml.XMLReaderFactory
 
_indentLevel - Variable in class info.aduna.xml.XMLWriter
The current indentation level, i.e.
_write(String) - Method in class info.aduna.xml.XMLWriter
Writes a string.
_writeIndent() - Method in class info.aduna.xml.XMLWriter
Writes as much indentation strings as appropriate for the current indentation level.
_writeLn(String) - Method in class info.aduna.xml.XMLWriter
Writes a string followed by a line-separator.
A B C D E F G H I L M N O P R S T U W X Z _ 

Copyright © 2001-2013 Aduna. All Rights Reserved.