- CACHE_CONTROL_HTTP_HEADER - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
-
- CacheStorageRegistry - Class in fr.opensagres.xdocreport.core.cache
-
- CacheStorageRegistry() - Constructor for class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
-
- cancel() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
-
- cancel() - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
-
- cancel() - Method in interface fr.opensagres.xdocreport.core.io.StreamCancelable
-
- clear() - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
-
- clear() - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
-
- clear() - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
-
- close() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
-
Closes the underlying Reader quietly.
- close() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
-
- close() - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
-
- closeQuietly(LineIterator) - Static method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
-
Closes the iterator, handling null and ignoring exceptions.
- closeQuietly(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Unconditionally close an Reader.
- closeQuietly(Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Unconditionally close a Writer.
- closeQuietly(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Unconditionally close an InputStream.
- closeQuietly(OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Unconditionally close an OutputStream.
- config(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- containsKey(K) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
-
- containsKey(K) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
-
- CONTENT_DISPOSITION_HEADER - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
-
- contentEquals(InputStream, InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Compare the contents of two Streams to determine if they are equal or not.
- contentEquals(Reader, Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Compare the contents of two Readers to determine if they are equal or not.
- copy(InputStream, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy bytes from an InputStream to an OutputStream.
- copy(InputStream, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy bytes from an InputStream to chars on a Writer using the default character
encoding of the platform.
- copy(InputStream, Writer, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy bytes from an InputStream to chars on a Writer using the specified character
encoding.
- copy(Reader, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy chars from a Reader to a Writer.
- copy(Reader, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy chars from a Reader to bytes on an OutputStream using the default character
encoding of the platform, and calling flush.
- copy(Reader, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy chars from a Reader to bytes on an OutputStream using the specified character
encoding, and calling flush.
- copyLarge(InputStream, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
- copyLarge(Reader, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Copy chars from a large (over 2GB) Reader to a Writer.
- createCache() - Method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
-
- createCopy() - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
- createLogger(String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Create a logger
- generateDocType(String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
-
- get(K) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
-
- get(K) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
-
- getAttachmentFileName(String) - Static method in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
-
Return the header attachment for the given filename.
- getDescription() - Method in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
-
Returns the description of the discovery.
- getEntryInfo(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
- getEntryInputStream(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryInputStreamProvider
-
- getEntryInputStream(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Returns an InputStream from the cache entries of the given entry.
- getEntryNames() - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Returns the entry names of the XML document archive by using cache entries.
- getEntryNames(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
- getEntryOutputStream(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryOutputStreamProvider
-
- getEntryOutputStream(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Returns an OutputStream from the cache entries for writing the content of the given entry.
- getEntryReader(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryReaderProvider
-
- getEntryReader(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Returns a Reader (UTF-8) from the cache entries of the given entry.
- getEntryWriter(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryWriterProvider
-
- getEntryWriter(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Returns an Writer from the cache entries for writing the content of the given entry.
- getFactory() - Static method in class fr.opensagres.xdocreport.core.utils.XPathUtils
-
- getFirstChildElementByTagName(Node, String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
-
Returns the first child element retrieved by tag name from the parent node and null otherwise.
- getFirstChildElementsByTagName(Node, String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
-
Returns list of the first child element retrieved by tag name from the parent node and null otherwise.
- getFormatByExtension(String) - Static method in enum fr.opensagres.xdocreport.core.document.ImageFormat
-
Returns the image format retrieved by the given extension (bmp, jpeg...).
- getFormatByMimeType(String) - Static method in enum fr.opensagres.xdocreport.core.document.ImageFormat
-
Returns the image format retrieved by the official mimeType according to
- getFormatByResourceName(String) - Static method in enum fr.opensagres.xdocreport.core.document.ImageFormat
-
Returns the image format retrieved by the extension of the given resource name.
- getHandlers() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- getHandlers() - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
-
- getId() - Method in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
-
Returns the id of the discovery.
- getInputStream() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
-
- getInputStream() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStream2InputStream
-
- getInputStream() - Method in class fr.opensagres.xdocreport.core.io.internal.Writer2InputStream
-
- getInputStream(XDocArchive) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
- getLastModified() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
-
- getLastModifiedEntry(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
- getLevel() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- getLevel() - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
-
- getLevel() - Method in class fr.opensagres.xdocreport.core.logging.Slf4jLogger
-
- getLogger(Class<?>) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Get a Logger with the associated default resource bundle for the class.
- getLogger(String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
- getMimeType() - Method in enum fr.opensagres.xdocreport.core.document.DocumentKind
-
- getName() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
-
- getNamespaceURI(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
-
- getParent() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- getPrefix(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
-
- getPrefixes(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
-
- getReader() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
-
- getRegistry() - Static method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
-
- getType() - Method in enum fr.opensagres.xdocreport.core.document.ImageFormat
-
- getUseParentHandlers() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- getVersion() - Static method in class fr.opensagres.xdocreport.core.Platform
-
- getWriter(int) - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
-
Returns writer by index.
- GT - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
-
- LINE_SEPARATOR - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
-
The system line separator string.
- LINE_SEPARATOR_UNIX - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
-
The Unix line separator string.
- LINE_SEPARATOR_WINDOWS - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
-
The Windows line separator string.
- LineIterator - Class in fr.opensagres.xdocreport.core.io.internal
-
An Iterator over the lines in a Reader.
- LineIterator(Reader) - Constructor for class fr.opensagres.xdocreport.core.io.internal.LineIterator
-
Constructs an iterator of the lines for a Reader.
- lineIterator(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Return an Iterator for the lines in a Reader.
- lineIterator(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Return an Iterator for the lines in an InputStream, using the character encoding specified (or
default encoding if null).
- load(InputStream) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
-
- load(String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
-
- log(LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- log(Level, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- log(Level, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- log(Level, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- log(Level, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- log(Logger, Level, String, Throwable, Object) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Allows both parameter substitution and a typed Throwable to be logged.
- log(Logger, Level, String, Throwable, Object...) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Allows both parameter substitution and a typed Throwable to be logged.
- log(Logger, Level, String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Checks log level and logs
- log(Logger, Level, String, Throwable) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Checks log level and logs
- log(Logger, Level, String, Object) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Checks log level and logs
- log(Logger, Level, String, Object[]) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
-
Checks log level and logs
- Log4jLogger - Class in fr.opensagres.xdocreport.core.logging
-
java.util.logging.Logger implementation delegating to Log4j.
- Log4jLogger(String) - Constructor for class fr.opensagres.xdocreport.core.logging.Log4jLogger
-
- logp(Level, String, String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logp(Level, String, String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logp(Level, String, String, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logp(Level, String, String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logrb(Level, String, String, String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logrb(Level, String, String, String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logrb(Level, String, String, String, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- logrb(Level, String, String, String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- LogUtils - Class in fr.opensagres.xdocreport.core.logging
-
A container for static utility methods related to logging.
- lookupProviders(Class<T>, ClassLoader) - Static method in class fr.opensagres.xdocreport.core.internal.JDKServiceLoader
-
- lookupProvidersFromJDK(Class<T>, ClassLoader) - Method in class fr.opensagres.xdocreport.core.internal.JDKServiceLoader
-
- LT - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
-
- throwing(String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- toAttributesImpl(Attributes) - Static method in class fr.opensagres.xdocreport.core.utils.XMLUtils
-
Get the SAX AttributesImpl of teh given attributes to modify attribute values.
- toByteArray() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a byte array.
- toByteArray(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of an InputStream as a byte[].
- toByteArray(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of a Reader as a byte[] using the default character encoding of the
platform.
- toByteArray(Reader, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of a Reader as a byte[] using the specified character encoding.
- toByteArray(String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
- toCharArray(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of an InputStream as a character array using the default character encoding of the
platform.
- toCharArray(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of an InputStream as a character array using the specified character encoding.
- toCharArray(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of a Reader as a character array.
- toInputStream(String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the
platform.
- toInputStream(String, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
- toString() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string.
- toString(String) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string using the specified encoding.
- toString() - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
-
- toString(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of an InputStream as a String using the default character encoding of the platform.
- toString(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of an InputStream as a String using the specified character encoding.
- toString(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Get the contents of a Reader as a String.
- toString(byte[]) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
- toString(byte[], String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
- TRUE - Static variable in class fr.opensagres.xdocreport.core.utils.StringUtils
-
- warning(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
-
- write(byte[], int, int) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Write the bytes to byte array.
- write(int) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Write a byte to byte array.
- write(InputStream) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this byte stream.
- write(int) - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
-
- write(byte[], OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer using the default character encoding of
the platform.
- write(byte[], Writer, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
- write(char[], Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a char[] to a Writer using the default character encoding of the
platform.
- write(char[], OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a char[] to bytes on an OutputStream.
- write(char[], OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a char[] to bytes on an OutputStream using the specified character
encoding.
- write(String, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a String to bytes on an OutputStream using the default character
encoding of the platform.
- write(String, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a String to bytes on an OutputStream using the specified character
encoding.
- write(StringBuffer, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a StringBuffer to a Writer.
- write(StringBuffer, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a StringBuffer to bytes on an OutputStream using the default
character encoding of the platform.
- write(StringBuffer, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes chars from a StringBuffer to bytes on an OutputStream using the specified
character encoding.
- write(char[], int, int) - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
-
- writeEntry(XDocArchive, String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Write the given entry from the document archive in the given output stream.
- writeLines(Collection<String>, String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes the toString() value of each item in a collection to an OutputStream line by
line, using the default character encoding of the platform and the specified line ending.
- writeLines(Collection<String>, String, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes the toString() value of each item in a collection to an OutputStream line by
line, using the specified character encoding and the specified line ending.
- writeLines(Collection<String>, String, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
-
Writes the toString() value of each item in a collection to a Writer line by line,
using the specified line ending.
- Writer2InputStream - Class in fr.opensagres.xdocreport.core.io.internal
-
- Writer2InputStream(Charset) - Constructor for class fr.opensagres.xdocreport.core.io.internal.Writer2InputStream
-
- writeTo(OutputStream) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
-
Writes the entire contents of this byte stream to the specified output stream.
- writeZip(XDocArchive, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
-
Write XML document archive in the given output stream.