Skip navigation links
A C D E F G I J K L N P R S T U V W Z 

A

addQuotations(String) - Static method in class com.tridion.util.StringUtils
 
ArrayUtils - Class in com.tridion.util
Array utils.

C

checkElementIndexIsInRange(int, int) - Static method in class com.tridion.util.ArrayUtils
This method checks given elementIndex is less than or equals to length and elementIndex is greater than zero.
com.tridion - package com.tridion
 
com.tridion.concurrent - package com.tridion.concurrent
 
com.tridion.configuration - package com.tridion.configuration
 
com.tridion.crypto - package com.tridion.crypto
 
com.tridion.security - package com.tridion.security
 
com.tridion.util - package com.tridion.util
 
com.tridion.util.xml - package com.tridion.util.xml
 
concat(T[], T[]) - Static method in class com.tridion.util.ArrayUtils
 
concat(byte[], byte[]) - Static method in class com.tridion.util.ArrayUtils
 
convertTimeToMs(int, String) - Static method in class com.tridion.util.TimeUtils
Converts a time value to milliseconds in a rather inflexible manner.
convertTimeToMs(String) - Static method in class com.tridion.util.TimeUtils
Converts a time value to milliseconds.
createArchive(File) - Static method in class com.tridion.util.ZipUtils
 
createArchive(String) - Static method in class com.tridion.util.ZipUtils
 
createArchive(File, File) - Static method in class com.tridion.util.ZipUtils
 
createArchive(String, String) - Static method in class com.tridion.util.ZipUtils
 
createArchive(File, File, boolean) - Static method in class com.tridion.util.ZipUtils
 
createArchive(String, String, boolean) - Static method in class com.tridion.util.ZipUtils
 
