Index

A B C D E F G H I L M N P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractUtils - Class in com.avcompris.util
base class for all utility classes, so none of them may be instantiated.
AbstractUtils() - Constructor for class com.avcompris.util.AbstractUtils
constructor that throws an exception.
arrayEval(File, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract a list of XPath values from a XML file.
arrayEval(InputSource, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract a list of XPath values from a XML content.
as(Class<T>) - Method in interface com.avcompris.util.Yamled
 
asBoolean() - Method in interface com.avcompris.util.Yamled
 
asDouble() - Method in interface com.avcompris.util.Yamled
 
asInt() - Method in interface com.avcompris.util.Yamled
 
asLong() - Method in interface com.avcompris.util.Yamled
 
asString() - Method in interface com.avcompris.util.Yamled
 
AvcIOUtils - Class in com.avcompris.util
Avantage Compris' utilities on I/O.
AvcIOUtils() - Constructor for class com.avcompris.util.AvcIOUtils
 
AvcXMLSerializer - Class in com.avcompris.util
couldn't find a simple XML Serializer that works out of the box, so let's have our own.
AvcXMLSerializer(Writer) - Constructor for class com.avcompris.util.AvcXMLSerializer
constructor.

B

booleanEval(File, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique boolean XPath value from a XML file.
booleanEval(String, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique boolean XPath value from a XML content.

C

calcNamespaceContext(String...) - Static method in class com.avcompris.util.XPathUtils
create a NamespaceContext that resolves.
calcNamespaceMap(String...) - Static method in class com.avcompris.util.XPathUtils
 
characters(char[], int, int) - Method in class com.avcompris.util.AvcXMLSerializer
write the characters.
CharacterUtils - Class in com.avcompris.util
utilities on chars.
CharacterUtils() - Constructor for class com.avcompris.util.CharacterUtils
 
collect(Collection<T>, RowClosureWithReturn<String, T, E>) - Static method in class com.avcompris.util.RowClosureUtils
go through a collection, apply a closure-with-return, and return the array containing all the returned values.
collect(T[], RowClosureWithReturn<String, T, E>) - Static method in class com.avcompris.util.RowClosureUtils
go through a collection, apply a closure-with-return, and return the array containing all the returned values.
com.avcompris.collections - package com.avcompris.collections
 
com.avcompris.common.annotation - package com.avcompris.common.annotation
 
com.avcompris.lang - package com.avcompris.lang
 
com.avcompris.util - package com.avcompris.util
 
com.avcompris.util.log - package com.avcompris.util.log
 
copyResource(Class<?>, String, File) - Static method in class com.avcompris.util.AvcIOUtils
copy the content of a resource to a destination file.
countFiles(File) - Static method in class com.avcompris.util.AvcIOUtils
count the number of files within a directory, or return 1 if the given dir parameter is itself a plain file.
createAttributes(Object...) - Static method in class com.avcompris.util.XMLUtils
create an attribute list.
createListenerComposite(Class<T>, T...) - Static method in class com.avcompris.util.ListenerUtils
get a listener composite from a list of listeners.
createNamespaceContext(Map<String, String>) - Static method in class com.avcompris.util.XPathUtils
create a NamespaceContext that resolves, based on a collection of "prefix/URI" associations.

D

DataBean - Annotation Type in com.avcompris.common.annotation
Use this annotation to flag a class that holds properties and serves them via setters and getters methods.
DATETIME_PATTERN_COLON_MS_Z - Static variable in class com.avcompris.util.DateUtils
the ISO-8601 standard format for dates in XML contents: " yyyy-MM-dd'T'HH:mm:ss.SSSZ".
DATETIME_PATTERN_COLON_NOMS_Z - Static variable in class com.avcompris.util.DateUtils
the ISO-8601 standard format for dates in XML contents: " yyyy-MM-dd'T'HH:mm:ssZ".
DATETIME_PATTERN_NOCOLON_MS_Z - Static variable in class com.avcompris.util.DateUtils
the ISO-8601 standard format for dates in XML contents: " yyyy-MM-dd'T'HHmmss.SSSZ".
DATETIME_PATTERN_NOCOLON_NOMS_NOZ - Static variable in class com.avcompris.util.DateUtils
Some other non-standard format for dates in XML contents: " yyyy-MM-dd-HHmmss".
DATETIME_PATTERN_NOCOLON_NOMS_Z - Static variable in class com.avcompris.util.DateUtils
the ISO-8601 standard format for dates in XML contents: " yyyy-MM-dd'T'HHmmssZ".
DATETIMEFORMATTER_COLON_MS_Z - Static variable in class com.avcompris.util.DateUtils
the formatter that uses DateUtils.DATETIME_PATTERN_COLON_MS_Z.
DATETIMEFORMATTER_COLON_NOMS_Z - Static variable in class com.avcompris.util.DateUtils
DATETIMEFORMATTER_NOCOLON_MS_Z - Static variable in class com.avcompris.util.DateUtils
DATETIMEFORMATTER_NOCOLON_NOMS_NOZ - Static variable in class com.avcompris.util.DateUtils
DATETIMEFORMATTER_NOCOLON_NOMS_Z - Static variable in class com.avcompris.util.DateUtils
DateUtils - Class in com.avcompris.util
Provide date utilities ans date patterns.
DateUtils() - Constructor for class com.avcompris.util.DateUtils
 
dec(T) - Method in interface com.avcompris.collections.IntegerMap
decrement a given integer in the map, creating it (and decremeting it) if necessary.
dec(T) - Method in class com.avcompris.collections.IntegerTreeMap
decrement a given integer in the map, creating it (and decremeting it) if necessary.
dec(T, int) - Method in interface com.avcompris.collections.IntegerMap
decrement a given integer in the map, creating it (and decremeting it) if necessary.
dec(T, int) - Method in class com.avcompris.collections.IntegerTreeMap
decrement a given integer in the map, creating it (and decremeting it) if necessary.
doctype - Variable in enum com.avcompris.util.XMLUtils.Doctype
the doctype string literal.
dumpToFile(String) - Static method in class com.avcompris.util.log.LogUtils
create a local log file, whether in the "target" directory, the local temp directory, or the current directory, in that order.
dumpToFile(Throwable, String) - Static method in class com.avcompris.util.log.LogUtils
 

E

endDocument() - Method in class com.avcompris.util.AvcXMLSerializer
do nothing.
endElement(String, String, String) - Method in class com.avcompris.util.AvcXMLSerializer
end an element.
endPrefixMapping(String) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
error(T, Log) - Static method in class com.avcompris.util.ExceptionUtils
log an exception with level "error".
eval(File, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique XPath value from a XML file.
eval(String, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique XPath value from a XML content.
eval(InputSource, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique XPath value from a XML content.
ExceptionUtils - Class in com.avcompris.util
utilities on exceptions.
ExceptionUtils() - Constructor for class com.avcompris.util.ExceptionUtils
 
execute(T) - Method in interface com.avcompris.util.RowClosure
execute.
execute(T) - Method in interface com.avcompris.util.RowClosureWithReturn
execute.

F

fatal(T, Log) - Static method in class com.avcompris.util.ExceptionUtils
log an exception with level "fatal".
filterEnvironmentVariables(String, Properties) - Static method in class com.avcompris.util.PropertiesUtils
filter a text with properties.

G

get(Object) - Method in class com.avcompris.collections.IntegerTreeMap
return a given integer in the map, creating it if necessary.
get(String) - Method in interface com.avcompris.util.Yamled
 
getAttribute(Node, String) - Static method in class com.avcompris.util.XMLUtils
return the attribute value of a Node, or null if there is not a such attribute.
getBaseURI(Node) - Static method in class com.avcompris.util.XMLUtils
return the base URI of a given element.
getBooleanProperty(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
retrieve a Boolean property from a YAML map.
getFile() - Method in interface com.avcompris.util.log.LogUtils.LogFile
 
getInt(T) - Method in interface com.avcompris.collections.IntegerMap
return a given integer in the map, creating it if necessary.
getInt(T) - Method in class com.avcompris.collections.IntegerTreeMap
return a given integer in the map, creating it if necessary.
getInvocationTargetException(InvocationTargetException) - Static method in class com.avcompris.util.ExceptionUtils
return the target exception if available and if it is an Exception, or return the invocation target exception itself otherwise.
getInvocationTargetThrowable(InvocationTargetException) - Static method in class com.avcompris.util.ExceptionUtils
return the target exception if available and if it is an Exception, or return the invocation target exception itself otherwise.
getKey(Object) - Static method in class com.avcompris.util.YamlUtils
retrieve the unique key of a YAML map.
getListProperty(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
retrieve a List property from a YAML map.
getObjectProperty(Object, Object) - Static method in class com.avcompris.util.YamlUtils
retrieve a Object property from a YAML map.
getObjectProperty(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
retrieve a Object property from a YAML map.
getProcessedProperties(InputStream) - Static method in class com.avcompris.util.PropertiesUtils
return a Properties object, found either amongst the System properties, or in a property file.
getProcessedProperties(Reader) - Static method in class com.avcompris.util.PropertiesUtils
return a Properties object, found either amongst the System properties, or in a property file.
getProcessedProperties(Class<?>, String) - Static method in class com.avcompris.util.PropertiesUtils
return a Properties object, found either amongst the System properties, or in a property file.
getProcessedProperties(String) - Static method in class com.avcompris.util.PropertiesUtils
return a Properties object, found either amongst the System properties, or in a property file.
getProperty(Class<T>, Object, Object) - Static method in class com.avcompris.util.YamlUtils
retrieve a property from a YAML map.
getPropertyKeys(Object) - Static method in class com.avcompris.util.YamlUtils
retrieve the property keys (names or other types) from a YAML map.
getPropertyKeys(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
retrieve the property keys (names or other types) from a map property in a YAML object.
getPropertyNames(Object) - Static method in class com.avcompris.util.YamlUtils
retrieve the property names from a YAML map.
getResourceAsString(String) - Static method in class com.avcompris.util.XMLUtils
Gets the resource as string.
getRuntimeTargetException(InvocationTargetException) - Static method in class com.avcompris.util.ExceptionUtils
return the target exception if available and if it is an RuntimeException, or return a new RuntimeException chained with the target exception otherwise.
getStringProperty(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
retrieve a String property from a YAML map.
getTextContent(Node) - Static method in class com.avcompris.util.XMLUtils
return the text value of a given node.
getValue(Object) - Static method in class com.avcompris.util.YamlUtils
retrieve the unique value of a YAML map.

H

has(String) - Method in interface com.avcompris.util.Yamled
 
hasProperty(Object, String, String...) - Static method in class com.avcompris.util.YamlUtils
tell if a property exists in a YAML map.
HTML_4_01_Transitional - Enum constant in enum com.avcompris.util.XMLUtils.Doctype
 

I

ignorableWhitespace(char[], int, int) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
inc(T) - Method in interface com.avcompris.collections.IntegerMap
increment a given integer in the map, creating it (and incremeting it) if necessary.
inc(T) - Method in class com.avcompris.collections.IntegerTreeMap
increment a given integer in the map, creating it (and incremeting it) if necessary.
inc(T, int) - Method in interface com.avcompris.collections.IntegerMap
increment a given integer in the map, creating it (and incremeting it) if necessary.
inc(T, int) - Method in class com.avcompris.collections.IntegerTreeMap
increment a given integer in the map, creating it (and incremeting it) if necessary.
IntegerMap<T> - Interface in com.avcompris.collections
a Map with mutable integer values.
IntegerTreeMap<T> - Class in com.avcompris.collections
an implementation of IntegerMap that binds to a TreeMap.
IntegerTreeMap() - Constructor for class com.avcompris.collections.IntegerTreeMap
 
IntegerTreeMap(Comparator<? super T>) - Constructor for class com.avcompris.collections.IntegerTreeMap
 
IntegerTreeMap(Map<? extends T, ? extends Integer>) - Constructor for class com.avcompris.collections.IntegerTreeMap
 
IntegerTreeMap(SortedMap<? extends T, ? extends Integer>) - Constructor for class com.avcompris.collections.IntegerTreeMap
 
intEval(File, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique integer XPath value from a XML file.
intEval(String, String, String...) - Static method in class com.avcompris.util.XPathUtils
extract an unique integer XPath value from a XML content.
is(Class<?>) - Method in interface com.avcompris.util.Yamled
 
isBoolean() - Method in interface com.avcompris.util.Yamled
 
isDouble() - Method in interface com.avcompris.util.Yamled
 
isInt() - Method in interface com.avcompris.util.Yamled
 
isList() - Method in interface com.avcompris.util.Yamled
 
isLong() - Method in interface com.avcompris.util.Yamled
 
isMap() - Method in interface com.avcompris.util.Yamled
 
isString() - Method in interface com.avcompris.util.Yamled
 
isUTC() - Static method in class com.avcompris.util.DateUtils
 
item(int) - Method in interface com.avcompris.util.Yamled
 
items() - Method in interface com.avcompris.util.Yamled
 
items(boolean) - Method in interface com.avcompris.util.Yamled
 
items(String) - Method in interface com.avcompris.util.Yamled
 

L

label() - Method in interface com.avcompris.util.Yamled
 
ListenerUtils - Class in com.avcompris.util
utility class to build listener composites.
ListenerUtils() - Constructor for class com.avcompris.util.ListenerUtils
 
loadAllYAML(File) - Static method in class com.avcompris.util.SnakeYAMLUtils
load all YAML documents from a YAML file into an array of YAML objects.
loadAllYAML(File) - Static method in class com.avcompris.util.YamlUtils
load a YAML file with different streams, into an array of YAML objects.
loadAllYAML(String) - Static method in class com.avcompris.util.YamlUtils
load a YAML String with different streams, into an array of YAML objects.
loadAllYAMLResource(Class<?>, String) - Static method in class com.avcompris.util.YamlUtils
load a YAML resource with different streams, into an array of YAML objects.
loadAllYAMLResource(ClassLoader, String) - Static method in class com.avcompris.util.YamlUtils
load a YAML resource with different streams, into an array of YAML objects.
loadYAML(File) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML file into a YAML object.
loadYAML(File) - Static method in class com.avcompris.util.YamlUtils
load a YAML file into a Yamled object.
loadYAML(File, String) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML file into a YAML object.
loadYAML(Reader) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML file into a YAML object.
loadYAML(Object) - Static method in class com.avcompris.util.YamlUtils
load a YAML object into a Yamled object.
loadYAML(String) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML String into a YAML object.
loadYAML(String) - Static method in class com.avcompris.util.YamlUtils
load a YAML String into a YAML object.
loadYAMLResource(Class<?>, String) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML resource into a YAML object.
loadYAMLResource(Class<?>, String) - Static method in class com.avcompris.util.YamlUtils
load a YAML resource into a Yamled object.
loadYAMLResource(ClassLoader, String) - Static method in class com.avcompris.util.SnakeYAMLUtils
load a YAML resource into a YAML object.
loadYAMLResource(ClassLoader, String) - Static method in class com.avcompris.util.YamlUtils
load a YAML resource into a Yamled object.
logDebugFormat(Log, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is DEBUG or more.
logDebugFormat(Log, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is DEBUG or more.
logDebugFormat(Logger, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is DEBUG or more.
logDebugFormat(Logger, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is DEBUG or more.
logErrorFormat(Log, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is ERROR or more.
logErrorFormat(Log, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is ERROR or more.
logErrorFormat(Logger, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is ERROR or more.
logErrorFormat(Logger, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is ERROR or more.
logFatalFormat(Log, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is FATAL or more.
logFatalFormat(Log, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is FATAL or more.
logFatalFormat(Logger, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is FATAL or more.
logFatalFormat(Logger, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is FATAL or more.
logInfoFormat(Log, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is INFO or more.
logInfoFormat(Log, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is INFO or more.
logInfoFormat(Logger, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is INFO or more.
logInfoFormat(Logger, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is INFO or more.
LogUtils - Class in com.avcompris.util.log
utilities for logging in Java 5.
LogUtils() - Constructor for class com.avcompris.util.log.LogUtils
 
LogUtils.LogFile - Interface in com.avcompris.util.log
utility to dump data to a file.
logWarnFormat(Log, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is WARN or more.
logWarnFormat(Log, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is WARN or more.
logWarnFormat(Logger, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is WARN or more.
logWarnFormat(Logger, Throwable, String, Object...) - Static method in class com.avcompris.util.log.LogUtils
log a formatted message if the level is WARN or more.
lowerCaseFromAscii(char) - Static method in class com.avcompris.util.CharacterUtils
lower-capitalized one only ASCII character.

M

Marshall - Annotation Type in com.avcompris.common.annotation
Use this annotation to flag a method that can be used to marshal a given instance into a serialized form.

N

nonNullArgument(T) - Static method in class com.avcompris.util.ExceptionUtils
check an argument is not null.
nonNullArgument(T, Object) - Static method in class com.avcompris.util.ExceptionUtils
check an argument is not null.
NotImplementedException - Exception Class in com.avcompris.lang
use this exception class to migrate to Commons Lang 3.
NotImplementedException() - Constructor for exception class com.avcompris.lang.NotImplementedException
default constructor.
NotImplementedException(String) - Constructor for exception class com.avcompris.lang.NotImplementedException
constructor with message.
NotImplementedException(String, Throwable) - Constructor for exception class com.avcompris.lang.NotImplementedException
constructor with message and cause.
Nullable - Annotation Type in com.avcompris.common.annotation
Use this annotation to flag a method that may return null at runtime, or a parameter that may be null at runtime.
NullArgumentException - Exception Class in com.avcompris.lang
use this exception class to migrate to Commons Lang 3.
NullArgumentException(String) - Constructor for exception class com.avcompris.lang.NullArgumentException
constructor.

P

parseDateTime(String) - Static method in class com.avcompris.util.DateUtils
Parses the date.
processingInstruction(String, String) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
propertiesEqual(Properties, Properties) - Static method in class com.avcompris.util.PropertiesUtils
return true if two Properties objects are equal.
PropertiesUtils - Class in com.avcompris.util
utitlies to read properties from the environment.
PropertiesUtils() - Constructor for class com.avcompris.util.PropertiesUtils
 

R

readXMLContent(String) - Static method in class com.avcompris.util.XMLUtils
read an XML File and return the corresponding node.
readXMLFile(File) - Static method in class com.avcompris.util.XMLUtils
read an XML File and return the corresponding node.
resolve(String, String) - Method in class com.avcompris.util.XsltFileURIResolver
resolve an URI.
resolve(String, String) - Method in class com.avcompris.util.XsltResourceURIResolver
resolve an URI.
resolveXmlEntitiesToString(String) - Static method in class com.avcompris.util.XMLUtils
convert a XML text, where non-ASCII characters such as 'é' may appear as '&#233;', or even 'é', into a Canonical Unicode String in which those characters are set back to Unicode.
RowClosure<T,E extends Exception> - Interface in com.avcompris.util
anonymously implement this interface to have a
RowClosureUtils - Class in com.avcompris.util
closure-like utilities.
RowClosureUtils() - Constructor for class com.avcompris.util.RowClosureUtils
 
RowClosureWithReturn<R,T,E extends Exception> - Interface in com.avcompris.util
anonymously implement this interface to have a

S

setDocumentLocator(Locator) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
skippedEntity(String) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
SnakeYAMLUtils - Class in com.avcompris.util
utility class for YAML manipulation via the SnakeYAML API.
SnakeYAMLUtils() - Constructor for class com.avcompris.util.SnakeYAMLUtils
 
startDocument() - Method in class com.avcompris.util.AvcXMLSerializer
do nothing.
startElement(String, String, String, Attributes) - Method in class com.avcompris.util.AvcXMLSerializer
start en element.
startPrefixMapping(String, String) - Method in class com.avcompris.util.AvcXMLSerializer
throw an exception.
string(int) - Method in interface com.avcompris.util.Yamled
 
strings() - Method in interface com.avcompris.util.Yamled
 

T

ThreadSafe - Annotation Type in com.avcompris.common.annotation
Use this annotation to flag a method or a class that can be called in a multi-threaded mode.
transform(File, File, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(File, File, File, String...) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(File, Properties, File, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(InputStream, Reader, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(InputStream, Properties, Reader, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Reader, Reader, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Reader, Properties, Reader, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, File, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, InputStream, OutputStream) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, String, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, String, OutputStream) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, String, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, File, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, InputStream, OutputStream) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, String, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, String, OutputStream) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, String, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Properties, Source, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Class<?>, String, Source, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Source, Properties, Source, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Source, Source, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transform(Source, URIResolver, Properties, Source, Result) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(File, File, String...) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(File, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(File, String) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(File, Properties, File) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(File, Properties, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(InputStream, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(InputStream, Reader, String...) - Static method in class com.avcompris.util.TransformUtils
 
transformToString(InputStream, Properties, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Reader, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Reader, String) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Reader, Properties, Reader) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Reader, Properties, String) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Class<?>, String, String) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Class<?>, String, Properties, String) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Source, Properties, Source) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Source, Source) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
transformToString(Source, URIResolver, Properties, Source) - Static method in class com.avcompris.util.TransformUtils
transform a XML content via a XSLT stylesheet.
TransformUtils - Class in com.avcompris.util
utilities for XSL Transformations.
TransformUtils() - Constructor for class com.avcompris.util.TransformUtils
 

U

Unmarshall - Annotation Type in com.avcompris.common.annotation
Use this annotation to flag a static method which is an instance factory for a given type from a serialize form (e.g.
upperCaseFromAscii(char) - Static method in class com.avcompris.util.CharacterUtils
capitalize one only ASCII character.

V

validateSchema(InputStream, File) - Static method in class com.avcompris.util.XMLUtils
validate a XML Schema.
validateSchema(InputStream, String) - Static method in class com.avcompris.util.XMLUtils
validate a XML Schema.
validateSchema(InputStream, Node) - Static method in class com.avcompris.util.XMLUtils
validate a XML Schema.
value() - Element in annotation type com.avcompris.common.annotation.DataBean
the property names for this DataBean, ordered as declared.
valueOf(String) - Static method in enum com.avcompris.util.XMLUtils.Doctype
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.avcompris.util.XMLUtils.Doctype
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[]) - Method in interface com.avcompris.util.log.LogUtils.LogFile
 
write(String) - Method in interface com.avcompris.util.log.LogUtils.LogFile
 
write(Throwable) - Method in interface com.avcompris.util.log.LogUtils.LogFile
 

X

XHTML_1_0_Transitional - Enum constant in enum com.avcompris.util.XMLUtils.Doctype
 
xmlEncode(char[], int, int) - Static method in class com.avcompris.util.XMLUtils
return an encoded XML text: ["] becomes [&quot;], [ <] becomes [&lt;], [>] becomes [ &gt;], and [&] becomes [&amp;].
xmlEncode(String) - Static method in class com.avcompris.util.XMLUtils
return an encoded XML text: ["] becomes [&quot;], [ <] becomes [&lt;], [>] becomes [ &gt;], and [&] becomes [&amp;].
xmlEncodeChars(char[], int, int) - Static method in class com.avcompris.util.XMLUtils
return an encoded XML text for chars only: [ <] becomes [ &lt;], [>] becomes [ &gt;], and [ &] becomes [&amp;].
xmlEncodeChars(String) - Static method in class com.avcompris.util.XMLUtils
return an encoded XML text for chars only: [ <] becomes [ &lt;], [>] becomes [ &gt;], and [ &] becomes [&amp;].
xmlEntities(String) - Static method in class com.avcompris.util.XMLUtils
escape characters to XML entities from an Unicode String.
xmlTextEntities(String) - Static method in class com.avcompris.util.XMLUtils
escape characters to XML entities from an Unicode String.
XMLUtils - Class in com.avcompris.util
XML utilities.
XMLUtils() - Constructor for class com.avcompris.util.XMLUtils
 
XMLUtils.Doctype - Enum in com.avcompris.util
well-known doctypes.
XPathUtils - Class in com.avcompris.util
XPath utilities.
XPathUtils() - Constructor for class com.avcompris.util.XPathUtils
 
XsltFileURIResolver - Class in com.avcompris.util
implementation of URIResolver that points to the file system.
XsltFileURIResolver(File) - Constructor for class com.avcompris.util.XsltFileURIResolver
constructor.
XsltResourceURIResolver - Class in com.avcompris.util
implementation of URIResolver that points to the resources in " /xslt/*" for XSLT imports.
XsltResourceURIResolver(Class<?>) - Constructor for class com.avcompris.util.XsltResourceURIResolver
constructor.
XsltResourceURIResolver(ClassLoader) - Constructor for class com.avcompris.util.XsltResourceURIResolver
constructor.

Y

yaml2xml(Object) - Static method in class com.avcompris.util.YamlUtils
transform a YAML object loaded with Jvyaml into a XML stream.
yaml2xml(Object, ContentHandler) - Static method in class com.avcompris.util.YamlUtils
transform a YAML object loaded with Jvyaml into a XML stream.
Yamled - Interface in com.avcompris.util
wrapper for Java objects that represent a YAML structure.
YamlUtils - Class in com.avcompris.util
utility class for YAML manipulation.
YamlUtils() - Constructor for class com.avcompris.util.YamlUtils
 
A B C D E F G H I L M N P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form