summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/thrifthelper')
-rw-r--r--src/main/java/org/openslx/thrifthelper/TConst.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/java/org/openslx/thrifthelper/TConst.java b/src/main/java/org/openslx/thrifthelper/TConst.java
new file mode 100644
index 0000000..2ff902e
--- /dev/null
+++ b/src/main/java/org/openslx/thrifthelper/TConst.java
@@ -0,0 +1,13 @@
+package org.openslx.thrifthelper;
+
+public class TConst
+{
+
+ /*
+ * Fort virtId in e.g. Virtualizer class, ImageBase etc.
+ */
+ public static final String VIRT_VMWARE = "vmware";
+ public static final String VIRT_VIRTUALBOX = "virtualbox";
+ public static final String VIRT_QEMU = "qemukvm";
+
+}