|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.internal.resources.OS
public abstract class OS
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 |
|---|
public static final char[] INVALID_RESOURCE_CHARACTERS
public static final java.lang.String[] INVALID_RESOURCE_NAMES
| Constructor Detail |
|---|
public OS()
| Method Detail |
|---|
public static boolean isNameValid(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||