org.lesscss.mojo
Class ListMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.lesscss.mojo.AbstractLessCssMojo
org.lesscss.mojo.ListMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ListMojo
- extends AbstractLessCssMojo
Goal which list the LESS sources and its imports.
- Author:
- Marcel Overdijk
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Execute the MOJO. |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListMojo
public ListMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Execute the MOJO.
- Throws:
org.apache.maven.plugin.MojoExecutionException - if something unexpected occurs.
Copyright © 2012. All Rights Reserved.