public class AdaptedConnection extends Object implements ConsumerConnection
by Szczepan Faber, created at: 12/22/11
| Constructor and Description |
|---|
AdaptedConnection(ConnectionVersion4 delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureLogging(boolean verboseLogging) |
void |
executeBuild(BuildParametersVersion1 buildParameters,
ConsumerOperationParameters operationParameters) |
ConnectionVersion4 |
getDelegate() |
String |
getDisplayName() |
<T> T |
getModel(Class<T> type,
ConsumerOperationParameters operationParameters) |
VersionDetails |
getVersionDetails() |
void |
stop() |
public AdaptedConnection(ConnectionVersion4 delegate)
public void stop()
stop in interface ConsumerConnectionpublic String getDisplayName()
getDisplayName in interface ConsumerConnectionpublic VersionDetails getVersionDetails()
getVersionDetails in interface ConsumerConnectionpublic <T> T getModel(Class<T> type, ConsumerOperationParameters operationParameters) throws UnsupportedOperationException, IllegalStateException
getModel in interface ConsumerConnectionUnsupportedOperationExceptionIllegalStateExceptionpublic void executeBuild(BuildParametersVersion1 buildParameters, ConsumerOperationParameters operationParameters) throws IllegalStateException
executeBuild in interface ConsumerConnectionIllegalStateExceptionpublic ConnectionVersion4 getDelegate()
public void configureLogging(boolean verboseLogging)
Copyright © 2013. All rights reserved