| Modifier and Type | Method and Description |
|---|---|
<T> T |
ModelProvider.provide(ConsumerConnection connection,
Class<T> type,
ConsumerOperationParameters operationParameters) |
| Constructor and Description |
|---|
DefaultAsyncConnection(ConsumerConnection connection,
ExecutorFactory executorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptedConnection
An implementation that wraps a protocol instance that has rigid compatibility policy.
|
class |
LazyConnection
Creates the actual connection implementation on demand.
|
class |
LoggingInitializerConnection
The idea is to initialize the logging infrastructure before we actually build the model or run a build.
|
class |
ProgressLoggingConnection
Provides some high-level progress information.
|
| Constructor and Description |
|---|
LoggingInitializerConnection(ConsumerConnection connection,
SynchronizedLogging synchronizedLogging) |
ProgressLoggingConnection(ConsumerConnection connection,
LoggingProvider loggingProvider) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConnection |
ToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
ConsumerConnection |
SynchronizedToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
ConsumerConnection |
CachingToolingImplementationLoader.create(Distribution distribution,
ProgressLoggerFactory progressLoggerFactory,
boolean verboseLogging) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureValidator.validate(ConsumerConnection connection,
ConsumerOperationParameters operationParameters) |
Copyright © 2013. All rights reserved