summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/VboxMetaData.java
Commit message (Collapse)AuthorAgeFilesLines
* [VBox] added new placeholder, improved the addUsb functionVictor Mocanu2017-12-191-11/+10Star
|
* [VBox] implemented the addfloppy methodVictor Mocanu2017-12-151-2/+31
|
* [VBox] removed todos added commentsVictor Mocanu2017-11-271-2/+1Star
|
* [VBox] removed todos and not used importsVictor Mocanu2017-11-241-2/+0Star
|
* [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-231-69/+32Star
| | | | improved exception handling and error messages
* [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-211-2/+32
| | | | | | 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-19/+50
|
* [VBox] improved and expanded the setters and getters for the enum typesVictor Mocanu2017-11-201-17/+42
| | | | removed debug messages
* [VBox] setter for the 3dacceleration works now, added new hardwareversion ↵Victor Mocanu2017-11-141-38/+32Star
| | | | enum type for virtualbox
* [VBox] new working coppyVictor Mocanu2017-11-021-27/+77
| | | | added new Javadocs, updated getters of VBoxMetaData still got TODOs
* [VBox] work in progress for the DropDownSelectWindow... everything was vmx ↵Victor Mocanu2017-10-261-5/+108
| | | | specific, made it more generic
* [VBox] changed comments to english, renamed some variablesVictor Mocanu2017-10-251-1/+2
|
* fix code formattingJonathan Bauer2017-10-241-60/+79
|
* formatting & first round of cleanupJonathan Bauer2017-10-201-93/+70Star
| | | | removed typeOf, use instanceof
* [VBox] improved download partVictor Mocanu2017-10-091-37/+24Star
| | | | | 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] improved the way the new uuid is written in the vdi fileVictor Mocanu2017-10-081-11/+35
|
* [VBox] added new uuid when downloading vm from serverVictor Mocanu2017-10-061-11/+60
| | | | uuid is now writen in the vdi too
* [VBox] improved the create new tag and insert attribute functionsVictor Mocanu2017-10-051-5/+7
| | | | added forgotten javadocs
* [VBox] working coppy in case further changes result in catastrophical failureVictor Mocanu2017-10-021-12/+32
|
* [VBox] changes to the VmWrapper class, it asks now for an VmMetaData child, ↵Victor Mocanu2017-09-211-11/+66
| | | | | | is not hard coded on VmxMetaData anymore
* [VBox] working coppy of VboxConfig class, children are removed but empty ↵Victor Mocanu2017-09-211-5/+11
| | | | lines take their place...working on that
* [VBox] changed and implemented the functionality of VboxConfig s.t. the ↵Victor Mocanu2017-08-081-174/+19Star
| | | | | | process of reading a .vbox file works and an config object is created
* [VBox] added handling for vdi filesVictor Mocanu2017-07-141-2/+1Star
|
* [VBox] added function to change atribute value of a given tagVictor Mocanu2017-07-141-2/+18
|
* [VBOX] exceptionhandling and added method to delete unwanted nodes in the ↵Victor Mocanu2017-07-121-0/+49
| | | | config file
* [VBox] Added the VBoxConfig class and done some work on the VBoxMetaData classVictor Mocanu2017-06-221-4/+134
|
* [VBOX] restructured generic VmMetaData for comming VBox supportVictor Mocanu2017-05-221-0/+45