public class CMISRepositoryDetector
extends java.lang.Object
| Constructor and Description |
|---|
CMISRepositoryDetector(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
Creates a detector for the given CMIS repository.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
detectNuxeo(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
Detects the version number for the Nuxeo repository.
|
boolean |
isNuxeo() |
boolean |
isNuxeo5_4() |
boolean |
isNuxeo5_5OrHigher() |
boolean |
isNuxeo5_8OrHigher() |
public CMISRepositoryDetector(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
repositoryInfo - the repository descriptionpublic boolean isNuxeo()
public boolean isNuxeo5_4()
public boolean isNuxeo5_5OrHigher()
public boolean isNuxeo5_8OrHigher()
protected void detectNuxeo(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repositoryInfo)
repositoryInfo - the repository description