Package com.vaadin.uitest.maven
Class ParseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.uitest.maven.BaseMojo
com.vaadin.uitest.maven.ParseMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="parse",
defaultPhase=PROCESS_SOURCES,
requiresDependencyResolution=TEST)
public class ParseMojo
extends BaseMojo
-
Field Summary
Fields inherited from class com.vaadin.uitest.maven.BaseMojo
parallel, plugin, project, sourceDir, targetDirFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected voidmergeWithPreviousModel(com.vaadin.uitest.model.UiModel model, com.vaadin.uitest.model.UiModel omodel) Methods inherited from class com.vaadin.uitest.maven.BaseMojo
prepareClassPathMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ParseMojo
public ParseMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
mergeWithPreviousModel
protected void mergeWithPreviousModel(com.vaadin.uitest.model.UiModel model, com.vaadin.uitest.model.UiModel omodel)
-