Class MetadataRepositoryImpl
java.lang.Object
com.denodo.configuration.metadata.repository.MetadataRepositoryImpl
- All Implemented Interfaces:
MetadataRepository
-
Field Details
-
EXTENSION
- See Also:
-
DEFAULT_PREFIX
- See Also:
-
-
Constructor Details
-
MetadataRepositoryImpl
public MetadataRepositoryImpl()
-
-
Method Details
-
get
public MetaConfiguration get(String elementID) throws InstanceNotFoundException, InternalErrorException Loads the meta-configuration for a given custom element.- Specified by:
getin interfaceMetadataRepository- Parameters:
elementID- the file name in which the meta-configuration for the custom element is or the class name that implements the custom element.- Returns:
- the meta-configuration.
- Throws:
InstanceNotFoundExceptionInternalErrorException- if a severe error occurs.
-
get
public MetaConfiguration get(JarFile jarFile, String elementID) throws InstanceNotFoundException, InternalErrorException - Specified by:
getin interfaceMetadataRepository- Throws:
InstanceNotFoundExceptionInternalErrorException
-