it.eng.qbe.bo
Class JarFile

java.lang.Object
  extended by it.eng.qbe.bo.JarFile
Direct Known Subclasses:
DatamartJarFile, ViewJarFile

public class JarFile
extends java.lang.Object

The Class JarFile.

Author:
Andrea Gioia

Constructor Summary
JarFile(java.io.File file)
          Instantiates a new jar file.
 
Method Summary
 java.io.File getFile()
          Gets the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFile

public JarFile(java.io.File file)
Instantiates a new jar file.

Parameters:
file - the file
Method Detail

getFile

public java.io.File getFile()
Gets the file.

Returns:
the file