public class WindowsPlatform extends AbstractPlatform
Modifier and Type | Field and Description |
---|---|
static String |
ADUNA_APPLICATION_DATA
name of the app data subdirectory containing all RDF4J files *
|
static String |
APPLICATION_DATA
name of the directory containing application data
|
colonReplacement, logger, separatorReplacement, whitespaceReplacement
APPDATA_BASEDIR_PROPERTY, OLD_DATADIR_PROPERTY
Constructor and Description |
---|
WindowsPlatform() |
Modifier and Type | Method and Description |
---|---|
boolean |
dataDirPreserveCase()
Check if case is preserved
|
boolean |
dataDirReplaceColon()
Check if colon is replaced
|
boolean |
dataDirReplaceWhitespace()
Check if whitespace is replaced
|
String |
getCommandShell()
Returns appropriate command shell for the current windows shell.
|
String |
getName()
Returns the name of this windows platform.
|
File |
getOSApplicationDataDir()
Returns an application data directory in the "Application Data" user directory of Windows.
|
File |
getUserHome()
Returns the directory for the current user.
|
boolean |
isWin2000()
Deprecated.
|
boolean |
isWin2003()
Deprecated.
|
boolean |
isWin9x()
Deprecated.
|
boolean |
isWinNT()
Deprecated.
|
boolean |
isWinVista()
Deprecated.
|
boolean |
isWinXP()
Deprecated.
|
boolean |
warnsWhenOpeningExecutable()
Deprecated.
|
getApplicationDataDir, getApplicationDataDir, getOSApplicationDataDir, getRelativeApplicationDataDir, getRelativeApplicationDataDir
public static final String APPLICATION_DATA
public static final String ADUNA_APPLICATION_DATA
public String getName()
public File getUserHome()
Platform
getUserHome
in interface Platform
getUserHome
in class AbstractPlatform
public File getOSApplicationDataDir()
@Deprecated public boolean warnsWhenOpeningExecutable()
@Deprecated public boolean isWin9x()
@Deprecated public boolean isWinNT()
@Deprecated public boolean isWin2000()
@Deprecated public boolean isWinXP()
@Deprecated public boolean isWin2003()
@Deprecated public boolean isWinVista()
public String getCommandShell()
public boolean dataDirPreserveCase()
Platform
public boolean dataDirReplaceWhitespace()
Platform
public boolean dataDirReplaceColon()
Platform
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.