nl.beesting.beangenerator.locators.methodlocators
Class Entry

java.lang.Object
  extended by nl.beesting.beangenerator.locators.methodlocators.Entry

public class Entry
extends java.lang.Object


Constructor Summary
Entry(java.io.File file)
           
 
Method Summary
 void closeJarFile()
           
 boolean equals(java.lang.Object obj)
          
 java.io.File getJarFile()
           
 int hashCode()
          
 java.util.jar.JarFile openJarFile()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry(java.io.File file)
      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getJarFile

public java.io.File getJarFile()

openJarFile

public java.util.jar.JarFile openJarFile()
                                  throws java.io.IOException
Throws:
java.io.IOException

closeJarFile

public void closeJarFile()

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.