|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnvelopeType | |
---|---|
com.ibm.adt.ovf.model.utility | |
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of EnvelopeType in com.ibm.adt.ovf.model.utility |
---|
Methods in com.ibm.adt.ovf.model.utility with parameters of type EnvelopeType | |
---|---|
static java.lang.String |
PackageExporter.computePackageFilename(EnvelopeType envelope)
|
static java.lang.String |
PackageExporter.computePackageName(EnvelopeType envelope)
|
protected EObject |
ImportVMwareAction.createAnnotationFeature(EnvelopeType envelope,
java.lang.String key,
java.lang.String value)
Creates the OVF entries specific to annotation remarks, and add to the envelope |
protected EObject |
ImportVMwareAction.createDisplayNameFeature(EnvelopeType envelope,
java.lang.String key,
java.lang.String value)
Creates the OVF entries specific to display Name requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createEthernetFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to ethernet requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createFloppyFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to Floppy requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createIDEFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to IDE requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createMemoryFeature(EnvelopeType envelope,
java.lang.String key,
java.lang.String value)
Creates the OVF entries specific to memory requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createParallelFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to Parallel port requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createProcessorFeature(EnvelopeType envelope,
java.lang.String key,
java.lang.String value)
Creates the OVF entries specific to processor requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createSCSIFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to SCSI requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createSerialFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to Serial port requirements, and add to the envelope |
protected EObject |
ImportVMwareAction.createUSBFeature(EnvelopeType envelope,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> values)
Creates the OVF entries specific to USB requirements, and add to the envelope |
protected AnnotationSectionType |
ImportVMwareAction.extractAnnotationSection(EnvelopeType envelope)
Locate or create the AnnotationSection. |
protected VirtualDiskDescType |
ImportVMwareAction.extractDisk(EnvelopeType envelope,
java.lang.String diskId,
java.lang.String fileRef)
Locate or create the Disk |
protected DiskSectionType |
ImportVMwareAction.extractDiskSection(EnvelopeType envelope)
Locate or create the DiskSection |
protected FileType |
ImportVMwareAction.extractFile(EnvelopeType envelope,
java.lang.String fileId,
java.lang.String fileRef)
Locate or create the File |
protected NetworkType |
ImportVMwareAction.extractNetwork(EnvelopeType envelope,
java.lang.String name)
Locate or create the Network |
protected NetworkSectionType |
ImportVMwareAction.extractNetworkSection(EnvelopeType envelope)
Locate or create the NetworkSection |
protected ReferencesType |
ImportVMwareAction.extractReferences(EnvelopeType envelope)
Locate or create the References |
protected VirtualHardwareSectionType |
ImportVMwareAction.extractVirtualHardwareSection(EnvelopeType envelope)
Locate or create the VirtualHardwareSection. |
protected VirtualSystemType |
ImportVMwareAction.extractVirtualSystem(EnvelopeType envelope)
Locate or create the VirtualSystem Assumes a single virtual machine appliance |
Constructors in com.ibm.adt.ovf.model.utility with parameters of type EnvelopeType | |
---|---|
PackageExporter(EnvelopeType envelope,
java.lang.String packageName,
java.io.File baseLocalRef,
java.io.File baseFile,
java.io.File directory,
boolean isOVA,
boolean allowOverwrite,
boolean hasDigests,
java.security.PrivateKey privateKey,
java.security.cert.Certificate certificate,
int bufferSize,
IProgressMonitor progressMonitor)
This utility class exports an OVF package. |
|
PackageExporter(EnvelopeType envelope,
java.lang.String packageName,
java.io.File baseLocalRef,
java.io.File baseFile,
java.io.File directory,
boolean isOVA,
boolean allowOverwrite,
boolean hasDigests,
java.security.PrivateKey privateKey,
java.security.cert.Certificate certificate,
IProgressMonitor progressMonitor)
This utility class exports an OVF package. |
Uses of EnvelopeType in org.dmtf.schemas.ovf.envelope |
---|
Methods in org.dmtf.schemas.ovf.envelope that return EnvelopeType | |
---|---|
EnvelopeType |
EnvelopeFactory.createEnvelopeType()
Returns a new object of class 'Type'. |
EnvelopeType |
StringsType.getEnvelope()
Returns the value of the 'Envelope' container reference. |
EnvelopeType |
ReferencesType.getEnvelope()
Returns the value of the 'Envelope' container reference. |
EnvelopeType |
NetworkSectionType.getEnvelope()
|
EnvelopeType |
DocumentRoot.getEnvelope()
Returns the value of the 'Envelope' containment reference. |
EnvelopeType |
DiskSectionType.getEnvelope()
|
EnvelopeType |
DeploymentOptionSectionType.getEnvelope()
|
EnvelopeType |
ContentType.getEnvelope()
Returns the value of the 'Envelope' container reference. |
Methods in org.dmtf.schemas.ovf.envelope with parameters of type EnvelopeType | |
---|---|
void |
StringsType.setEnvelope(EnvelopeType value)
Sets the value of the ' Envelope ' container reference. |
void |
ReferencesType.setEnvelope(EnvelopeType value)
Sets the value of the ' Envelope ' container reference. |
void |
DocumentRoot.setEnvelope(EnvelopeType value)
Sets the value of the ' Envelope ' containment reference. |
void |
ContentType.setEnvelope(EnvelopeType value)
Sets the value of the ' Envelope ' container reference. |
Uses of EnvelopeType in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type EnvelopeType | |
---|---|
T |
EnvelopeSwitch.caseEnvelopeType(EnvelopeType object)
Returns the result of interpreting the object as an instance of 'Type'. |
EStructuralFeature |
EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseEnvelopeType(EnvelopeType object)
|
boolean |
EnvelopeValidator.validateEnvelopeType_ContentRequired(EnvelopeType envelopeType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ContentRequired constraint of 'Type'. |
boolean |
EnvelopeValidator.validateEnvelopeType_SectionsAllowed(EnvelopeType envelopeType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the SectionsAllowed constraint of 'Type'. |
boolean |
EnvelopeValidator.validateEnvelopeType(EnvelopeType envelopeType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |