Class WindowsPlatform

  • All Implemented Interfaces:
    Platform

    public class WindowsPlatform
    extends AbstractPlatform
    Platform implementation for all Windows' platforms.
    • Field Detail

      • APPLICATION_DATA

        public static final String APPLICATION_DATA
        name of the directory containing application data
        See Also:
        Constant Field Values
      • ADUNA_APPLICATION_DATA

        public static final String ADUNA_APPLICATION_DATA
        name of the app data subdirectory containing all RDF4J files *
        See Also:
        Constant Field Values
    • Constructor Detail

      • WindowsPlatform

        public WindowsPlatform()
    • Method Detail

      • getName

        public String getName()
        Returns the name of this windows platform.
        Returns:
        name of the platform
      • getOSApplicationDataDir

        public File getOSApplicationDataDir()
        Returns an application data directory in the "Application Data" user directory of Windows.
        Returns:
        directory
      • warnsWhenOpeningExecutable

        @Deprecated
        public boolean warnsWhenOpeningExecutable()
        Deprecated.
        Warns when the platform is not a Windows 9x, NT or 2000 platform.
        Returns:
        true when not Win9x/NT/2000
      • isWin9x

        @Deprecated
        public boolean isWin9x()
        Deprecated.
        Check whether this is windows 9x, or windows NT and higher.
        Returns:
        true when Win9x or higher
      • isWinNT

        @Deprecated
        public boolean isWinNT()
        Deprecated.
        Check whether this is an Windows NT environment.
        Returns:
        true when WinNT
      • isWin2000

        @Deprecated
        public boolean isWin2000()
        Deprecated.
        Check whether this is an Windows 2000 environment.
        Returns:
        true when Win2000
      • isWinXP

        @Deprecated
        public boolean isWinXP()
        Deprecated.
        Check whether this is an Windows XP environment.
        Returns:
        true wen WinXP
      • isWin2003

        @Deprecated
        public boolean isWin2003()
        Deprecated.
        Check whether this is an Windows 2003 environment.
        Returns:
        true when Win2003
      • isWinVista

        @Deprecated
        public boolean isWinVista()
        Deprecated.
        Check whether this is an Windows Vista environment.
        Returns:
        true when Vista
      • getCommandShell

        public String getCommandShell()
        Returns appropriate command shell for the current windows shell.
        Returns:
        name of the command shell
      • dataDirPreserveCase

        public boolean dataDirPreserveCase()
        Description copied from interface: Platform
        Check if case is preserved
        Returns:
        boolean
      • dataDirReplaceWhitespace

        public boolean dataDirReplaceWhitespace()
        Description copied from interface: Platform
        Check if whitespace is replaced
        Returns:
        boolean
      • dataDirReplaceColon

        public boolean dataDirReplaceColon()
        Description copied from interface: Platform
        Check if colon is replaced
        Returns:
        boolean