Package org.codehaus.plexus.mainclass

Interface Summary
MainClass Interface representing the name and location of a class having a main method.
MainClassFinder Component that will scan a list of paths Files for classes containing a public static void main(String[] args) method.
 

Class Summary
AbstractMainClassFinder Abstract implementation of MainClassFinder handling all the directory and Jar scanning.
AsmMainClassFinder Implementation of {@link MainClassFinder) using ASM to inspect the class files.
 



Copyright © 2001-2009 Codehaus. All Rights Reserved.