Package org.joinfaces.maven
Class ClasspathScanMojo
- java.lang.Object
- 
- org.apache.maven.plugin.AbstractMojo
- 
- org.joinfaces.maven.ClasspathScanMojo
 
 
- 
- All Implemented Interfaces:
- ContextEnabled,- Mojo
 
 @Mojo(name="classpath-scan", defaultPhase=PROCESS_CLASSES, requiresDependencyCollection=COMPILE_PLUS_RUNTIME, threadSafe=true) public class ClasspathScanMojo extends AbstractMojo Mojowhich performs a classpath scan usingClasspathScanner.
- 
- 
Constructor SummaryConstructors Constructor Description ClasspathScanMojo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()- 
Methods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
 
- 
 
- 
- 
- 
Method Detail- 
executepublic void execute() throws MojoExecutionException, MojoFailureException
 
- 
 
-