public interface InternalConnection extends ConnectionVersion4, InternalProtocolInterface
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getTheModel(Class<T> type,
BuildOperationParametersVersion1 operationParameters)
Fetches a snapshot of the model for the project.
|
executeBuild, getMetaData, getModel, stop<T> T getTheModel(Class<T> type, BuildOperationParametersVersion1 operationParameters) throws UnsupportedOperationException, IllegalStateException
The other method on the interface, e.g. ConnectionVersion4.getModel(Class, BuildOperationParametersVersion1) should be considered deprecated
UnsupportedOperationException - When the given model type is not supported.IllegalStateException - When this connection has been stopped.Copyright © 2013. All rights reserved