|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.ManifestUtil
Utility class for the ODA extension manifest.
Constructor Summary | |
ManifestUtil()
|
Method Summary | |
static Property[] |
getHiddenPropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be hidden. |
static IConfigurationElement |
getNamedElement(IExtension extension,
java.lang.String elementName)
Returns the configuration element of the given extension and element name. |
static IConfigurationElement[] |
getNamedElements(IExtension extension,
java.lang.String elementName)
Returns a collection of configuration elements with the given name in the given extension. |
static IConfigurationElement[] |
getNamedElements(IExtension extension,
java.lang.String elementName,
java.lang.String requiredAttributeName)
Returns a collection of configuration elements with the given name in the given extension. |
static Property[] |
getVisiblePropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be visible. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManifestUtil()
Method Detail |
public static IConfigurationElement getNamedElement(IExtension extension, java.lang.String elementName) throws OdaException
OdaException
public static IConfigurationElement[] getNamedElements(IExtension extension, java.lang.String elementName) throws OdaException
OdaException
public static IConfigurationElement[] getNamedElements(IExtension extension, java.lang.String elementName, java.lang.String requiredAttributeName) throws OdaException
OdaException
public static Property[] getVisiblePropertiesDefn(Property[] driverDefinedProps, java.util.Properties propertiesVisibility)
public static Property[] getHiddenPropertiesDefn(Property[] driverDefinedProps, java.util.Properties propertiesVisibility)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |