|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.ws.service.policy.utils.RegistryUtils
public class RegistryUtils
This class is only intended for org.eclipse.wst.ws.service.policy.ui plugin to use. It contains convenience method for parsing the service policy extension point.
Constructor Summary | |
---|---|
RegistryUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getAttribute(org.eclipse.core.runtime.IConfigurationElement element,
java.lang.String attribute)
Gets a attribute value where the attribute name is case insensitive. |
static java.lang.String |
getAttributeName(org.eclipse.core.runtime.IConfigurationElement element,
java.lang.String attribute)
This method takes in a lower case attribute name. |
static org.eclipse.wst.ws.service.internal.policy.DescriptorImpl |
loadDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
Loads the attributes for a descriptor element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryUtils()
Method Detail |
---|
public static org.eclipse.wst.ws.service.internal.policy.DescriptorImpl loadDescriptor(org.eclipse.core.runtime.IConfigurationElement element)
element
- the descriptor element
public static java.lang.String getAttributeName(org.eclipse.core.runtime.IConfigurationElement element, java.lang.String attribute)
element
- the elementattribute
- the attribute
public static java.lang.String getAttribute(org.eclipse.core.runtime.IConfigurationElement element, java.lang.String attribute)
element
- the element.attribute
- the attribute to get.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |