public class VMHandler extends BaseVirtualSystemHandler<VM,VM.Builder>
defaultSectionHandler, extensionHandler, extensionHandlers
builder, builderProvider, currentText
Constructor and Description |
---|
VMHandler(Provider<VM.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler,
Provider<NetworkSectionHandler> networkSectionHandler,
Provider<NetworkConfigSectionHandler> networkConfigSectionHandler,
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, setExtensionHandlers
create, getResult
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
@Inject public VMHandler(Provider<VM.Builder> builderProvider, OperatingSystemSectionHandler osHandler, VirtualHardwareSectionHandler hardwareHandler, ProductSectionHandler productHandler, Provider<NetworkSectionHandler> networkSectionHandler, Provider<NetworkConfigSectionHandler> networkConfigSectionHandler, Provider<NetworkConnectionSectionHandler> networkConnectionSectionHandler)
public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class BaseVirtualSystemHandler<VM,VM.Builder>
SAXException
protected void addAdditionalSection(String qName, Section additionalSection)
addAdditionalSection
in class BaseVirtualSystemHandler<VM,VM.Builder>
Copyright © 2009-2012 jclouds. All Rights Reserved.