org.aspectj.org.eclipse.jdt.internal.core.builder
Class ClasspathMultiDirectory

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathLocation
      extended by org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathDirectory
          extended by org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathMultiDirectory

public class ClasspathMultiDirectory
extends ClasspathDirectory


Field Summary
 boolean ignoreOptionalProblems
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
protected  boolean isExcluded(IResource resource)
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathDirectory
cleanup, debugPathString, findClass, getProjectRelativePath, hashCode, isOutputFolder, isPackage, reset
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.builder.ClasspathLocation
forBinaryFolder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ignoreOptionalProblems

public boolean ignoreOptionalProblems
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class ClasspathDirectory

isExcluded

protected boolean isExcluded(IResource resource)
Overrides:
isExcluded in class ClasspathDirectory

toString

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