public class MacOSXPlatform extends PosixPlatform
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_DATA |
colonReplacement, logger, separatorReplacement, whitespaceReplacement
APPDATA_BASEDIR_PROPERTY, OLD_DATADIR_PROPERTY
Constructor and Description |
---|
MacOSXPlatform() |
Modifier and Type | Method and Description |
---|---|
boolean |
dataDirPreserveCase() |
boolean |
dataDirReplaceWhitespace() |
String |
getName()
Get a descriptive name for this platform.
|
File |
getOSApplicationDataDir()
Returns the operating system dependend application data dir.
|
dataDirReplaceColon
getApplicationDataDir, getApplicationDataDir, getOSApplicationDataDir, getRelativeApplicationDataDir, getRelativeApplicationDataDir, getUserHome
public static final String APPLICATION_DATA
public String getName()
Platform
getName
in interface Platform
getName
in class PosixPlatform
public File getOSApplicationDataDir()
Platform
getOSApplicationDataDir
in interface Platform
getOSApplicationDataDir
in class PosixPlatform
public boolean dataDirPreserveCase()
dataDirPreserveCase
in interface Platform
dataDirPreserveCase
in class PosixPlatform
public boolean dataDirReplaceWhitespace()
dataDirReplaceWhitespace
in interface Platform
dataDirReplaceWhitespace
in class PosixPlatform
Copyright © 2001-2016 Aduna. All Rights Reserved.