public class ActivitiesDelta extends Object
Modifier and Type | Field and Description |
---|---|
static ActivitiesDelta |
EMPTY |
Modifier and Type | Method and Description |
---|---|
Collection<Activity> |
getLeft() |
Collection<Activity> |
getRight() |
static ActivitiesDelta |
parse(Reader reader)
Builds a delta from the given reader, which is expected to be the output of a cleartool diffbl command
|
public static final ActivitiesDelta EMPTY
public Collection<Activity> getLeft()
public Collection<Activity> getRight()
public static ActivitiesDelta parse(Reader reader) throws IOException
IOException
Copyright © 2004-2021. All Rights Reserved.