summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/TConst.java
blob: 2ff902e5d11902f9ca585d949a4e50815a7ab1e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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";
	
}