|
||||||||||
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
public class 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 org.eclipse.core.runtime.IConfigurationElement |
getNamedElement(org.eclipse.core.runtime.IExtension extension,
java.lang.String elementName)
Returns the configuration element of the given extension and element name. |
static org.eclipse.core.runtime.IConfigurationElement |
getNamedElement(org.eclipse.core.runtime.IExtension extension,
java.lang.String elementName,
java.lang.String requiredAttributeName)
Returns the configuration element with the given name in the given extension. |
static org.eclipse.core.runtime.IConfigurationElement[] |
getNamedElements(org.eclipse.core.runtime.IExtension extension,
java.lang.String elementName)
Returns a collection of configuration elements with the given name in the given extension. |
static org.eclipse.core.runtime.IConfigurationElement[] |
getNamedElements(org.eclipse.core.runtime.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 org.eclipse.core.runtime.IConfigurationElement getNamedElement(org.eclipse.core.runtime.IExtension extension, java.lang.String elementName) throws OdaException
OdaException
public static org.eclipse.core.runtime.IConfigurationElement getNamedElement(org.eclipse.core.runtime.IExtension extension, java.lang.String elementName, java.lang.String requiredAttributeName) throws OdaException
OdaException
public static org.eclipse.core.runtime.IConfigurationElement[] getNamedElements(org.eclipse.core.runtime.IExtension extension, java.lang.String elementName) throws OdaException
OdaException
public static org.eclipse.core.runtime.IConfigurationElement[] getNamedElements(org.eclipse.core.runtime.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 |