Package org.jbehave.core.io.rest.mojo
Class AbstractFilesystemMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jbehave.core.io.rest.mojo.AbstractFilesystemMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
ExportFromFilesystemMojo,ImportToFilesystemMojo
public abstract class AbstractFilesystemMojo
extends org.apache.maven.plugin.AbstractMojo
Abstract mojo for filesystem import/export operations.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Constructor Details
-
AbstractFilesystemMojo
public AbstractFilesystemMojo()
-