Top Description Constructors Methods
org.python.core.util

public Class PlatformUtil

extends Object
Class Inheritance
Imports
jnr.posix.util.Platform

Methods for testing the platform/operating system that we are on.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static boolean

Returns:

True if the operating system we are on is case insensitive, where case insensitive means that a file that is stored as FOO can be accessed as (for example) FoO.
isCaseInsensitive
()

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

PlatformUtilback to summary
public PlatformUtil()

Method Detail

isCaseInsensitiveback to summary
public static boolean isCaseInsensitive()
Returns:boolean

True if the operating system we are on is case insensitive, where case insensitive means that a file that is stored as FOO can be accessed as (for example) FoO.