public final class IdBuilderFactory extends Object
opencast.idbuilder accordingly.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
Name of the system property
|
| Modifier and Type | Method and Description |
|---|---|
IdBuilder |
newIdBuilder()
Factory method that returns an instance of an id builder.
|
static IdBuilderFactory |
newInstance()
Returns an instance of a HandleBuilderFactory.
|
public static final String PROPERTY_NAME
public static IdBuilderFactory newInstance() throws ConfigurationException
ConfigurationException - if the factory cannot be instantiatedpublic IdBuilder newIdBuilder() throws ConfigurationException
It uses the following ordered lookup procedure to determine which implementation of the IdBuilder interface
to use:
opencast.idbuilder system propertyConfigurationException - If the builder cannot be instantiatedCopyright © 2009–2020 Opencast Project. All rights reserved.