public abstract class AbstractEmbedderMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractEmbedderMojo.MavenEmbedderMonitor |
| Constructor and Description |
|---|
AbstractEmbedderMojo() |
| Modifier and Type | Method and Description |
|---|---|
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. |
getLog, getPluginContext, setLog, setPluginContextprotected 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()
storyFinderClassprotected Embedder newEmbedder()
injectableEmbedderClass (if set) or defaulting to
embedderClass.protected EmbedderMonitor embedderMonitor()
protected EmbedderControls embedderControls()
Copyright © 2003-2013. All Rights Reserved.