Package org.identityconnectors.common
Common utilities for all Connectors. This includes some string
manipulation, logging, and IO utilities.
-
Class Summary Class Description Assertions ByteUtil Utility package for byte manipulation.CollectionUtil EqualsHashCodeBuilder Builder to simplify implementing theObject.equals(Object)
andObject.hashCode()
methods.GUID Create a globally unique identifier.IOUtil IO Utilities.Pair<T1,T2> An arbitrary pair of objects.PrettyStringBuilder ReflectionUtil StringPrintWriter Simple extension of PrintWriter so you don't have to create a StringWriter to pass to it, when you want the functionality of PrintWriter but you want it in a buffer.StringUtil String Utilities.Version Encapsulates a version number.VersionRange A version range is an interval describing a set ofversions
.XmlUtil