com.intellij.openapi.projectRoots
Class ProjectRootType

java.lang.Object
  extended by com.intellij.openapi.projectRoots.ProjectRootType

public class ProjectRootType
extends java.lang.Object


Field Summary
static ProjectRootType[] ALL_TYPES
           
static ProjectRootType CLASS
           
static ProjectRootType EXCLUDE
          Deprecated.  
static ProjectRootType JAVADOC
           
static ProjectRootType PROJECT
          Deprecated.  
static ProjectRootType SOURCE
           
 
Method Summary
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS

public static final ProjectRootType CLASS

SOURCE

public static final ProjectRootType SOURCE

JAVADOC

public static final ProjectRootType JAVADOC

PROJECT

public static final ProjectRootType PROJECT
Deprecated. 

EXCLUDE

public static final ProjectRootType EXCLUDE
Deprecated. 

ALL_TYPES

public static final ProjectRootType[] ALL_TYPES
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getIndex

public int getIndex()