org.schmant.project.java
Class LibraryClasspathEntry
java.lang.Object
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
LibraryClasspathEntry
public LibraryClasspathEntry(Object o)
- Create the library classpath entry.
- Parameters:
o
- The library file.
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