public class MetadataRepositoryImpl extends java.lang.Object implements MetadataRepository
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PREFIX |
static java.lang.String |
EXTENSION |
| Constructor and Description |
|---|
MetadataRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MetaConfiguration |
get(java.util.jar.JarFile jarFile,
java.lang.String elementID) |
MetaConfiguration |
get(java.lang.String elementID)
Loads the meta-configuration for a given custom element.
|
public static final java.lang.String EXTENSION
public static final java.lang.String DEFAULT_PREFIX
public MetaConfiguration get(java.lang.String elementID) throws InstanceNotFoundException, InternalErrorException
get in interface MetadataRepositoryelementID - the file name in which the meta-configuration for the custom
element is or the class name that implements the custom
element.InstanceNotFoundExceptionInternalErrorException - if a severe error occurs.public MetaConfiguration get(java.util.jar.JarFile jarFile, java.lang.String elementID) throws InstanceNotFoundException, InternalErrorException
get in interface MetadataRepositoryInstanceNotFoundExceptionInternalErrorExceptionCopyright © 2024 Denodo Technologies. All rights reserved.