Package org.nuxeo.drive.service.impl
Class RootDefinitionsHelper
- java.lang.Object
-
- org.nuxeo.drive.service.impl.RootDefinitionsHelper
-
public final class RootDefinitionsHelper extends Object
Helper to handle synchronization root definitions.- Author:
- Antoine Taillefer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Set<IdRef>>
parseRootDefinitions(String rootDefinitions)
Parses the given synchronization root definitions string.
-