org.schmant.project.java
Class ClassDirectoryClasspathEntry

java.lang.Object
  extended by org.schmant.project.java.ClassDirectoryClasspathEntry
All Implemented Interfaces:
JavaProjectClasspathEntry

public class ClassDirectoryClasspathEntry
extends Object
implements JavaProjectClasspathEntry

This is a classpath entry that represents the root directory of a class file directory tree.

Since:
0.7.1
Author:
Karl Gustafsson

Constructor Summary
ClassDirectoryClasspathEntry(Object rootDir)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getRootDirectory()
          Get the root directory of the class file tree.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDirectoryClasspathEntry

public ClassDirectoryClasspathEntry(Object rootDir)
Method Detail

getRootDirectory

public Object getRootDirectory()
Get the root directory of the class file tree.

Returns:
The root directory of the class file tree.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object