org.codehaus.mojo.gwt.shell
Class CSSMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.gwt.AbstractGwtMojo
org.codehaus.mojo.gwt.AbstractGwtModuleMojo
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
org.codehaus.mojo.gwt.shell.CSSMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, GwtModuleReader
public class CSSMojo
- extends AbstractGwtShellMojo
Creates CSS interfaces for css files.
Will use the utility tool provided in gwt sdk which create a corresponding Java interface for accessing
the classnames used in the file.
- Since:
- 2.1.0-1
- Author:
- Stale Undheim , olamy
- Is defined by the goal name:
- css
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo |
addClasspathElements, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getRemoteRepositories, resolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSMojo
public CSSMojo()
doExecute
public void doExecute()
throws MojoExecutionException,
MojoFailureException
- Specified by:
doExecute
in class AbstractGwtShellMojo
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2007-2012 Codehaus. All Rights Reserved.