org.vafer.dependency.utils
Class Jar

java.lang.Object
  extended by org.vafer.dependency.utils.Jar

public class Jar
extends Object


Constructor Summary
Jar(File pFile, boolean pRelocate)
           
 
Method Summary
 File getFile()
           
 JarInputStream getInputStream()
           
 String getPrefix()
           
 String getRelocatePrefix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jar

public Jar(File pFile,
           boolean pRelocate)
    throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getRelocatePrefix

public String getRelocatePrefix()

getPrefix

public String getPrefix()

getFile

public File getFile()

getInputStream

public JarInputStream getInputStream()
                              throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.