public class MetadataRepositoryImpl extends Object implements MetadataRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static String |
EXTENSION |
| Constructor and Description |
|---|
MetadataRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MetaConfiguration |
get(JarFile jarFile,
String elementID) |
MetaConfiguration |
get(String elementID)
Loads the meta-configuration for a given custom element.
|
public static final String EXTENSION
public static final String DEFAULT_PREFIX
public MetaConfiguration get(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(JarFile jarFile, String elementID) throws InstanceNotFoundException, InternalErrorException
get in interface MetadataRepositoryInstanceNotFoundExceptionInternalErrorExceptionCopyright © 2024 Denodo Technologies. All rights reserved.