summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VmMetaData.java
Commit message (Collapse)AuthorAgeFilesLines
* refactor: populateTheMaps -> registerVirtualHWJonathan Bauer2018-04-161-1/+1
|
* [VBox] added new QemuMetaData class, class is built to work like the vbox ↵Victor Mocanu2018-01-241-2/+20
| | | | | | and vmware metadata classes vmmetadata class is expanded to create instances of qemumetadata if needed
* [VBox] removed todos and not used importsVictor Mocanu2017-11-241-2/+0Star
|
* [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-231-9/+13
| | | | improved exception handling and error messages
* [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-211-6/+17
| | | | | | vmmetadata s.t. vboxmetadata also needs to implement them implemented said functions in vboxmetadata
* [VBox] added all networkcards for virtualbox made small change to internal classVictor Mocanu2017-11-211-9/+21
|
* [VBox] improved and expanded the setters and getters for the enum typesVictor Mocanu2017-11-201-7/+8
| | | | removed debug messages
* [VBox] setter for the 3dacceleration works now, added new hardwareversion ↵Victor Mocanu2017-11-141-2/+3
| | | | enum type for virtualbox
* [VBox] new working coppyVictor Mocanu2017-11-021-3/+32
| | | | added new Javadocs, updated getters of VBoxMetaData still got TODOs
* [VBox] added sorting to the keysarraysVictor Mocanu2017-10-271-8/+21
|
* [VBox] work in progress for the DropDownSelectWindow... everything was vmx ↵Victor Mocanu2017-10-261-4/+119
| | | | specific, made it more generic
* fix code formattingJonathan Bauer2017-10-241-47/+59
|
* formatting & first round of cleanupJonathan Bauer2017-10-201-96/+63Star
| | | | removed typeOf, use instanceof
* [VBox] improved download partVictor Mocanu2017-10-091-6/+7
| | | | | the getInstance of the VmMetaData class now delivers the right type of object the DiskImage class needs a way to return the type of image
* [VBox] added new uuid when downloading vm from serverVictor Mocanu2017-10-061-38/+34Star
| | | | uuid is now writen in the vdi too
* [VBox] working coppy in case further changes result in catastrophical failureVictor Mocanu2017-10-021-1/+16
|
* [VBox] changes to the VmWrapper class, it asks now for an VmMetaData child, ↵Victor Mocanu2017-09-211-2/+30
| | | | | | is not hard coded on VmxMetaData anymore
* [VBox] working coppy of VboxConfig class, children are removed but empty ↵Victor Mocanu2017-09-211-1/+9
| | | | lines take their place...working on that
* [VBox] changed and implemented the functionality of VboxConfig s.t. the ↵Victor Mocanu2017-08-081-30/+9Star
| | | | | | process of reading a .vbox file works and an config object is created
* [VBox] Added the VBoxConfig class and done some work on the VBoxMetaData classVictor Mocanu2017-06-221-6/+22
|
* [VBOX] restructured generic VmMetaData for comming VBox supportVictor Mocanu2017-05-221-2/+38
|
* [vmutil] Add .applySettingsForLocalEdit() that is intended to prepare ↵Simon Rettberg2016-10-051-0/+6
| | | | several options in the vm description for local editing
* [vm] Add .enableUsb(bool)Simon Rettberg2016-09-051-0/+2
|
* Fix NPESimon Rettberg2015-09-031-0/+2
|
* Extend vm metadata classesSimon Rettberg2015-09-021-2/+7
|
* Vm meta parser: Add virtualizer getter, change type of descriptionSimon Rettberg2015-07-231-1/+5
|
* Add classes for analyzing vm metadata filesSimon Rettberg2015-07-141-0/+125