public class HtmlGeneratorConfiguration extends Object
| Constructor and Description |
|---|
HtmlGeneratorConfiguration(ReporterType reporterType,
JasmineConfiguration configuration,
ScriptResolver scriptResolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCustomRunnerConfiguration() |
File |
getCustomRunnerTemplate() |
ReporterType |
getReporterType() |
String |
getRunnerTemplate() |
String |
getScriptLoaderPath() |
ScriptResolver |
getScriptResolver() |
String |
getSourceEncoding() |
String |
getSpecDirectoryName() |
SpecRunnerTemplate |
getSpecRunnerTemplate() |
String |
getSrcDirectoryName() |
int |
hashCode() |
String |
IOtoString(String defaultHtmlTemplatePath) |
String |
readFileToString(File customRunnerTemplate) |
void |
setIoUtilsWrapper(IOUtilsWrapper ioUtilsWrapper) |
public HtmlGeneratorConfiguration(ReporterType reporterType, JasmineConfiguration configuration, ScriptResolver scriptResolver) throws IOException
IOExceptionpublic String getSourceEncoding()
public ReporterType getReporterType()
public File getCustomRunnerTemplate()
public String readFileToString(File customRunnerTemplate) throws IOException
IOExceptionpublic String IOtoString(String defaultHtmlTemplatePath) throws IOException
IOExceptionpublic String getRunnerTemplate() throws IOException
IOExceptionpublic SpecRunnerTemplate getSpecRunnerTemplate()
public ScriptResolver getScriptResolver()
public String getCustomRunnerConfiguration() throws IOException
IOExceptionpublic void setIoUtilsWrapper(IOUtilsWrapper ioUtilsWrapper)
public String getScriptLoaderPath()
public String getSrcDirectoryName()
public String getSpecDirectoryName()
Copyright © 2013. All Rights Reserved.