| AbstractDoubleKeyMap<Key1,Key2,Value> |
Represents a general not thread safe DoubleKeyHashMap implementation.
|
| AbstractStringMatcherBuilder |
|
| AbstractStringMatcherBuilder.MatchPart |
|
| AccessControlContextUtil |
|
| Alarm |
Utility class used to execute periodical tasks
|
| AntPatternFileFinder |
Deprecated.
|
| ApacheJavaZipInputStreamBridge |
|
| ApacheZipSlipAwareArchiveInputStream |
|
| ApacheZipSlipAwareZipFile |
|
| ArchiveUtil |
Provides utils to archive and extract files from zip archive
|
| ArchiveUtil.ArchivedFileInfo |
Archived file information descriptor
|
| BaseArchiveUtil |
Provides utils to archive and extract files from zip archive.
|
| BOMInputStream |
This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.
|
| BooleanOption |
Boolean option
|
| BufferedRandomAccessFile |
|
| ByteOrderMark |
Byte Order Mark (BOM) representation - see BOMInputStream.
|
| Cached<V> |
Provides a cached lazy-calculated value.
|
| CachedRegistryAccessor |
|
| CachedValue<T> |
|
| CaseInsensitiveMap<T> |
Case-insensitive map.
|
| CaseInsensitiveStringComparator |
Case Insensitive string comparison
|
| ChildSpringContextLoader |
Utility class to load some Spring configurations as child context.
|
| CloseAwareInputStream |
InputStream wrapper that makes sure delegate close() method is called only once.
|
| CollectionsUtil |
|
| CollectionsUtil.EnumerationIteratorAdaptor<T> |
|
| CollectionsUtil.FilteringEnumeration<T> |
|
| CollectionsUtil.FilteringIterable<T> |
|
| CollectionsUtil.FilteringIterator<T> |
|
| CollectionTools |
Utility static functions for working with collections.
|
| CompactArrayOfLongs |
This class allows to create a set of arrays from the given collection of longs.
|
| CompactTimeUtil |
|
| CompositeFuture |
A composite future for a bunch of real Future objects.
|
| ConsoleLogger |
|
| ContextProjectInfo |
|
| Couple<T> |
A couple of two items with same type.
|
| Dates |
|
| DependencyOptionSupportImpl |
User: kir
|
| DiagnosticUtil |
|
| DiagnosticUtil.NodeInfo |
|
| DiagnosticUtil.ThreadDumpData |
|
| Distances |
Class for distance calculation functions
|
| DoubleKeyHashMap<Key1,Key2,Value> |
A DoubleKeyHashMap implementation based on the java.util.HashMap class.
|
| EmptyOptionSupport |
|
| EnumOption<T extends Enum<T>> |
|
| EventDispatcher<T extends EventListener> |
|
| EventDispatcherHandlers<T extends EventListener> |
|
| ExceptionUtil |
|
| ExponentialBackoffHelper |
|
| FilePersisterUtil |
|
| FileUtil |
|
| FileUtil.DeleteState |
|
| FileUtil.RegexFileFilter |
File filter that accepts files with the name specified by a regular expression.
|
| FutureAction<T> |
|
| Hash |
Hash with good distribution of values.
|
| HelpURLProvider |
Created by Nikita.Skvortsov
Generates help links
date: 19.06.2015.
|
| HttpAuthServer |
|
| HttpClientConfigurator |
Used to preconfigure HttpClient proxy/certificates/authentication
|
| HTTPRequestBuilder |
A helper class providing easy-to-use builder and support for https
|
| HTTPRequestBuilder.ApacheClient43RequestHandler |
|
| HTTPRequestBuilder.DelegatingRequestHandler |
|
| HTTPRequestBuilder.LegacyApacheCommonsRequestHandler |
|
| IdeaThreadPoolsShutdown |
Created 15.02.13 11:37
|
| IdentifiersGenerator |
The class implements a generator and registry of IDs for a single type of
build config settings.
|
| IncludeExcludeRules |
Simple class for parsing lines in the form: [+:|-:]some_text\\n[+:|-:]some_text, i.e.
|
| IncludeExcludeRules.Rule |
|
| IntArrayContainer |
|
| IntegerOption |
Integer option
|
| Interval<T extends Comparable<T>> |
Generic interval.
|
| IntervalMetric |
This class holds N last values for some metric gathered during specified intervals.
|
| IntInterval |
Integer interval.
|
| ItemSynchronizer<LocalItem,RemoteItem,ItemId> |
|
| JavaVersion |
|
| JdkInfo |
|
| JDOMElementVisitor |
|
| ListConverter |
Simple XStream converter for Vector, Stack and other List-based classes.
|
| MemoLogger |
Logger that writes all records into a list of strings and can delegate to the another logger.
|
| MultiMap<K,V> |
|
| MultipleLock<TKey,TObject,TLock> |
|
| NameCounter |
User: kir
Class maintains counter for tests with same name.
|
| NamedDaemonThreadFactory |
Created 19.11.12 14:51
|
| NamedDataGroup<Item> |
This class was created to represent a hierarchical group of items.
|
| NamedDeamonThreadFactory |
Deprecated.
|
| NamedThreadFactory |
|
| NamedThreadUtil |
Created 19.11.12 17:35
|
| NamedThreadUtil.PerfStat |
|
| NamedThreadUtil.ThreadNameCookie |
|
| NameGenerator |
|
| NioFileUtil |
File-related utilities which use NIO.2 and thus require Java 1.7+.
|
| NoOpTraceState |
|
| NotificatorBasedEmailSender |
|
| NullableReference<T> |
|
| Objects |
Useful functions for working with different objects.
|
| ObjectsPool<T> |
Auto-cleanable thread-safe implementation for deduplicate any objects (according to equals&hashcode methods).
|
| Option<Type> |
Represents a named option of given Type and some default value.
|
| OptionValue<T> |
|
| Pager |
|
| PeriodicalScheduledTask |
This class can be used when we have a periodical task, but we don't want to execute the task only if there's something to do
For instance, we would like to periodically serialize a state of a cache to disk, but only when cache has been changed.
|
| PluralUtil |
|
| PooledProperties |
|
| PositionNamedDaemonThreadFactory |
|
| PropertiesUtil |
|
| Property<T> |
Holds a (not-nullable) property value and provides an event when the value is changed.
|
| ProxyInputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| RandomGenerator |
|
| ReadOnlyBitSet |
|
| ReadWriteMultipleLock<TKey,TObject> |
|
| RecentEntriesCache<K,V> |
|
| RecentEntriesCache.Value<V> |
|
| RunCommand |
|
| RunCommand.LoggerOutputProcessor |
|
| ServerAwareTarArchiveExtractor |
|
| ServerNetworkUtil |
|
| ShuffleUtil |
|
| ShuffleUtil.ShuffledInts |
|
| SimpleExecutor |
|
| SimpleFileHttpServer |
Author: Nikita.Skvortsov
Date: 1/17/11
|
| SimpleHttpServer |
|
| SimpleHttpServerBase |
|
| SimpleHttpServerBase.Response |
|
| SimpleObjectPool<T> |
|
| SimpleThreadedHttpServer |
|
| SizePresenter |
|
| SLRUMap<K,V> |
|
| SoftCache<T> |
Lazy soft reference with synchronized re-computation
|
| SoftValueHashMap<K,V> |
|
| SortedProperties |
Properties are stored in ordered way
|
| SpringErrorsFilter |
|
| SpringExceptionUtil |
Simple utils for exceptions manipulating.
|
| SpringStartupUtil |
|
| SpringUtil |
|
| StringMatcher.MatchResult |
|
| StringMatcher.MatchResult.Range |
|
| StringMatcherHelper |
|
| StringMatcherSequencedBuilder |
|
| StringOption |
String option
|
| StringPool |
Simple pool for reusable strings.
|
| StringPoolInstance |
|
| StringUtil |
|
| StringUtils |
|
| SynchroDictionary<K,V> |
Fine-synchronized dictionary.
|
| SynchronizedDoubleKeyHashMap<Key1,Key2,Value> |
A thread-safe double key map.
|
| SystemInfo |
|
| SystemTimeService |
Time service based on current system time.
|
| TCJsonLayout |
|
| TCLineReader |
|
| TCRollingFileAppender |
|
| TCRollingFileAppender.TCTriggeringPolicy |
|
| TCStreamUtil |
|
| TCStreamUtil.ProgressIncrementListener |
|
| TCStringUtil |
|
| TestFiles |
|
| ThreadPoolMetricsInitializer |
|
| ThreadStat |
|
| ThreadUtil |
|
| TimedExecutor |
Utility class to execute tasks in background with timeout.
|
| TimeIntervalAction |
|
| TimePrinter |
|
| TimeUtil |
|
| TLongKeysLaxIterator |
This iterator is not sensitive to concurrent modifications of the underlying map.
|
| TLongUtils |
|
| TomcatVersion |
|
| TomcatVersion.Version |
|
| TraceStateImpl |
|
| TraceStateWithPerf |
|
| UptodateValue<T> |
This class operates as a time-based cache for a calculable value.
|
| Util |
General purpose utility functions
|
| Vars |
We want to monitor how often some actions occurs in TeamCity and report some statistics about it.
|
| Version |
Version of a product.
|
| VersionComparatorUtil |
|
| WaitFor |
|
| WaitForAssert |
|
| WatchDog |
|
| Win32RegistryAccessorProxy |
|
| Win32RegistryAccessorUnpacker |
|
| Win32RegistryNativeAccessorImpl |
|
| XmlFilePatcher |
|
| XMLParser |
|
| XMLParser.SafeEntityResolver |
|
| XmlUtil |
Some XML-related utilities
|
| XmlXppAbstractParser |
|
| XStreamWhiteListInitializer |
|
| ZipFactoryDecorator |
|
| ZipReaderDecorator |
|
| ZipSlipAwareZipFile |
|
| ZipSlipAwareZipInputStream |
|
| ZipWriterDecorator |
Created by Nikita.Skvortsov
date: 14.08.2014.
|