Class PosixGnomePlatform
java.lang.Object
org.eclipse.rdf4j.common.platform.AbstractPlatform
org.eclipse.rdf4j.common.platform.support.PosixPlatform
org.eclipse.rdf4j.common.platform.support.PosixGnomePlatform
- All Implemented Interfaces:
Platform
Platform implementation for gnome environments under UNIX.
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.platform.AbstractPlatform
colonReplacement, logger, separatorReplacement, whitespaceReplacement
Fields inherited from interface org.eclipse.rdf4j.common.platform.Platform
APPDATA_BASEDIR_PROPERTY, OLD_DATADIR_PROPERTY
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.common.platform.support.PosixPlatform
dataDirPreserveCase, dataDirReplaceColon, dataDirReplaceWhitespace, getOSApplicationDataDir
Methods inherited from class org.eclipse.rdf4j.common.platform.AbstractPlatform
getApplicationDataDir, getApplicationDataDir, getOSApplicationDataDir, getRelativeApplicationDataDir, getRelativeApplicationDataDir, getUserHome
-
Constructor Details
-
PosixGnomePlatform
public PosixGnomePlatform()
-
-
Method Details
-
getName
Description copied from interface:Platform
Get a descriptive name for this platform.- Specified by:
getName
in interfacePlatform
- Overrides:
getName
in classPosixPlatform
- Returns:
- name of the platform
-