public class SynchronizationRoots extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
paths |
protected Set<IdRef> |
refs |
protected String |
repositoryName |
| Constructor and Description |
|---|
SynchronizationRoots(String repositoryName,
Set<String> paths,
Set<IdRef> refs) |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizationRoots |
getEmptyRoots(String repositoryName) |
Set<String> |
getPaths() |
Set<IdRef> |
getRefs() |
String |
getRepositoryName() |
String |
toString() |
protected final String repositoryName
public static final SynchronizationRoots getEmptyRoots(String repositoryName)
public String getRepositoryName()
Copyright © 2019 Nuxeo. All rights reserved.