de.saumya.mojo.rspec
Class AbstractRSpecScriptFactory

java.lang.Object
  extended by de.saumya.mojo.rspec.AbstractScriptFactory
      extended by de.saumya.mojo.rspec.AbstractRSpecScriptFactory
All Implemented Interfaces:
ScriptFactory
Direct Known Subclasses:
RSpec1ScriptFactory, RSpec2ScriptFactory

public abstract class AbstractRSpecScriptFactory
extends AbstractScriptFactory


Field Summary
 
Fields inherited from class de.saumya.mojo.rspec.AbstractScriptFactory
baseDir, classpathElements, gemHome, gemPaths, outputDir, reportPath, sourceDir, summaryReport, systemProperties
 
Constructor Summary
AbstractRSpecScriptFactory()
           
 
Method Summary
protected abstract  java.lang.String getRSpecRunnerScript()
           
 java.lang.String getScript()
           
protected  java.lang.String getScriptName()
           
 
Methods inherited from class de.saumya.mojo.rspec.AbstractScriptFactory
emit, getScriptFile, setBaseDir, setClasspathElements, setGemHome, setGemPaths, setOutputDir, setReportPath, setSourceDir, setSummaryReport, setSystemProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRSpecScriptFactory

public AbstractRSpecScriptFactory()
Method Detail

getScript

public java.lang.String getScript()
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getRSpecRunnerScript

protected abstract java.lang.String getRSpecRunnerScript()

getScriptName

protected java.lang.String getScriptName()
Specified by:
getScriptName in class AbstractScriptFactory


Copyright © 2011. All Rights Reserved.