Class CatalogAdapterUtil
java.lang.Object
org.opencastproject.index.service.util.CatalogAdapterUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesgetCatalogProperties(Class<?> sourceClass, String sourceFile) Get the catalog properties from the given file
-
Method Details
-
getCatalogProperties
Get the catalog properties from the given file- Parameters:
sourceClass- Source from where the the method is calledsourceFile- the path to the source file- Returns:
- the catalog
Properties
-