public class SynchronizationRoots extends Object implements Serializable
| 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() | 
protected final String repositoryName
public static final SynchronizationRoots getEmptyRoots(String repositoryName)
public String getRepositoryName()
Copyright © 2015 Nuxeo SA. All rights reserved.