info.aduna.platform.support
Class MacOSXPlatform
java.lang.Object
info.aduna.platform.PlatformBase
info.aduna.platform.support.PosixPlatform
info.aduna.platform.support.MacOSXPlatform
- All Implemented Interfaces:
- Platform
public class MacOSXPlatform
- extends PosixPlatform
Platform implementation for Mac OS X platforms.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_DATA
public static final String APPLICATION_DATA
- See Also:
- Constant Field Values
MacOSXPlatform
public MacOSXPlatform()
getName
public String getName()
- Description copied from interface:
Platform
- Get a descriptive name for this platform.
- Specified by:
getName in interface Platform- Overrides:
getName in class PosixPlatform
getOSApplicationDataDir
public File getOSApplicationDataDir()
- Description copied from interface:
Platform
- Returns the operating system dependend application data dir.
- Specified by:
getOSApplicationDataDir in interface Platform- Overrides:
getOSApplicationDataDir in class PosixPlatform
dataDirPreserveCase
public boolean dataDirPreserveCase()
- Specified by:
dataDirPreserveCase in interface Platform- Overrides:
dataDirPreserveCase in class PosixPlatform
dataDirReplaceWhitespace
public boolean dataDirReplaceWhitespace()
- Specified by:
dataDirReplaceWhitespace in interface Platform- Overrides:
dataDirReplaceWhitespace in class PosixPlatform
Copyright © 1997-2008 Aduna. All Rights Reserved.