net.sf.tlc.core.impl
Class JarInspector

java.lang.Object
  extended bynet.sf.tlc.core.impl.JarInspector

public final class JarInspector
extends java.lang.Object

Used by DefaultFinder to inspect inside JARs to find potential targets.

Author:
aisrael

Method Summary
static Target[] listTargets(java.io.File jarFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

listTargets

public static Target[] listTargets(java.io.File jarFile)
                            throws java.io.IOException
Parameters:
jarFile - File
Returns:
Target[]
Throws:
java.io.IOException - on IOException


Copyright © 2005 TheLittleContainer. All Rights Reserved.