inc.che.jarinspector
Class JarFileInfo

java.lang.Object
  extended byinc.che.jarinspector.JarFileInfo

public class JarFileInfo
extends java.lang.Object

@todo

Version:
$Id: JarFileInfo.java,v 1.1 2005/03/06 12:56:57 stevemcmee Exp $
Author:
Steve McMee <stevemcmee@sourceforge.net>

Nested Class Summary
static class JarFileInfo.JarFileInfoItem
           
static class JarFileInfo.JarFileInfoItemClassComparator
           
static class JarFileInfo.JarFileInfoItemJarComparator
           
 
Field Summary
static java.lang.String CVS_ID
          CVS ID of this file
 
Constructor Summary
JarFileInfo(java.io.File file)
           
JarFileInfo(java.util.jar.JarFile jarFile)
          Constructor
JarFileInfo(java.lang.String jarFilePath)
           
 
Method Summary
 java.util.Collection getAllItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_ID

public static final java.lang.String CVS_ID
CVS ID of this file

See Also:
Constant Field Values
Constructor Detail

JarFileInfo

public JarFileInfo(java.util.jar.JarFile jarFile)
Constructor


JarFileInfo

public JarFileInfo(java.io.File file)
            throws java.io.IOException

JarFileInfo

public JarFileInfo(java.lang.String jarFilePath)
            throws java.io.IOException
Method Detail

getAllItems

public java.util.Collection getAllItems()


Copyright © 2004-2005 Che Inc.. All Rights Reserved.