org.lesscss.mojo
Class AbstractLessCssMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.lesscss.mojo.AbstractLessCssMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CompileMojo, ListMojo
public abstract class AbstractLessCssMojo
- extends org.apache.maven.plugin.AbstractMojo
Abstract class which provides common configuration properties and methods.
- Author:
- Marcel Overdijk
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
buildContext
protected org.sonatype.plexus.build.incremental.BuildContext buildContext
sourceDirectory
protected File sourceDirectory
- The source directory containing the LESS sources.
includes
protected String[] includes
- List of files to include. Specified as fileset patterns which are relative to the source directory. Default value is: { "**\/*.less" }
excludes
protected String[] excludes
- List of files to exclude. Specified as fileset patterns which are relative to the source directory.
AbstractLessCssMojo
public AbstractLessCssMojo()
getIncludedFiles
protected String[] getIncludedFiles()
- Scans for the LESS sources that should be compiled.
- Returns:
- The list of LESS sources.
Copyright © 2012. All Rights Reserved.