All Classes and Interfaces
Class
Description
Abstract class for retry block functionality.
Array utils.
CompressionUtils.
This class knows how to represent numbers in computer 2**10 into human format KiB, MiB, etc.
Used to perform retries.
This utility/helper class is used with different converters and may produce human readable format for numbers by
converting big numbers into small texts, like 112000000000 into '111 Gb'.
Helper class to work with convertors.
Generic cryptography implementation.
This class knows how to convert given number in milliseconds to epoch time.
Superclass for all Content Delivery checked exceptions.
Superclass for all Content Delivery unchecked exceptions.
This class traverses through a DOM tree in order to print a document that is parsed.
Deprecated.
Use Java's standard mechanism for linking exceptions.
Compatibility class for OWASP ESAPI.
The
ExceptionUtils class provides useful methods for working with Exceptions.The
FileLockManager is a single point of access to lock files
for reading, writing and removing.Used to perform retries.
This class knows how to represent numbers in human 10**3 into human format KB, MB, etc.
Represents of result of verifying the URL.
KeyProvider.
This class knows how to convert ticks/seconds into tick/minute etc.
This class can be used as simple Timer, for instance to log some info only 1 time per second
USAGE:
LimitedFrequency lf=new LimitedFrequency(1000L);
if (lf.isTimePassed()) logger.info("some limited information to be logged once per second");
Created by inikonov on 9/16/2015.
Represents type of desired log level.
This interface provides main functionality for progress bars.
This is a utility class that contains utility methods used to instantiate
classes with reflection and deals with the exception handling.
This class presents utility methods to protect Loggers from CR (NL, CF) characters,
which may fake log messages.
This class knows how to convert rounds/minute from ticks per second.
Provides secured DocumentBuilderFactory for eliminating XXE.
Provides secured TransformerFactory for eliminating XXE.
Creates a secured valid URI by given string URI.
This class provides bunch of methods to work securely with XML.
Provides secured Validator for eliminating XXE.
SecurityPolicyUtil.
This class may compact given stacktrace into short form by removing similar rows and
replacing them into single one.
Some handy utils for string processing.
Functional interface which is similar to
Consumer but which might throw an exception.Functional interface which is similar to
Function but which might throw an exception.Contains utilities related to handling of time values.
TridionReflectionException.
An UnauthorizedException is raised whenever an invalid request is received.
Small utility class for resolving variables in the configuration file.
This utility class helps to compare 2 XML.
Merge Utility that will merge to XML Nodes based on some rules as per defined.
Defines a restriction type (such as protocol name) for passing to XML stuff.
Various utility methods for manipulating XML.
Class with utility methods to handle zip files and streams.