Package org.nuxeo.directory.test
Class DirectoryConfiguration
- java.lang.Object
-
- org.nuxeo.directory.test.DirectoryConfiguration
-
public class DirectoryConfiguration extends Object
Description of the specific capabilities of a directory for tests, and helper methods.- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIRECTORY_MONGODB
static String
DIRECTORY_PROPERTY
static String
DIRECTORY_SQL
protected String
directoryType
static String
MONGODB_TEMPLATE_CONTRIB
static String
SQL_TEMPLATE_CONTRIB
protected org.nuxeo.ecm.core.test.StorageConfiguration
storageConfiguration
-
Constructor Summary
Constructors Constructor Description DirectoryConfiguration(org.nuxeo.ecm.core.test.StorageConfiguration storageConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deployContrib(FeaturesRunner runner)
void
init()
-
-
-
Field Detail
-
DIRECTORY_PROPERTY
public static final String DIRECTORY_PROPERTY
- See Also:
- Constant Field Values
-
DIRECTORY_SQL
public static final String DIRECTORY_SQL
- See Also:
- Constant Field Values
-
DIRECTORY_MONGODB
public static final String DIRECTORY_MONGODB
- See Also:
- Constant Field Values
-
SQL_TEMPLATE_CONTRIB
public static final String SQL_TEMPLATE_CONTRIB
- See Also:
- Constant Field Values
-
MONGODB_TEMPLATE_CONTRIB
public static final String MONGODB_TEMPLATE_CONTRIB
- See Also:
- Constant Field Values
-
directoryType
protected String directoryType
-
storageConfiguration
protected org.nuxeo.ecm.core.test.StorageConfiguration storageConfiguration
-
-
Method Detail
-
deployContrib
public void deployContrib(FeaturesRunner runner) throws Exception
- Throws:
Exception
-
init
public void init()
-
-