|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jbehave.mojo.AbstractEmbedderMojo
public abstract class AbstractEmbedderMojo
Abstract mojo that holds all the configuration parameters to specify and load stories.
| Nested Class Summary | |
|---|---|
protected class |
AbstractEmbedderMojo.MavenEmbedderMonitor
|
| Field Summary | |
|---|---|
protected String |
annotatedEmbedderRunnerClass
The annotated embedder runner class |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractEmbedderMojo()
|
|
| Method Summary | |
|---|---|
protected EmbedderClassLoader |
classLoader()
Returns the EmbedderClassLoader with the classpath element of the selected scope. |
protected List<String> |
classNames()
Finds class names, using the newStoryFinder(), in the
searchDirectory() given specified includes and
excludes. |
protected EmbedderControls |
embedderControls()
|
protected EmbedderMonitor |
embedderMonitor()
|
protected Embedder |
newEmbedder()
Creates an instance of Embedder, either using injectableEmbedderClass (if set) or defaulting to
embedderClass. |
protected StoryFinder |
newStoryFinder()
Creates an instance of StoryFinder, using the storyFinderClass |
protected List<String> |
storyPaths()
Finds story paths, using the newStoryFinder(), in the
searchDirectory() given specified includes and
excludes. |
| 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 |
| Field Detail |
|---|
protected String annotatedEmbedderRunnerClass
| Constructor Detail |
|---|
public AbstractEmbedderMojo()
| Method Detail |
|---|
protected EmbedderClassLoader classLoader()
protected List<String> storyPaths()
newStoryFinder(), in the
searchDirectory() given specified includes and
excludes.
protected List<String> classNames()
newStoryFinder(), in the
searchDirectory() given specified includes and
excludes.
protected StoryFinder newStoryFinder()
storyFinderClass
protected Embedder newEmbedder()
injectableEmbedderClass (if set) or defaulting to
embedderClass.
protected EmbedderMonitor embedderMonitor()
protected EmbedderControls embedderControls()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||