public abstract class AbstractXMindToSpecsMojo extends AbstractXMindMojo implements XMindToSpecsExtractor
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostPort |
protected File |
outputDirectory |
protected File |
outputDirectoryRoot |
protected String |
xmindpath |
wb| Constructor and Description |
|---|
AbstractXMindToSpecsMojo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupFolders(String startingFolder) |
void |
execute() |
void |
extractAll() |
static boolean |
findEmptyFoldersInDir(File folder,
List<File> emptyFolders) |
boolean |
topicHasMarker(ITopic itopic,
String markers) |
boolean |
topicOrParentHaveMarker(ITopic itopic,
String markers) |
getLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerateOverTopic@Parameter(defaultValue="${project.build.directory}",
property="outputDirRoot",
required=true)
protected File outputDirectoryRoot
@Parameter(defaultValue="src\\test\\resources",
property="outputDir",
required=true)
protected File outputDirectory
@Parameter(property="generateStoriesFromXMind.xmindpath",
defaultValue="tests.xmind")
protected String xmindpath
@Parameter(property="hostPortOfTarget",
defaultValue="")
protected String hostPort
public void extractAll()
throws IOException,
CoreException
extractAll in interface XMindToSpecsExtractorIOExceptionCoreExceptionpublic boolean topicOrParentHaveMarker(ITopic itopic,
String markers)
topicOrParentHaveMarker in interface XMindToSpecsExtractorpublic boolean topicHasMarker(ITopic itopic,
String markers)
public static void cleanupFolders(String startingFolder) throws FileNotFoundException
FileNotFoundExceptionpublic static boolean findEmptyFoldersInDir(File folder, List<File> emptyFolders)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2015. All rights reserved.