added ttylinux

This commit is contained in:
Adrian Cole 2010-03-11 23:00:51 -08:00
parent 769ba19157
commit 40447696c7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import com.google.common.base.CaseFormat;
* @author Adrian Cole * @author Adrian Cole
*/ */
public enum OsFamily { public enum OsFamily {
CENTOS, RHEL, FEDORA, DEBIAN, UBUNTU, JEOS, ARCH, GENTOO, WINDOWS; CENTOS, RHEL, FEDORA, DEBIAN, UBUNTU, TTYLINUX, JEOS, ARCH, GENTOO, WINDOWS;
public String value() { public String value() {
return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_HYPHEN, name()); return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_HYPHEN, name());
} }