org.schmant.project.java
Class LibraryClasspathEntry

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

public class LibraryClasspathEntry
extends Object
implements JavaProjectClasspathEntry

A classpath entry that is a library file (a jar file).

Since:
0.5
Author:
Karl Gustafsson

Constructor Summary
LibraryClasspathEntry(Object o)
          Create the library classpath entry.
 
Method Summary
 boolean equals(Object o)
           
 Object getLibrary()
          Get the library file.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryClasspathEntry

public LibraryClasspathEntry(Object o)
Create the library classpath entry.

Parameters:
o - The library file.
Method Detail

getLibrary

public Object getLibrary()
Get the library file.

Returns:
The library file.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object