Uses of Interface
org.eclipse.rdf4j.common.platform.Platform
-
Packages that use Platform Package Description org.eclipse.rdf4j.common.platform org.eclipse.rdf4j.common.platform.support -
-
Uses of Platform in org.eclipse.rdf4j.common.platform
Classes in org.eclipse.rdf4j.common.platform that implement Platform Modifier and Type Class Description class
AbstractPlatform
Utility base class for Platform implementations.class
DefaultPlatform
class
PlatformBase
Deprecated.since 4.0.Fields in org.eclipse.rdf4j.common.platform declared as Platform Modifier and Type Field Description Platform
PlatformFactory. platform
Methods in org.eclipse.rdf4j.common.platform that return Platform Modifier and Type Method Description static Platform
PlatformFactory. getPlatform()
Returns the Platform instance corresponding with the current platform. -
Uses of Platform in org.eclipse.rdf4j.common.platform.support
Classes in org.eclipse.rdf4j.common.platform.support that implement Platform Modifier and Type Class Description class
MacOSXPlatform
Platform implementation for Mac OS X platforms.class
PosixGnomePlatform
Platform implementation for gnome environments under UNIX.class
PosixKDEPlatform
Platform implementation for KDE environments under UNIX.class
PosixPlatform
Platform implementation for *nix platforms.class
WindowsPlatform
Platform implementation for MS-Windows
-