Uses of Class
com.github.searls.jasmine.AbstractJasmineMojo

Packages that use AbstractJasmineMojo
com.github.searls.jasmine   
com.github.searls.jasmine.io.scripts   
com.github.searls.jasmine.runner   
com.github.searls.jasmine.server   
 

Uses of AbstractJasmineMojo in com.github.searls.jasmine
 

Subclasses of AbstractJasmineMojo in com.github.searls.jasmine
 class GenerateManualRunnerMojo
           
 class PreparePackageMojo
          Deprecated. "If you're using jasmine-maven-plugin to package your web assets, I strongly encourage you to migrate to WRO4j: http://code.google.com/p/wro4j/"
 class ProcessResourcesMojo
           
 class ProcessTestResourcesMojo
          TODO - this class really duplicates code from ProcessResourcesMojo at this point..
 class ServerMojo
           
 class TestMojo
           
 

Constructors in com.github.searls.jasmine with parameters of type AbstractJasmineMojo
CreatesManualRunner(AbstractJasmineMojo config)
           
ResourceHandlerConfigurator(AbstractJasmineMojo configuration, RelativizesFilePaths relativizesFilePaths)
           
 

Uses of AbstractJasmineMojo in com.github.searls.jasmine.io.scripts
 

Constructors in com.github.searls.jasmine.io.scripts with parameters of type AbstractJasmineMojo
TargetDirScriptResolver(AbstractJasmineMojo configuration)
           
 

Uses of AbstractJasmineMojo in com.github.searls.jasmine.runner
 

Methods in com.github.searls.jasmine.runner with parameters of type AbstractJasmineMojo
 SpecRunnerHtmlGenerator SpecRunnerHtmlGeneratorFactory.create(ReporterType trivialReporter, AbstractJasmineMojo config, ScriptResolver projectDirScripResolver)
           
 

Constructors in com.github.searls.jasmine.runner with parameters of type AbstractJasmineMojo
HtmlGeneratorConfiguration(ReporterType reporterType, AbstractJasmineMojo configuration, ScriptResolver scriptResolver)
           
 

Uses of AbstractJasmineMojo in com.github.searls.jasmine.server
 

Constructors in com.github.searls.jasmine.server with parameters of type AbstractJasmineMojo
JasmineResourceHandler(AbstractJasmineMojo config)
           
 



Copyright © 2012. All Rights Reserved.