de.saumya.mojo.rspec
Interface ScriptFactory
- All Known Implementing Classes:
- AbstractScriptFactory, RSpecScriptFactory, ShellScriptFactory
public interface ScriptFactory
setBaseDir
void setBaseDir(java.lang.String baseDir)
setOutputDir
void setOutputDir(java.io.File outputDir)
setSourceDir
void setSourceDir(java.lang.String sourceDir)
setReportPath
void setReportPath(java.lang.String reportPath)
setClasspathElements
void setClasspathElements(java.util.List<java.lang.String> classpathElements)
setSystemProperties
void setSystemProperties(java.util.Properties systemProperties)
getScript
java.lang.String getScript()
throws java.lang.Exception
- Throws:
java.lang.Exception
emit
void emit()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010. All Rights Reserved.