|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.batch.ClasspathLocation
org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory
public class ClasspathDirectory
Field Summary |
---|
Fields inherited from class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation |
---|
accessRuleSet, BINARY, destinationPath, SOURCE |
Fields inherited from interface org.eclipse.jdt.internal.compiler.util.SuffixConstants |
---|
EXTENSION_class, EXTENSION_CLASS, EXTENSION_java, EXTENSION_JAVA, SUFFIX_class, SUFFIX_CLASS, SUFFIX_java, SUFFIX_JAVA, SUFFIX_STRING_class, SUFFIX_STRING_CLASS, SUFFIX_STRING_java, SUFFIX_STRING_JAVA |
Method Summary | |
---|---|
List |
fetchLinkedJars(FileSystem.ClasspathSectionProblemReporter problemReporter)
Return a list of the jar file names defined in the Class-Path section of the jar file manifest if any, null else. |
NameEnvironmentAnswer |
findClass(char[] typeName,
String qualifiedPackageName,
String qualifiedBinaryFileName)
|
NameEnvironmentAnswer |
findClass(char[] typeName,
String qualifiedPackageName,
String qualifiedBinaryFileName,
boolean asBinaryOnly)
|
char[][][] |
findTypeNames(String qualifiedPackageName)
|
int |
getMode()
|
String |
getPath()
Return the path for file based classpath entries. |
void |
initialize()
Initialize the entry |
boolean |
isPackage(String qualifiedPackageName)
|
char[] |
normalizedPath()
Return a normalized path for file based classpath entries. |
void |
reset()
This method resets the environment. |
String |
toString()
|
Methods inherited from class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation |
---|
equals, fetchAccessRestriction, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List fetchLinkedJars(FileSystem.ClasspathSectionProblemReporter problemReporter)
FileSystem.Classpath
problemReporter
- problem reporter with which potential
misconfiguration issues are raised
public NameEnvironmentAnswer findClass(char[] typeName, String qualifiedPackageName, String qualifiedBinaryFileName)
public NameEnvironmentAnswer findClass(char[] typeName, String qualifiedPackageName, String qualifiedBinaryFileName, boolean asBinaryOnly)
public char[][][] findTypeNames(String qualifiedPackageName)
public void initialize() throws IOException
FileSystem.Classpath
IOException
public boolean isPackage(String qualifiedPackageName)
public void reset()
FileSystem.Classpath
public String toString()
toString
in class Object
public char[] normalizedPath()
FileSystem.Classpath
public String getPath()
FileSystem.Classpath
getPath
in interface FileSystem.Classpath
getPath
in class ClasspathLocation
public int getMode()
getMode
in class ClasspathLocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |