Uses of Class
org.jclouds.ovf.internal.BaseVirtualSystem
- 
Packages that use BaseVirtualSystem Package Description org.jclouds.ovf org.jclouds.ovf.internal org.jclouds.ovf.xml.internal  - 
- 
Uses of BaseVirtualSystem in org.jclouds.ovf
Subclasses of BaseVirtualSystem in org.jclouds.ovf Modifier and Type Class Description classVirtualSystemMethods in org.jclouds.ovf with parameters of type BaseVirtualSystem Modifier and Type Method Description VirtualSystem.BuilderVirtualSystem.Builder. fromVirtualSystem(BaseVirtualSystem<VirtualSystem> in) - 
Uses of BaseVirtualSystem in org.jclouds.ovf.internal
Classes in org.jclouds.ovf.internal with type parameters of type BaseVirtualSystem Modifier and Type Class Description classBaseEnvelope<V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>>static classBaseEnvelope.Builder<V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>>classBaseVirtualSystem<T extends BaseVirtualSystem<T>>static classBaseVirtualSystem.Builder<T extends BaseVirtualSystem<T>>Fields in org.jclouds.ovf.internal declared as BaseVirtualSystem Modifier and Type Field Description protected VBaseEnvelope.Builder. virtualSystemMethods in org.jclouds.ovf.internal with type parameters of type BaseVirtualSystem Modifier and Type Method Description static <V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>>
BaseEnvelope.Builder<V,E>BaseEnvelope. builder()Methods in org.jclouds.ovf.internal that return BaseVirtualSystem Modifier and Type Method Description BaseVirtualSystem<T>BaseVirtualSystem.Builder. build()Methods in org.jclouds.ovf.internal with parameters of type BaseVirtualSystem Modifier and Type Method Description BaseVirtualSystem.Builder<T>BaseVirtualSystem.Builder. fromVirtualSystem(BaseVirtualSystem<T> in) - 
Uses of BaseVirtualSystem in org.jclouds.ovf.xml.internal
Classes in org.jclouds.ovf.xml.internal with type parameters of type BaseVirtualSystem Modifier and Type Class Description classBaseEnvelopeHandler<V extends BaseVirtualSystem<V>,B extends BaseVirtualSystem.Builder<V>,H extends BaseVirtualSystemHandler<V,B>,E extends BaseEnvelope<V,E>,T extends BaseEnvelope.Builder<V,E>>classBaseVirtualSystemHandler<T extends BaseVirtualSystem<T>,B extends BaseVirtualSystem.Builder<T>> 
 -