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()
Check if case is preserved
|
boolean |
dataDirReplaceWhitespace()
Check if whitespace is replaced
|
String |
getName()
Get a descriptive name for this platform.
|
File |
getOSApplicationDataDir()
Returns the operating system dependent application data directory.
|
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()
Platform
dataDirPreserveCase
in interface Platform
dataDirPreserveCase
in class PosixPlatform
public boolean dataDirReplaceWhitespace()
Platform
dataDirReplaceWhitespace
in interface Platform
dataDirReplaceWhitespace
in class PosixPlatform
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.