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 MetadataRepository
elementID
- the file name in which the meta-configuration for the custom
element is or the class name that implements the custom
element.InstanceNotFoundException
InternalErrorException
- if a severe error occurs.public MetaConfiguration get(JarFile jarFile, String elementID) throws InstanceNotFoundException, InternalErrorException
get
in interface MetadataRepository
InstanceNotFoundException
InternalErrorException
Copyright © 2025 Denodo Technologies. All rights reserved.