Class MetaConfigurationHelper
java.lang.Object
com.denodo.configuration.metadata.MetaConfigurationHelper
Utility class to deal with
MetaConfiguration and MetaParameter instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaParameterfindMetaParameter(MetadataManager metadataManager, String type, String subType, SimpleParameter parameter) Finds theMetaParameterinstance corresponding to the passedParameter, according to the specified type and sub-type.
-
Constructor Details
-
MetaConfigurationHelper
public MetaConfigurationHelper()
-
-
Method Details
-
findMetaParameter
public static MetaParameter findMetaParameter(MetadataManager metadataManager, String type, String subType, SimpleParameter parameter) throws InternalErrorException, InstanceNotFoundException Finds theMetaParameterinstance corresponding to the passedParameter, according to the specified type and sub-type.
-