| Interface | Description |
|---|---|
| WaitUntil.WaitCondition |
The condition to determine when to stop waiting
|
| Class | Description |
|---|---|
| Assertions |
Design by contract assertions.
|
| ChainingClassLoader |
A class loader that delegates to a list of class loaders.
|
| ClassLoaderStack |
This utility provides a thread local stack of
ClassLoaders. |
| ClassLoaderUtils |
This class is extremely useful for loading resources and classes in a fault tolerant manner
that works across different applications servers.
|
| ClassUtils |
Class utility methods
|
| ContextClassLoaderSettingInvocationHandler |
InvocationHandler for a dynamic proxy that ensures all methods are executed with the
object class's class loader as the context class loader.
|
| ContextClassLoaderSwitchingUtil |
Utility to run Runnable implementations in a different ClassLoader.
|
| EfficientStringUtils |
String utility methods designed for memory / cpu efficiency
|
| EnumUtils |
Utilities for Java Enum classes.
|
| FileUtils | |
| JavaVersionUtils |
A simple utility for comparing a java version number to the running version.
|
| PluginFrameworkUtils |
General utility functions for plugin framework.
|
| PluginUtils |
General plugin utility methods
|
| RegularExpressions |
Utility functions for constructing regular expressions.
|
| VersionRange |
Represents a version range.
|
| VersionRange.ActualVersionRangeBuilder | |
| VersionStringComparator |
Compares dotted version strings of varying length.
|
| WaitUntil |
Utility methods for synchronising on asynchronous processes
|
Copyright © 2019 Atlassian. All rights reserved.