createInternalStringDate(String, String) - Static method in class com.tridion.util.TimeUtils
Creates the internal representation of a date (e.g.
createInternalStringDate(Date) - Static method in class com.tridion.util.TimeUtils
Creates the internal representation of a date (e.g.
Crypto - Class in com.tridion.crypto
Generic cryptography implementation.
Crypto() - Constructor for class com.tridion.crypto.Crypto
Construct a Crypto instance with the default encryption provider.
Crypto(KeyProvider) - Constructor for class com.tridion.crypto.Crypto
Construct a Crypto instance with the given encryption provider.

D

DATE_FORMAT - Static variable in class com.tridion.util.TimeUtils
This is the internal date format used in the database.
decrypt(String) - Method in class com.tridion.crypto.Crypto
Decrypts the provided secret.
decryptIfNecessary(String) - Static method in class com.tridion.crypto.Crypto
Tries to decrypt the value if and only if this is necessary.
DEFAULT_CANONICAL - Static variable in class com.tridion.util.xml.DOMWriter
Default canonical output (false).
DEFAULT_NAMESPACES - Static variable in class com.tridion.util.xml.DOMWriter
Default namespaces support (true).
DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class com.tridion.util.xml.DOMWriter
Default Schema full checking support (false).
DEFAULT_SCHEMA_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
Default Schema validation support (false).
DEFAULT_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
Default validation support (false).
DeliveryException - Exception in com.tridion
Superclass for all Content Delivery checked exceptions.
DeliveryException() - Constructor for exception com.tridion.DeliveryException
 
DeliveryException(String) - Constructor for exception com.tridion.DeliveryException
 
DeliveryException(String, Throwable) - Constructor for exception com.tridion.DeliveryException
 
DeliveryException(Throwable) - Constructor for exception com.tridion.DeliveryException
 
DeliveryException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryException
 
DeliveryRuntimeException - Exception in com.tridion
Superclass for all Content Delivery unchecked exceptions.
DeliveryRuntimeException() - Constructor for exception com.tridion.DeliveryRuntimeException
 
DeliveryRuntimeException(String) - Constructor for exception com.tridion.DeliveryRuntimeException
 
DeliveryRuntimeException(String, Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
 
DeliveryRuntimeException(Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
 
DeliveryRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryRuntimeException
 
depthBelowCurrentPath(String, String, String) - Static method in class com.tridion.util.StringUtils
Compares two paths (case-insensitive), and returns whether one path is a subdirectory or not, and if so, what depth this subdirectory is at.
DOMWriter - Class in com.tridion.util.xml
This class traverses through a DOM tree in order to print a document that is parsed.
DOMWriter() - Constructor for class com.tridion.util.xml.DOMWriter
Default constructor.
DOMWriter(boolean) - Constructor for class com.tridion.util.xml.DOMWriter
 

E

EmbeddingException - Exception in com.tridion
Deprecated.
Use Java's standard mechanism for linking exceptions.
EmbeddingException() - Constructor for exception com.tridion.EmbeddingException
Deprecated.
 
EmbeddingException(String) - Constructor for exception com.tridion.EmbeddingException
Deprecated.
 
EmbeddingException(Throwable) - Constructor for exception com.tridion.EmbeddingException
Deprecated.
 
EmbeddingException(String, Throwable) - Constructor for exception com.tridion.EmbeddingException
Deprecated.
 
encrypt(String) - Method in class com.tridion.crypto.Crypto
Encrypt the provided secret.
enforcePackageAccessPolicy(String) - Static method in class com.tridion.util.SecurityPolicyUtil
 
ExceptionUtils - Class in com.tridion.util
The ExceptionUtils class provides useful methods for working with Exceptions.

F

FileLockManager - Class in com.tridion.concurrent
The FileLockManager is a single point of access to lock files for reading, writing and removing.

G

getAppropriateTridionCause(Throwable) - Static method in class com.tridion.util.ExceptionUtils
This method loops all inner most causes and returns first tridion throwable object.
getDateTimeFormatter() - Static method in class com.tridion.util.TimeUtils
Creates a formatter for generating UTC DateTime strings.
getFullURLString(String, String, int, String) - Static method in class com.tridion.util.StringUtils
Takes all the component parts needed to generate a valid URL, and returns the valid URL.
getInstance() - Static method in class com.tridion.concurrent.FileLockManager
 
getKey() - Method in interface com.tridion.crypto.KeyProvider
Gets the key from the key provider.
getMessageAndStackTrace(Throwable) - Static method in class com.tridion.util.ExceptionUtils
Creates a string representation of the exception.
getPrivateField(Object, String) - Static method in class com.tridion.util.ReflectionUtil
 
getPrivateField(Class, Object, String) - Static method in class com.tridion.util.ReflectionUtil
Gets the value of a private field declared by the provided Class from the provided instance.
getPrivateFieldWithinSuperClasses(Object, String) - Static method in class com.tridion.util.ReflectionUtil
 
getStackTrace(Throwable) - Static method in class com.tridion.util.ExceptionUtils
Creates a string representation of the stacktrace of the throwable.

I

invokePrivateMethod(Object, String, Object[]) - Static method in class com.tridion.util.ReflectionUtil
Invoke private method of an object using reflection.
invokePrivateStaticMethod(Class, String, Object[]) - Static method in class com.tridion.util.ReflectionUtil
Invoke static private method of an object using reflection.
isEmpty(String) - Static method in class com.tridion.util.StringUtils
 
isNotEmpty(T[]) - Static method in class com.tridion.util.ArrayUtils
 
isNotEmpty(String...) - Static method in class com.tridion.util.StringUtils
 

J

joinHostStringAndPath(String, String) - Static method in class com.tridion.util.StringUtils
Joins the host part of a URL to a path part of a URL, ensuring that we don't have too many slashes.
joinMetaPaths(String, String, String) - Static method in class com.tridion.util.StringUtils
Joins three strings to make something which could be the file location of a URL path.

K

KeyProvider - Interface in com.tridion.crypto
 

L

LEXICAL_HANDLER_PROPERTY_ID - Static variable in class com.tridion.util.xml.DOMWriter
Lexical handler property id (http://xml.org/sax/properties/lexical-handler).
loadClassInstance(String, Class<T>, Object...) - Static method in class com.tridion.util.ReflectionUtil
This methods returns an instance of the specified class and is of a given subtype.
loadClassInstanceWithType(String, Class<T>, Class<?>, Object) - Static method in class com.tridion.util.ReflectionUtil
This methods returns an instance of the specified class and is of a given subtype.
loadClassInstanceWithTypes(String, Class<T>, Class<?>[], Object...) - Static method in class com.tridion.util.ReflectionUtil
This methods returns an instance of the specified class and is of a given subtype.

N

NAMESPACES_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
Namespaces feature id (http://xml.org/sax/features/namespaces).
NEWLINE_CHARACTER - Static variable in class com.tridion.util.StringUtils
The line separator character (new line) for this platform (OS).
normalizeAndPrint(String) - Method in class com.tridion.util.xml.DOMWriter
Normalizes and prints the given string.
normalizeAndPrint(char) - Method in class com.tridion.util.xml.DOMWriter
Normalizes and print the given character.
normalizeString(String) - Static method in class com.tridion.util.StringUtils
Normalizes the specified string by removing leading and trailing whitespace characters.

P

parseDate(String, String) - Static method in class com.tridion.util.TimeUtils
Creates the Date representation of a string date (e.g.
parseLong(String) - Static method in class com.tridion.util.StringUtils
 
PATH_SEPARATOR - Static variable in class com.tridion.util.StringUtils
Deprecated.

R

ReflectionUtil - Class in com.tridion.util
This is a utility class that contains utility methods used to instantiate classes with reflection and deals with the exception handlings.
removeCharAt(String, int) - Static method in class com.tridion.util.StringUtils
 
removeQuotations(String) - Static method in class com.tridion.util.StringUtils
 
replace(String, String, String) - Static method in class com.tridion.util.StringUtils
Replaces all occurrences of a particular substring in a string and replaces them with a different string.
replace(String, char, String) - Static method in class com.tridion.util.StringUtils
Replaces all occurrences of a character in a string and replaces them with a different string.
resolveValue(String) - Static method in class com.tridion.configuration.VariableResolverUtil
Resolves the variable pattern '${}' to a real value if present in the system properties.

S

safeSubstring(String, int) - Static method in class com.tridion.util.StringUtils
 
safeSubstring(String, int, int) - Static method in class com.tridion.util.StringUtils
 
SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
Schema validation feature id (http://apache.org/xml/features/validation/schema).
SecurityPolicyUtil - Class in com.tridion.util
 
setCanonical(boolean) - Method in class com.tridion.util.xml.DOMWriter
Sets whether output is canonical.
setOutput(OutputStream, String) - Method in class com.tridion.util.xml.DOMWriter
Sets the output stream for printing.
setOutput(Writer) - Method in class com.tridion.util.xml.DOMWriter
Sets the output writer.
setPrivateField(Object, String, Object) - Static method in class com.tridion.util.ReflectionUtil
 
setPrivateField(Class, Object, String, Object) - Static method in class com.tridion.util.ReflectionUtil
Sets a value to a private field of the provided instance and which is declared by the provided Class.
sortAttributes(NamedNodeMap) - Method in class com.tridion.util.xml.DOMWriter
Returns a sorted list of attributes.
splitString(String, String) - Static method in class com.tridion.util.StringUtils
Helper method to transform single string which contains multiple strings delimited with delimiter into set of strings.
stringArrayContains(String[], String, boolean) - Static method in class com.tridion.util.StringUtils
 
stringEquals(String, String) - Static method in class com.tridion.util.StringUtils
 
stringEqualsIgnoreCase(String, String) - Static method in class com.tridion.util.StringUtils
 
StringUtils - Class in com.tridion.util
Some handy utils for string processing.

T

TimeUtils - Class in com.tridion.util
Contains utilities related to handling of time values.
TridionReflectionException - Exception in com.tridion.util
 
TridionReflectionException(String) - Constructor for exception com.tridion.util.TridionReflectionException
Constructs a new TridionReflectionException with the passed detail message and null as its embedded Throwable.
TridionReflectionException(Throwable) - Constructor for exception com.tridion.util.TridionReflectionException
Constructs a new TridionReflectionException with the specified embedded Throwable and null as its detail message.
TridionReflectionException(String, Throwable) - Constructor for exception com.tridion.util.TridionReflectionException
Constructs a new TridionReflectionException with the specified detail message and an embedded Throwable.
trimIfNotNull(String) - Static method in class com.tridion.util.StringUtils
 

U

UnauthorizedException - Exception in com.tridion.security
An UnauthorizedException is raised whenever an invalid request is received.
UnauthorizedException() - Constructor for exception com.tridion.security.UnauthorizedException
Constructs a new exception with null as its detail message.
UnauthorizedException(String) - Constructor for exception com.tridion.security.UnauthorizedException
Constructs a new exception with the specified detail message.
UnauthorizedException(String, Throwable) - Constructor for exception com.tridion.security.UnauthorizedException
Constructs a new exception with the specified detail message and cause.
UnauthorizedException(Throwable) - Constructor for exception com.tridion.security.UnauthorizedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
unzip(File, File) - Static method in class com.tridion.util.ZipUtils
 

V

VALIDATION_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
Validation feature id (http://xml.org/sax/features/validation).
VariableResolverUtil - Class in com.tridion.configuration
Small utility class for resolving variables in the configuration file.
VariableResolverUtil() - Constructor for class com.tridion.configuration.VariableResolverUtil
 

W

write(Node) - Method in class com.tridion.util.xml.DOMWriter
Writes the specified node, recursively.

Z

ZipUtils - Class in com.tridion.util
Class with utility methods to handle zip files and streams.
A C D E F G I J K L N P R S T U V W Z 
Skip navigation links

Copyright © 2016 SDL Group. All rights reserved.