public interface ISourceControlSession
Public interface for a Source Control device session
| Modifier and Type | Method and Description |
|---|---|
IApplicationInstance |
getApplicationInstance()
Get the IApplicationInstance associated with this session
|
ISourceControl |
getSourceControlImpl()
Get the underlying ISourceControl implementation
|
String |
getStreamName()
Get the stream name associated with this session
|
void |
setApplicationInstance(IApplicationInstance appInstance)
Set the IApplicationInstance associated wit this session
|
void |
setSrouceControlImpl(ISourceControl sourceControlImpl)
Set the underlying ISourceControl Implementation
|
void |
setStreamName(String streamName)
Set the stream name associated with this session
|
IApplicationInstance getApplicationInstance()
ISourceControl getSourceControlImpl()
String getStreamName()
void setApplicationInstance(IApplicationInstance appInstance)
appInstance - IApplicationInstance to associate with this sessionvoid setSrouceControlImpl(ISourceControl sourceControlImpl)
sourceControlImpl - implementationvoid setStreamName(String streamName)
streamName - A String containing the stream name to associate with this session