org.semanticdesktop.aperture.util
Class OSUtils
java.lang.Object
org.semanticdesktop.aperture.util.OSUtils
public abstract class OSUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSUtils
public OSUtils()
isWindows
public static boolean isWindows()
isMac
public static boolean isMac()
isLinux
public static boolean isLinux()
isMacOSXBundle
public static boolean isMacOSXBundle(File f)
- Checks if the given directory is a MacOS X bundle. This only makes sense on MaxOS X, and will always
return false on other OS.
Copyright © 2010 Aperture Development Team. All Rights Reserved.