A B C D E F G H I J M O P S T

A

AbstractBaseJstoolsReport - Class in gr.abiss.mvn.plugins.jstools
 
AbstractBaseJstoolsReport() - Constructor for class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
 
allowedExtentions - Variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
init-param accepting a whitespace-seperated list of allowed file extentions.
archiverManager - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: To look up Archiver/UnArchiver implementations

B

baseDir - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: The base directory.
basePath - Variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
init-param for the filter's base mapping path.
buildDir - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: The build directory.

C

cache - Static variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
The Javascript resources cache, used for binrary resources or when client does not support a GZIPed response
caseSensitive - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Whether the file selection patterns should be case sensitive.
ClasspathResourceDiscoveryException - Exception in gr.abiss.mvn.plugins.jstools.utils
 
ClasspathResourceDiscoveryException() - Constructor for exception gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceDiscoveryException
 
ClasspathResourceDiscoveryException(String) - Constructor for exception gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceDiscoveryException
 
ClasspathResourceDiscoveryException(String, Throwable) - Constructor for exception gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceDiscoveryException
 
ClasspathResourceUtils - Class in gr.abiss.mvn.plugins.jstools.utils
Utility class to load classpath resources
ClasspathResourceUtils() - Constructor for class gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceUtils
 

D

deleteDirectory(File) - Static method in class gr.abiss.mvn.plugins.jstools.utils.FileSystemDirectoryUtils
 
destroy() - Method in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
Clean up by doing nothing :-)
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
 
doGenerateReport(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Subclasses must implement this method instead of org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
doGenerateReport(Locale) - Method in class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
Generate an ECMAUnit based unit tests page
doGenerateReport(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsDocMojo
Use JSDoc to generate Javascript API documentation
doGenerateReport(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsLintMojo
Use JSLint to generate a code analysis report

E

EcmaUnitMojo - Class in gr.abiss.mvn.plugins.jstools
Goal to generate an unit testing report based on ECMAUnit (not available yet)
EcmaUnitMojo() - Constructor for class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
 
enableGzip - Variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
init-param to control whether to send textual GZIPed textual content to increase HTTP performance.
excludes - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
The excluded files pattern.
executeReport(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Call the subclass implementations of setUp(java.util.Locale), doGenerateReport(java.util.Locale) and tearDown(java.util.Locale)

F

FileSystemDirectoryUtils - Class in gr.abiss.mvn.plugins.jstools.utils
 
FileSystemDirectoryUtils() - Constructor for class gr.abiss.mvn.plugins.jstools.utils.FileSystemDirectoryUtils
 

G

getBundle(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Loads the locale dependent mojo configuration
getBundleKey() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
 
getBundleKey() - Method in class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
 
getBundleKey() - Method in class gr.abiss.mvn.plugins.jstools.JsDocMojo
 
getBundleKey() - Method in class gr.abiss.mvn.plugins.jstools.JsLintMojo
 
getDescription(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
getFileAsString(String) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
 
getJavaScriptFiles() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Get the list of JavaScript source files for this project
getMimeTypeFromFileExtention(String) - Method in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
Get the MIME type for the given file extention
getName(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
getOutputDirectory() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
 
getOutputName() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
 
getProject() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
getResourceAsStream(String) - Static method in class gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceUtils
Get the content of the classpath resource as an InputStream.
getResourceAsStringOrNull(String) - Static method in class gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceUtils
Get the content of the text-based classpath resource as a String.
getResourceBytesOrNull(String) - Static method in class gr.abiss.mvn.plugins.jstools.utils.ClasspathResourceUtils
Get the content of the classpath resource as an InputStream.
getSiteRenderer() - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
gr.abiss.mvn.plugins.jstools - package gr.abiss.mvn.plugins.jstools
 
gr.abiss.mvn.plugins.jstools.utils - package gr.abiss.mvn.plugins.jstools.utils
 
gr.abiss.mvn.plugins.jstools.web - package gr.abiss.mvn.plugins.jstools.web
 
gzipedCache - Static variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
The Javascript GZIPed resources cache, used for non-binary resources when client supports it

H

helper - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: A Project Helper instance.

I

includes - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
The include pattern used to select javascript files for processing.
init(FilterConfig) - Method in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
Initialize and configure based on any init parameters available
isExternalReport() - Method in class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
 
isExternalReport() - Method in class gr.abiss.mvn.plugins.jstools.JsDocMojo
 
isExternalReport() - Method in class gr.abiss.mvn.plugins.jstools.JsLintMojo
 

J

JavascriptDependencyFilter - Class in gr.abiss.mvn.plugins.jstools.web
A Servlet Filter that loads Javascript files or other static resources from the runtime classpath and uses them to build an HTTP response.
JavascriptDependencyFilter() - Constructor for class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
 
JsDocMojo - Class in gr.abiss.mvn.plugins.jstools
Goal to generate JavaScript documentation using the JSDoc Toolkit
JsDocMojo() - Constructor for class gr.abiss.mvn.plugins.jstools.JsDocMojo
 
JsLintMojo - Class in gr.abiss.mvn.plugins.jstools
Goal to generate JavaScript coverage reports using JSLint
JsLintMojo() - Constructor for class gr.abiss.mvn.plugins.jstools.JsLintMojo
 

M

MIME_TYPE_MAPPINGS - Static variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
The knwon MIME types map for this filter (file extention, MIME type)

O

outputBaseDirectory - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
The output directory.

P

project - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: The Project descriptor.

S

send404 - Variable in class gr.abiss.mvn.plugins.jstools.web.JavascriptDependencyFilter
init-param to control whether to send an HTTP 404 ("not found") code or let go of the filter chain to the application in case the requested resource cannot be found.
setUp(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Perform any required initialization
setUp(Locale) - Method in class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
Setup the plugin's internal ECMAUnit version if no other is provided
setUp(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsDocMojo
Setup the plugin's internal JSDoc Toolkit version if no other is provided
setUp(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsLintMojo
Setup the plugin's internal JSLint version
siteRenderer - Variable in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Maven Internal: The Doxia Site Renderer.

T

tearDown(Locale) - Method in class gr.abiss.mvn.plugins.jstools.AbstractBaseJstoolsReport
Perform any required cleanup
tearDown(Locale) - Method in class gr.abiss.mvn.plugins.jstools.EcmaUnitMojo
Does nothing
tearDown(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsDocMojo
Does nothing
tearDown(Locale) - Method in class gr.abiss.mvn.plugins.jstools.JsLintMojo
Tear down the plugin's internal JSLint version

A B C D E F G H I J M O P S T
© 2007-2007 Abiss.gr