A B C D E F G H I J L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractGwtModuleMojo - Class in org.codehaus.mojo.gwt
-
Add support for GWT Modules.
- AbstractGwtModuleMojo() - Constructor for class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
- AbstractGwtMojo - Class in org.codehaus.mojo.gwt
-
Abstract Support class for all GWT-related operations.
- AbstractGwtMojo() - Constructor for class org.codehaus.mojo.gwt.AbstractGwtMojo
- AbstractGwtShellMojo - Class in org.codehaus.mojo.gwt.shell
-
Support running GWT SDK Tools as forked JVM with classpath set according to project source/resource directories and dependencies.
- AbstractGwtShellMojo() - Constructor for class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- AbstractGwtWebMojo - Class in org.codehaus.mojo.gwt.shell
- AbstractGwtWebMojo() - Constructor for class org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo
- AbstractThemeMojo - Class in com.vaadin.integration.maven
-
Abstract base class for theme compilation related Mojos.
- AbstractThemeMojo() - Constructor for class com.vaadin.integration.maven.AbstractThemeMojo
- addArgumentDeploy(JavaCommand) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- addArgumentGen(JavaCommand) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- addClasspathElements(Collection<?>, URL[], int) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Add classpath elements to a classpath URL set
- addClassPathProcessors(ClassPathProcessor) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- addCompileSourceArtifacts(JavaCommand) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
-
Add sources.jar artifacts for project dependencies listed as compileSourcesArtifacts.
- addCompileSourceRoot(File) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- addError(Test, Throwable) - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
-
An error occurred.
- addFailure(Test, AssertionFailedError) - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
-
A failure occurred.
- addPersistentUnitCache(JavaCommand) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- addResourcesWithActiveProjects(MavenProject, Collection<File>, String) - Method in class org.codehaus.mojo.gwt.ClasspathBuilder
-
Add all sources and resources also with active (maven reactor active) referenced project sources and resources.
- addSourcesWithActiveProjects(MavenProject, Collection<File>, String) - Method in class org.codehaus.mojo.gwt.ClasspathBuilder
-
Add all sources and resources also with active (maven reactor active) referenced project sources and resources.
- addToClasspath(File) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- addToClasspath(Collection<File>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- archiverManager - Variable in class org.codehaus.mojo.gwt.shell.RunMojo
-
To look up Archiver/UnArchiver implementations
- arg(boolean, String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- arg(String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- arg(String, String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- artifactFactory - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- artifactMetadataSource - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
B
- buildClasspathList(MavenProject, String, Set<Artifact>, boolean) - Method in class org.codehaus.mojo.gwt.ClasspathBuilder
-
Build classpath list using either gwtHome (if present) or using *project* dependencies.
C
- canGenerateReport() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- checkVaadinVersion() - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- checkVaadinVersion() - Method in class com.vaadin.integration.maven.CompileThemeMojo
- checkVaadinVersion() - Method in class com.vaadin.integration.maven.UpdateThemeMojo
- classpathBuilder - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- classpathBuilder - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
- ClasspathBuilder - Class in org.codehaus.mojo.gwt
-
Util to consolidate classpath manipulation stuff in one place.
- ClasspathBuilder() - Constructor for class org.codehaus.mojo.gwt.ClasspathBuilder
- ClasspathBuilderException - Exception in org.codehaus.mojo.gwt
- ClasspathBuilderException(String) - Constructor for exception org.codehaus.mojo.gwt.ClasspathBuilderException
- ClasspathBuilderException(String, Throwable) - Constructor for exception org.codehaus.mojo.gwt.ClasspathBuilderException
- ClassPathExplorer - Class in com.vaadin.integration.maven
-
Utility class to collect widgetset related information from classpath.
- ClassPathExplorer.LocationInfo - Class in com.vaadin.integration.maven
-
Contains information about widgetsets and themes found on the classpath
- ClassPathProcessor - Interface in org.codehaus.mojo.gwt.shell
- com.vaadin.integration.maven - package com.vaadin.integration.maven
- com.vaadin.vaadin_maven_plugin - package com.vaadin.vaadin_maven_plugin
- CompilationReportRenderer - Class in org.codehaus.mojo.gwt.reports
-
project compilation report renderer to display links to all modules report
- CompilationReportRenderer(Sink, List<GwtModule>, Log, boolean, String, boolean, I18N, Locale) - Constructor for class org.codehaus.mojo.gwt.reports.CompilationReportRenderer
- CompileMojo - Class in org.codehaus.mojo.gwt.shell
-
Invokes the GWT Compiler for the project source.
- CompileMojo() - Constructor for class org.codehaus.mojo.gwt.shell.CompileMojo
- CompileReport - Class in org.codehaus.mojo.gwt.reports
-
see http://code.google.com/webtoolkit/doc/latest/DevGuideCompileReport.html#Usage
- CompileReport() - Constructor for class org.codehaus.mojo.gwt.reports.CompileReport
- CompileThemeMojo - Class in com.vaadin.integration.maven
-
Updates Vaadin themes based on addons containing themes on the classpath.
- CompileThemeMojo() - Constructor for class com.vaadin.integration.maven.CompileThemeMojo
- configureThemeClasspath(JavaCommand, String) - Method in class com.vaadin.integration.maven.AbstractThemeMojo
-
Configure the classpath for theme update/compilation.
- createJavaCommand() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- createTestResult() - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
- createWidgetsetRequest() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
-
Create a CDN widgetset compilation request.
- CSSMojo - Class in org.codehaus.mojo.gwt.shell
-
Creates CSS interfaces for css files.
- CSSMojo() - Constructor for class org.codehaus.mojo.gwt.shell.CSSMojo
D
- DebugMojo - Class in org.codehaus.mojo.gwt.shell
-
Runs the project with a debugger port hook (optionally suspended).
- DebugMojo() - Constructor for class org.codehaus.mojo.gwt.shell.DebugMojo
- DefaultGwtModuleReader - Class in org.codehaus.mojo.gwt.utils
- DefaultGwtModuleReader(MavenProject, Log, ClasspathBuilder) - Constructor for class org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- doExecute() - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- doExecute() - Method in class com.vaadin.integration.maven.UpdateWidgetsetMojo
- doExecute() - Method in class com.vaadin.integration.maven.Vaadin8UpgradeMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.eclipse.EclipseTestMojo
-
Deprecated.
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.CompileMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.CSSMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.DebugMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.I18NMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.SuperDevModeMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.shell.TestMojo
- doExecute() - Method in class org.codehaus.mojo.gwt.webxml.MergeWebXmlMojo
- doRun(Test, boolean) - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
- doWithTest(File, String) - Method in interface org.codehaus.mojo.gwt.test.TestTemplate.CallBack
E
- EclipseMojo - Class in org.codehaus.mojo.gwt.eclipse
-
Goal which creates Eclipse lauch configurations for GWT modules.
- EclipseMojo() - Constructor for class org.codehaus.mojo.gwt.eclipse.EclipseMojo
- EclipseTestMojo - Class in org.codehaus.mojo.gwt.eclipse
-
Deprecated.use google eclipse plugin http://code.google.com/intl/fr-FR/eclipse/docs/users_guide.html
- EclipseTestMojo() - Constructor for class org.codehaus.mojo.gwt.eclipse.EclipseTestMojo
-
Deprecated.
- EclipseUtil - Class in org.codehaus.mojo.gwt.eclipse
- EclipseUtil() - Constructor for class org.codehaus.mojo.gwt.eclipse.EclipseUtil
- endTest(Test) - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
-
A test ended.
- environment(String, String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- equals(Object) - Method in class org.codehaus.mojo.gwt.GwtModule
- excludes - Variable in class org.codehaus.mojo.gwt.shell.TestMojo
-
Comma separated list of ant-style exclusion patterns for GWT integration tests
- execute() - Method in class com.vaadin.vaadin_maven_plugin.HelpMojo
- execute() - Method in class org.codehaus.mojo.gwt.eclipse.EclipseMojo
- execute() - Method in class org.codehaus.mojo.gwt.GenerateAsyncMojo
- execute() - Method in class org.codehaus.mojo.gwt.GwtCleanMojo
- execute() - Method in class org.codehaus.mojo.gwt.GwtResourcesMojo
- execute() - Method in class org.codehaus.mojo.gwt.GwtSourcesJarMojo
- execute() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- execute() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- executeReport(Locale) - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- ExitException - Exception in org.codehaus.mojo.gwt.webxml
- ExitException(String) - Constructor for exception org.codehaus.mojo.gwt.webxml.ExitException
-
Creates a new instance of ExitException
F
- findServlets(String, String, ClassLoader) - Method in class org.codehaus.mojo.gwt.webxml.ServletAnnotationFinder
- ForkedProcessExecutionException - Exception in org.codehaus.mojo.gwt.shell
- ForkedProcessExecutionException(Object, String, String) - Constructor for exception org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException
- ForkedProcessExecutionException(String) - Constructor for exception org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException
- ForkedProcessExecutionException(String, Exception) - Constructor for exception org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException
- ForkedProcessExecutionException(String, Throwable) - Constructor for exception org.codehaus.mojo.gwt.shell.ForkedProcessExecutionException
G
- GenerateAsyncMojo - Class in org.codehaus.mojo.gwt
-
Goal which generate Async interface.
- GenerateAsyncMojo() - Constructor for class org.codehaus.mojo.gwt.GenerateAsyncMojo
- getAddonStyles() - Method in class com.vaadin.integration.maven.ClassPathExplorer.LocationInfo
- getArgs() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getArtifact(String, String, String) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getAvailableWidgetSets(Map<String, URL>) - Static method in class com.vaadin.integration.maven.ClassPathExplorer
-
Finds the names and locations of widgetsets available on the class path.
- getAvailableWidgetSetsAndStylesheets(Map<String, URL>) - Static method in class com.vaadin.integration.maven.ClassPathExplorer
-
Finds the names and locations of widgetsets and themes available on the class path.
- getBuildDir() - Method in class org.codehaus.mojo.gwt.MavenProjectContext
- getCategoryName() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getClassName() - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- getClasspath() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getClasspath(String) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Build the GWT classpath for the specified scope
- getClasspath(String) - Method in class org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- getClassPathProcessors() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getDefaultSourceDirectory(List<String>) - Static method in class com.vaadin.integration.maven.ClassPathExplorer
-
Find and return the default source directory where to create new widgetsets.
- getDescription(Locale) - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getEntryPoints() - Method in class org.codehaus.mojo.gwt.GwtModule
- getEnv() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getExtraJvmArgs() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- getExtraJvmArgs() - Method in class org.codehaus.mojo.gwt.shell.CompileMojo
- getExtraJvmArgs() - Method in class org.codehaus.mojo.gwt.shell.DebugMojo
-
Override extraJVMArgs to append JVM debugger option
- getGenerateDirectory() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getGwtArgs() - Method in class org.codehaus.mojo.gwt.shell.TestMojo
- getGwtDevJar() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getGwtModules() - Method in class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
- getGwtModules() - Method in interface org.codehaus.mojo.gwt.GwtModuleReader
- getGwtModules() - Method in class org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- getGwtUserJar() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getI18nString(Locale, String) - Method in class org.codehaus.mojo.gwt.reports.CompilationReportRenderer
- getInherits() - Method in class org.codehaus.mojo.gwt.GwtModule
-
Build the set of inhertied modules.
- getJarAndDependencies(String) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getJvm() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- getJvm() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getJvmArgs() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getLocalRepository() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getLocalRepository() - Method in class org.codehaus.mojo.gwt.MavenProjectContext
- getLog() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getLogLevel() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- getMainClass() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getModules() - Method in class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
-
Return the configured modules or scan the project source/resources folder to find them
- getName() - Method in class org.codehaus.mojo.gwt.GwtModule
- getName() - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- getName(Locale) - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getOutputDirectory() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getOutputDirectory() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getOutputName() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getPackage() - Method in class org.codehaus.mojo.gwt.GwtModule
- getPath() - Method in class org.codehaus.mojo.gwt.GwtModule
- getPath() - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- getPort() - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- getProject() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getProject() - Method in class org.codehaus.mojo.gwt.MavenProjectContext
- getProject() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getProject() - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- getProject() - Method in class org.codehaus.mojo.gwt.shell.SuperDevModeMojo
- getProjectArtifacts() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getProjectName(MavenProject) - Method in class org.codehaus.mojo.gwt.eclipse.EclipseUtil
-
Read the Eclipse project name for .project file.
- getProjectRuntimeArtifacts() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getPublic() - Method in class org.codehaus.mojo.gwt.GwtModule
- getRawCommandLine(String, String[]) - Method in class org.codehaus.mojo.gwt.shell.JavaShell
- getRemoteRepositories() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- getRemoteRepositories() - Method in class org.codehaus.mojo.gwt.MavenProjectContext
- getServlets() - Method in class org.codehaus.mojo.gwt.GwtModule
- getServlets(String) - Method in class org.codehaus.mojo.gwt.GwtModule
- getSiteRenderer() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- getSourceFile() - Method in class org.codehaus.mojo.gwt.GwtModule
- getSources() - Method in class org.codehaus.mojo.gwt.GwtModule
- getStartupUrl() - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- getStyle() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- getSuperSources() - Method in class org.codehaus.mojo.gwt.GwtModule
- getSystemProperties() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getThemes() - Method in class com.vaadin.integration.maven.AbstractThemeMojo
-
Return the available themes in the project source/resources folder.
- getTimeOut() - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- getTitle() - Method in class org.codehaus.mojo.gwt.reports.CompilationReportRenderer
- getVaadinVersion() - Method in class com.vaadin.integration.maven.Vaadin8UpgradeMojo
- getWebXml() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo
- getWidgetsets() - Method in class com.vaadin.integration.maven.ClassPathExplorer.LocationInfo
- GWT_GROUP_ID - Static variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
GWT artifacts groupId
- GWT_MODULE_EXTENSION - Static variable in class com.vaadin.integration.maven.UpdateWidgetsetMojo
- GWT_MODULE_EXTENSION - Static variable in class org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- GwtCleanMojo - Class in org.codehaus.mojo.gwt
-
Cleanup the webapp directory for GWT module compilation output
- GwtCleanMojo() - Constructor for class org.codehaus.mojo.gwt.GwtCleanMojo
- GwtModule - Class in org.codehaus.mojo.gwt
- GwtModule(String, Xpp3Dom, GwtModuleReader) - Constructor for class org.codehaus.mojo.gwt.GwtModule
- GwtModuleReader - Interface in org.codehaus.mojo.gwt
- GwtModuleReaderException - Exception in org.codehaus.mojo.gwt.utils
- GwtModuleReaderException(String) - Constructor for exception org.codehaus.mojo.gwt.utils.GwtModuleReaderException
- GwtModuleReaderException(String, Throwable) - Constructor for exception org.codehaus.mojo.gwt.utils.GwtModuleReaderException
- GwtResourcesMojo - Class in org.codehaus.mojo.gwt
-
Copy GWT java source code and module descriptor as resources in the build outputDirectory.
- GwtResourcesMojo() - Constructor for class org.codehaus.mojo.gwt.GwtResourcesMojo
- gwtSdkFirstInClasspath - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Deprecated.tweak your dependencies and/or split your project with a client-only module
- GwtSourcesJarMojo - Class in org.codehaus.mojo.gwt
-
Add GWT java source code and module descriptor as resources to project jar.
- GwtSourcesJarMojo() - Constructor for class org.codehaus.mojo.gwt.GwtSourcesJarMojo
- GwtWebInfProcessor - Class in org.codehaus.mojo.gwt.webxml
- GwtWebInfProcessor() - Constructor for class org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor
H
- hashCode() - Method in class org.codehaus.mojo.gwt.GwtModule
- HelpMojo - Class in com.vaadin.vaadin_maven_plugin
-
Display help information on vaadin-maven-plugin.
Callmvn vaadin:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class com.vaadin.vaadin_maven_plugin.HelpMojo
I
- i18n - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
-
Internationalization component.
- I18NMojo - Class in org.codehaus.mojo.gwt.shell
-
Creates I18N interfaces for constants and messages files.
- I18NMojo() - Constructor for class org.codehaus.mojo.gwt.shell.I18NMojo
- includes - Variable in class org.codehaus.mojo.gwt.shell.TestMojo
-
Comma separated list of ant-style inclusion patterns for GWT integration tests.
- isAtLeastVaadinVersion(int, int) - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- isExternalReport() - Method in class org.codehaus.mojo.gwt.reports.CompileReport
- isGenerator() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Whether to use processed resources and compiled classes (
false), or raw resources (true). - isGenerator() - Method in class org.codehaus.mojo.gwt.GenerateAsyncMojo
- isGenerator() - Method in class org.codehaus.mojo.gwt.shell.CSSMojo
- isGenerator() - Method in class org.codehaus.mojo.gwt.shell.I18NMojo
- isGenerator() - Method in class org.codehaus.mojo.gwt.webxml.MergeWebXmlMojo
- isVaadin7() - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- isVaadin71() - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- isWebXmlServletPathAsIs() - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo
J
- JavaCommand - Class in org.codehaus.mojo.gwt.shell
- JavaCommand() - Constructor for class org.codehaus.mojo.gwt.shell.JavaCommand
- JavaCommandException - Exception in org.codehaus.mojo.gwt.shell
- JavaCommandException(String) - Constructor for exception org.codehaus.mojo.gwt.shell.JavaCommandException
- JavaCommandException(String, Throwable) - Constructor for exception org.codehaus.mojo.gwt.shell.JavaCommandException
- JavaShell - Class in org.codehaus.mojo.gwt.shell
-
plexus-util hack to run a command WITHOUT a shell see PLXUTILS-107
- JavaShell() - Constructor for class org.codehaus.mojo.gwt.shell.JavaShell
L
- localRepository - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- LocationInfo(Map<String, URL>, Map<String, URL>) - Constructor for class com.vaadin.integration.maven.ClassPathExplorer.LocationInfo
M
- main(String[]) - Static method in class org.codehaus.mojo.gwt.test.MavenTestRunner
-
entry point for runner in a dedicated JVM
- MavenProjectContext - Class in org.codehaus.mojo.gwt
- MavenProjectContext(MavenProject, ArtifactRepository, List<ArtifactRepository>) - Constructor for class org.codehaus.mojo.gwt.MavenProjectContext
- MavenTestRunner - Class in org.codehaus.mojo.gwt.test
-
Mostly a copy/paste of surefire TestListenerInvocationHandler
- MavenTestRunner() - Constructor for class org.codehaus.mojo.gwt.test.MavenTestRunner
- MergeWebXmlMojo - Class in org.codehaus.mojo.gwt.webxml
-
Merges GWT servlet elements into deployment descriptor (and non GWT servlets into shell).
- MergeWebXmlMojo() - Constructor for class org.codehaus.mojo.gwt.webxml.MergeWebXmlMojo
- modulePathPrefix - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Prefix to prepend to module names inside
webappDirectoryor in URLs in DevMode.
O
- org.codehaus.mojo.gwt - package org.codehaus.mojo.gwt
- org.codehaus.mojo.gwt.eclipse - package org.codehaus.mojo.gwt.eclipse
- org.codehaus.mojo.gwt.reports - package org.codehaus.mojo.gwt.reports
- org.codehaus.mojo.gwt.shell - package org.codehaus.mojo.gwt.shell
- org.codehaus.mojo.gwt.test - package org.codehaus.mojo.gwt.test
- org.codehaus.mojo.gwt.utils - package org.codehaus.mojo.gwt.utils
- org.codehaus.mojo.gwt.webxml - package org.codehaus.mojo.gwt.webxml
- outputDirectory - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
-
The output directory for the report.
P
- postProcessClassPath(Collection<File>) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
-
hook to post-process the dependency-based classpath
- postProcessClassPath(Collection<File>) - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- postProcessClassPath(Collection<File>) - Method in class org.codehaus.mojo.gwt.shell.TestMojo
- postProcessClassPath(List<File>) - Method in interface org.codehaus.mojo.gwt.shell.ClassPathProcessor
- prependToClasspath(Collection<File>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- process(File, File, Collection<ServletDescriptor>) - Method in class org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor
- process(File, Collection<ServletDescriptor>) - Method in class org.codehaus.mojo.gwt.webxml.GwtWebInfProcessor
- processTheme(String) - Method in class com.vaadin.integration.maven.AbstractThemeMojo
- processTheme(String) - Method in class com.vaadin.integration.maven.CompileThemeMojo
- processTheme(String) - Method in class com.vaadin.integration.maven.UpdateThemeMojo
- project - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
-
The Maven Project.
R
- readModule(String) - Method in class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
- readModule(String) - Method in interface org.codehaus.mojo.gwt.GwtModuleReader
- readModule(String) - Method in class org.codehaus.mojo.gwt.utils.DefaultGwtModuleReader
- remoteRepositories - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- renderBody() - Method in class org.codehaus.mojo.gwt.reports.CompilationReportRenderer
- reportingOutputDirectory - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
-
The output directory of the gwt compiler reports.
- resolve(String, String, String, String, String) - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- resolver - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- RunMojo - Class in org.codehaus.mojo.gwt.shell
-
Runs the project in the GWT (Classic or Super) Dev Mode for development.
- RunMojo() - Constructor for class org.codehaus.mojo.gwt.shell.RunMojo
S
- ServletAnnotationFinder - Class in org.codehaus.mojo.gwt.webxml
-
The goal is to find classed annotated with RemoteServiceRelativePath to generated
ServletDescriptor - ServletAnnotationFinder() - Constructor for class org.codehaus.mojo.gwt.webxml.ServletAnnotationFinder
- ServletDescriptor - Class in org.codehaus.mojo.gwt.webxml
- ServletDescriptor(String, String) - Constructor for class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- setAdditionalPageParameters(String) - Method in class org.codehaus.mojo.gwt.eclipse.EclipseMojo
- setArgs(List<String>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setClassName(String) - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- setClasspath(List<File>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setClassPathProcessors(List<ClassPathProcessor>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setEnv(Properties) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setExecutedProject(MavenProject) - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- setExecutedProject(MavenProject) - Method in class org.codehaus.mojo.gwt.shell.SuperDevModeMojo
- setJvm(String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setJvmArgs(List<String>) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setLog(Log) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setMainClass(String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setName(String) - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- setOut(StreamConsumer) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setPath(String) - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- setRunTimeOut(int) - Method in class org.codehaus.mojo.gwt.shell.RunMojo
- setSourceFile(File) - Method in class org.codehaus.mojo.gwt.GwtModule
- setSystemProperties(Properties) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setTestTimeOut(int) - Method in class org.codehaus.mojo.gwt.shell.TestMojo
- setTimeOut(int) - Method in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
- setTimeOut(int) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
- setupExplodedWar() - Method in class org.codehaus.mojo.gwt.eclipse.EclipseMojo
- setupGenerateDirectory() - Method in class org.codehaus.mojo.gwt.AbstractGwtMojo
- setupGeneratedWidgetsetDirectory() - Method in class com.vaadin.integration.maven.UpdateWidgetsetMojo
- siteRenderer - Variable in class org.codehaus.mojo.gwt.reports.CompileReport
-
Doxia Site Renderer component.
- startTest(Test) - Method in class org.codehaus.mojo.gwt.test.MavenTestRunner
-
A test started.
- SuperDevModeMojo - Class in org.codehaus.mojo.gwt.shell
-
Runs GWT modules with Super Dev Mode.
- SuperDevModeMojo() - Constructor for class org.codehaus.mojo.gwt.shell.SuperDevModeMojo
- systemProperty(String, String) - Method in class org.codehaus.mojo.gwt.shell.JavaCommand
T
- TestMojo - Class in org.codehaus.mojo.gwt.shell
-
Mimic surefire to run GWTTestCases during integration-test phase, until SUREFIRE-508 is fixed
- TestMojo() - Constructor for class org.codehaus.mojo.gwt.shell.TestMojo
- TestTemplate - Class in org.codehaus.mojo.gwt.test
- TestTemplate(MavenProject, String, String, TestTemplate.CallBack) - Constructor for class org.codehaus.mojo.gwt.test.TestTemplate
- TestTemplate.CallBack - Interface in org.codehaus.mojo.gwt.test
-
Callback to do something with a test
- THEME_COMPILE_CLASS - Static variable in class com.vaadin.integration.maven.CompileThemeMojo
- THEME_UPDATE_CLASS - Static variable in class com.vaadin.integration.maven.UpdateThemeMojo
- toString() - Method in class org.codehaus.mojo.gwt.webxml.ServletDescriptor
- triggerCdnBuild(WidgetSetRequest, File, boolean) - Method in class com.vaadin.integration.maven.UpdateWidgetsetMojo
-
Create an appropriate widgetset info class and start the build of the widgetset.
U
- UpdateThemeMojo - Class in com.vaadin.integration.maven
-
Updates Vaadin themes based on addons containing themes on the classpath.
- UpdateThemeMojo() - Constructor for class com.vaadin.integration.maven.UpdateThemeMojo
- UpdateWidgetsetMojo - Class in com.vaadin.integration.maven
-
Updates Vaadin widgetsets based on other widgetset packages on the classpath.
- UpdateWidgetsetMojo() - Constructor for class com.vaadin.integration.maven.UpdateWidgetsetMojo
V
- VAADIN_GROUP_ID - Static variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
- Vaadin8UpgradeMojo - Class in com.vaadin.integration.maven
-
Updates Vaadin 7 class imports to their corresponding compatibility imports in a Vaadin 8 project.
- Vaadin8UpgradeMojo() - Constructor for class com.vaadin.integration.maven.Vaadin8UpgradeMojo
W
- warSourceDirectory - Variable in class org.codehaus.mojo.gwt.AbstractGwtMojo
-
Location of the web application static resources (same as maven-war-plugin parameter)
- WIDGETSET_BUILDER_CLASS - Static variable in class com.vaadin.integration.maven.UpdateWidgetsetMojo
- widgetsetMode - Variable in class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
-
The widgetset compilation mode (local / fetch from CDN / CDN only).
All Classes All Packages