summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/TConst.java
blob: b7debba25a613d6ad3863d04a7193c64d55c00a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";
	public static final String VIRT_DOCKER = "docker";
	
}