de.saumya.mojo.rspec
Interface ScriptFactory
- All Known Implementing Classes:
- AbstractRSpecScriptFactory, AbstractScriptFactory, RSpec1ScriptFactory, RSpec2ScriptFactory, ShellScriptFactory
public interface ScriptFactory
setBaseDir
void setBaseDir(String baseDir)
setSummaryReport
void setSummaryReport(File summaryReport)
setOutputDir
void setOutputDir(File outputDir)
setSourceDir
void setSourceDir(String sourceDir)
setReportPath
void setReportPath(String reportPath)
setClasspathElements
void setClasspathElements(List<String> classpathElements)
setSystemProperties
void setSystemProperties(Properties systemProperties)
setGemHome
void setGemHome(File gemHome)
setGemPaths
void setGemPaths(File[] gemPaths)
getScriptFile
File getScriptFile()
getScript
String getScript()
throws Exception
- Throws:
Exception
emit
void emit()
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.