org.lesscss.mojo
Class ListMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.lesscss.mojo.AbstractLessCssMojo
          extended by 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

Field Summary
 
Fields inherited from class org.lesscss.mojo.AbstractLessCssMojo
buildContext, excludes, includes, sourceDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ListMojo()
           
 
Method Summary
 void execute()
          Execute the MOJO.
 
Methods inherited from class org.lesscss.mojo.AbstractLessCssMojo
getIncludedFiles
 
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
 

Constructor Detail

ListMojo

public ListMojo()
Method Detail

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.