|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler org.jclouds.http.functions.ParseSax.HandlerWithResult<T> org.jclouds.ovf.xml.SectionHandler<T,B> org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler<VirtualSystem,VirtualSystem.Builder> org.jclouds.ovf.xml.VirtualSystemHandler
public class VirtualSystemHandler
Field Summary |
---|
Fields inherited from class org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler |
---|
defaultSectionHandler, extensionHandler, extensionHandlers |
Fields inherited from class org.jclouds.ovf.xml.SectionHandler |
---|
builder, builderProvider, currentText |
Constructor Summary | |
---|---|
VirtualSystemHandler(javax.inject.Provider<VirtualSystem.Builder> builderProvider,
OperatingSystemSectionHandler osHandler,
VirtualHardwareSectionHandler hardwareHandler,
ProductSectionHandler productHandler)
|
Method Summary |
---|
Methods inherited from class org.jclouds.ovf.xml.internal.BaseVirtualSystemHandler |
---|
addAdditionalSection, characters, endElement, setExtensionHandlers, startElement |
Methods inherited from class org.jclouds.ovf.xml.SectionHandler |
---|
create, getResult |
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult |
---|
getRequest, setContext |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public VirtualSystemHandler(javax.inject.Provider<VirtualSystem.Builder> builderProvider, OperatingSystemSectionHandler osHandler, VirtualHardwareSectionHandler hardwareHandler, ProductSectionHandler productHandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |