org.eclipse.core.internal.resources
Class OS

java.lang.Object
  extended by org.eclipse.core.internal.resources.OS

public abstract class OS
extends java.lang.Object

Captures platform specific attributes relevant to the core resources plugin. This class is not intended to be instantiated.


Field Summary
static char[] INVALID_RESOURCE_CHARACTERS
           
static java.lang.String[] INVALID_RESOURCE_NAMES
           
 
Constructor Summary
OS()
           
 
Method Summary
static boolean isNameValid(java.lang.String name)
          Returns true if the given name is a valid resource name on this operating system, and false otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_RESOURCE_CHARACTERS

public static final char[] INVALID_RESOURCE_CHARACTERS

INVALID_RESOURCE_NAMES

public static final java.lang.String[] INVALID_RESOURCE_NAMES
Constructor Detail

OS

public OS()
Method Detail

isNameValid

public static boolean isNameValid(java.lang.String name)
Returns true if the given name is a valid resource name on this operating system, and false otherwise.