Uses of Class
org.jclouds.ovf.xml.SectionHandler
-
Packages that use SectionHandler Package Description org.jclouds.ovf.xml org.jclouds.ovf.xml.internal -
-
Uses of SectionHandler in org.jclouds.ovf.xml
Subclasses of SectionHandler in org.jclouds.ovf.xml Modifier and Type Class Description class
DeploymentOptionSectionHandler
class
DiskSectionHandler
class
NetworkSectionHandler
class
OperatingSystemSectionHandler
class
ProductSectionHandler
class
VirtualHardwareSectionHandler
class
VirtualSystemHandler
Methods in org.jclouds.ovf.xml that return SectionHandler Modifier and Type Method Description static SectionHandler
SectionHandler. create()
-
Uses of SectionHandler in org.jclouds.ovf.xml.internal
Subclasses of SectionHandler in org.jclouds.ovf.xml.internal Modifier and Type Class Description class
BaseVirtualSystemHandler<T extends BaseVirtualSystem<T>,B extends BaseVirtualSystem.Builder<T>>
Fields in org.jclouds.ovf.xml.internal declared as SectionHandler Modifier and Type Field Description protected SectionHandler
BaseEnvelopeHandler. defaultSectionHandler
protected SectionHandler
BaseVirtualSystemHandler. defaultSectionHandler
protected SectionHandler
BaseEnvelopeHandler. extensionHandler
protected SectionHandler
BaseVirtualSystemHandler. extensionHandler
Fields in org.jclouds.ovf.xml.internal with type parameters of type SectionHandler Modifier and Type Field Description protected Map<String,javax.inject.Provider<? extends SectionHandler>>
BaseVirtualSystemHandler. extensionHandlers
Method parameters in org.jclouds.ovf.xml.internal with type arguments of type SectionHandler Modifier and Type Method Description protected void
BaseVirtualSystemHandler. setExtensionHandlers(Map<String,javax.inject.Provider<? extends SectionHandler>> extensionHandlers)
-