| |
|
| java.lang.Object org.netbeans.modules.projectimport.eclipse.ClassPathEntry
ClassPathEntry | final public class ClassPathEntry (Code) | | Represents one classpath entry of an Eclipse project's .classpath file.
author: mkrauskopf |
Inner Class :static class Type | |
TYPE_CONTAINER | final static Type TYPE_CONTAINER(Code) | | |
TYPE_EXTERNAL_LIBRARY | final static Type TYPE_EXTERNAL_LIBRARY(Code) | | |
TYPE_LIBRARY | final static Type TYPE_LIBRARY(Code) | | |
TYPE_LINK | final static Type TYPE_LINK(Code) | | |
TYPE_OUTPUT | final static Type TYPE_OUTPUT(Code) | | |
TYPE_PROJECT | final static Type TYPE_PROJECT(Code) | | |
TYPE_SOURCE | final static Type TYPE_SOURCE(Code) | | |
TYPE_UNKNOWN | final static Type TYPE_UNKNOWN(Code) | | |
TYPE_VARIABLE | final static Type TYPE_VARIABLE(Code) | | |
isRawPathRelative | boolean isRawPathRelative()(Code) | | |
setAbsolutePath | void setAbsolutePath(String absolutePath)(Code) | | |
|
|
|