public class StreamService extends ClearcaseService
clearTool
Modifier and Type | Method and Description |
---|---|
boolean |
exists(Stream stream) |
ConfigSpec |
getConfigSpec(Stream stream) |
Baseline[] |
getFoundationBaselines(Stream stream) |
Baseline[] |
getLatestBaselines(Stream stream) |
Versions |
getVersions(Stream stream,
String viewPath) |
String[] |
getViews(Stream stream)
Returns the view tags attached to the given stream
|
boolean |
isViewAttachedTo(String viewTag,
Stream stream) |
Stream |
parse(String selector)
Parse a stream selector into a valid Stream object
|
getClearTool
public boolean exists(Stream stream) throws IOException, InterruptedException
IOException
InterruptedException
public ConfigSpec getConfigSpec(Stream stream) throws IOException, InterruptedException
IOException
- in case the config spec cannot be determined.InterruptedException
public Baseline[] getFoundationBaselines(Stream stream) throws IOException, InterruptedException
IOException
InterruptedException
public Baseline[] getLatestBaselines(Stream stream) throws IOException, InterruptedException
IOException
InterruptedException
public String[] getViews(Stream stream) throws IOException, InterruptedException
IOException
InterruptedException
public boolean isViewAttachedTo(String viewTag, Stream stream) throws IOException, InterruptedException
IOException
InterruptedException
public Stream parse(String selector)
selector
- public Versions getVersions(Stream stream, String viewPath) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.