public final class UpdateHook extends ExtensionHook
ExtensionHook.URIResourceElementVisitor.ResourceBundleProvider| Modifier and Type | Field and Description | 
|---|---|
static ElementName | 
ELEMENT  | 
ATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description | 
|---|
UpdateHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<UpdateCenter> | 
getUpdateCenters()  | 
void | 
start(ElementStartContext context)
Visit the start tag of an xml element. 
 | 
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocationend, getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic static final ElementName ELEMENT
public java.util.Collection<UpdateCenter> getUpdateCenters()
public void start(ElementStartContext context)
ElementVisitorThis implementation does nothing.
start in class ElementVisitorcontext - information about the xml start tag.