org.semanticdesktop.aperture.util
Class OSUtils

java.lang.Object
  extended by org.semanticdesktop.aperture.util.OSUtils

public abstract class OSUtils
extends Object


Constructor Summary
OSUtils()
           
 
Method Summary
static boolean isLinux()
           
static boolean isMac()
           
static boolean isMacOSXBundle(File f)
          Checks if the given directory is a MacOS X bundle.
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSUtils

public OSUtils()
Method Detail

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.