public class VMHandler extends BaseVirtualSystemHandler<VM,VM.Builder>
defaultSectionHandler, extensionHandler, extensionHandlersbuilder, builderProvider, currentText| Constructor and Description |
|---|
VMHandler(javax.inject.Provider<VM.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler,
javax.inject.Provider<NetworkSectionHandler> networkSectionHandler,
javax.inject.Provider<NetworkConfigSectionHandler> networkConfigSectionHandler,
javax.inject.Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdditionalSection(String qName,
Section additionalSection) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
characters, endElement, setExtensionHandlerscreate, getResultgetRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning@Inject public VMHandler(javax.inject.Provider<VM.Builder> builderProvider, OperatingSystemSectionHandler osHandler, VirtualHardwareSectionHandler hardwareHandler, ProductSectionHandler productHandler, javax.inject.Provider<NetworkSectionHandler> networkSectionHandler, javax.inject.Provider<NetworkConfigSectionHandler> networkConfigSectionHandler, javax.inject.Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler)
public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class BaseVirtualSystemHandler<VM,VM.Builder>SAXExceptionprotected void addAdditionalSection(String qName, Section additionalSection)
addAdditionalSection in class BaseVirtualSystemHandler<VM,VM.Builder>Copyright © 2009-2013 jclouds. All Rights Reserved.