Index

A B C D E F G H I J L M O P R S T U V W Z 
All Classes All Packages

A

AbstractBaseMojo - Class in com.isomorphic.maven.mojo
 
AbstractBaseMojo() - Constructor for class com.isomorphic.maven.mojo.AbstractBaseMojo
 
AbstractPackagerMojo - Class in com.isomorphic.maven.mojo
A base class meant to deal with prerequisites to install / deploy goals, which are basically to resolve the files in a given distribution to a collection of Maven artifacts suitable for installation or deployment to some Maven repository.
AbstractPackagerMojo() - Constructor for class com.isomorphic.maven.mojo.AbstractPackagerMojo
 
accept(String) - Method in class com.isomorphic.maven.util.AntPathMatcherFilter
Returns false if path matches any exclusion, otherwise evaluates each inclusion ti see whether any of them match and returns true if so.
afterWrite(int) - Method in class com.isomorphic.maven.util.LoggingCountingOutputStream
 
ANALYTICS_MODULE - com.isomorphic.maven.packaging.License
 
AntPathMatcherFilter - Class in com.isomorphic.maven.util
Provides a mechanism to see whether or not a String path is matched by one or more ant-style patterns.
AntPathMatcherFilter() - Constructor for class com.isomorphic.maven.util.AntPathMatcherFilter
Default constructor whose behavior is to include all files.
AntPathMatcherFilter(String, String) - Constructor for class com.isomorphic.maven.util.AntPathMatcherFilter
Allows the specification of one or more patterns for inclusion and/or exclusion.
AntProjectLogger - Class in com.isomorphic.maven.util
 
AntProjectLogger(Project) - Constructor for class com.isomorphic.maven.util.AntProjectLogger
 
ArchiveUtils - Class in com.isomorphic.maven.util
A collection of static utilities useful for working with JAR/ZIP archives.
ArchiveUtils() - Constructor for class com.isomorphic.maven.util.ArchiveUtils
 
artifactResolver - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
attach(File, String) - Method in class com.isomorphic.maven.packaging.Module
Convenience method for attaching SubArtifacts to this Artifact.

B

buildDate - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
The date on which the Isomorphic build was made publicly available at http://www.smartclient.com/builds /, in yyyy-MM-dd format.
buildNumber - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
The Isomorphic version number of the specified AbstractPackagerMojo.product.

C

com.isomorphic.maven.mojo - package com.isomorphic.maven.mojo
 
com.isomorphic.maven.mojo.reify - package com.isomorphic.maven.mojo.reify
 
com.isomorphic.maven.packaging - package com.isomorphic.maven.packaging
 
com.isomorphic.maven.util - package com.isomorphic.maven.util
 
compareTo(Module) - Method in class com.isomorphic.maven.packaging.Module
 
copy() - Method in class com.isomorphic.maven.util.AntPathMatcherFilter
Copies this object's inclusions and exclusions to a new instance.
copyToLatestFolder - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, makes a copy of the given distribution in a 'latest' subdirectory.

D

dataSourcesDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory, relative to ImportMojo.webappDir), in which your project's working datasources (i.e., other than mocks) reside.
dataSourcesDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
debug(CharSequence) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
debug(CharSequence, Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
debug(Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
DeployMojo - Class in com.isomorphic.maven.mojo
Deploys a collection of Modules to the Maven repository location indicated by the given DeployMojo.repositoryUrl property.
DeployMojo() - Constructor for class com.isomorphic.maven.mojo.DeployMojo
 
Distribution - Class in com.isomorphic.maven.packaging
Models both the location/filenames of remote SDK bundles and their contents.
doExecute(Set<Module>) - Method in class com.isomorphic.maven.mojo.AbstractPackagerMojo
The point where a subclass is able to manipulate the collection of artifacts prepared for it by this object's AbstractPackagerMojo.execute() method.
doExecute(Set<Module>) - Method in class com.isomorphic.maven.mojo.DeployMojo
Deploy each of the provided Modules, along with their SubArtifacts (POMs, JavaDoc bundle, etc.), to the repository location indicated by DeployMojo.repositoryUrl.
doExecute(Set<Module>) - Method in class com.isomorphic.maven.mojo.DownloadMojo
 
doExecute(Set<Module>) - Method in class com.isomorphic.maven.mojo.InstallMojo
Install each of the provided Modules, along with their SubArtifacts (POMs, JavaDoc bundle, etc.), to a local repository.
DownloadMojo - Class in com.isomorphic.maven.mojo
Downloads and unpacks a given distribution, but does not actually do anything with the resulting Maven artifacts.
DownloadMojo() - Constructor for class com.isomorphic.maven.mojo.DownloadMojo
 
Downloads - Class in com.isomorphic.maven.packaging
Connects to Isomorphic site, discovers which files exist for a given build, and downloads them to local file system.
Downloads(HttpRequestManager) - Constructor for class com.isomorphic.maven.packaging.Downloads
Constructor taking the request manager used to communicate with smartclient.com.
drawOnWelcomeFiles - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
Like ImportMojo.modifyWelcomeFiles, except this variant will draw the project's first screen when all of its screens have been loaded.
drawOnWelcomeFiles - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 

E

ENTERPRISE - com.isomorphic.maven.packaging.License
 
equals(Object) - Method in class com.isomorphic.maven.packaging.Module
 
error(CharSequence) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
error(CharSequence, Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
error(Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
EVAL - com.isomorphic.maven.packaging.License
 
exclude(String) - Method in class com.isomorphic.maven.util.AntPathMatcherFilter
Add the given patterns to the current list of exclusions.
execute() - Method in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
execute() - Method in class com.isomorphic.maven.mojo.AbstractPackagerMojo
Provides some initialization and validation steps around the collection and transformation of an Isomorphic SDK.
execute() - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
After ensuring there are no local modifications (unless otherwise configured), downloads and installs Reify project contents to the local project environment.
execute() - Method in class com.isomorphic.maven.mojo.reify.ImportTask
 
execute() - Method in class com.isomorphic.maven.mojo.reify.ValidateMojo
 
execute() - Method in class com.isomorphic.maven.mojo.reify.ValidateTask
 
execute(HttpRequestBase) - Method in class com.isomorphic.maven.util.HttpRequestManager
 

F

fetch(Product, String, String, License...) - Method in class com.isomorphic.maven.packaging.Downloads
Retrieves a Distribution instance for each of the given licenses, downloads files if necessary, and links the local file to the distribution.
findCurrentBuild(Distribution, String) - Method in class com.isomorphic.maven.packaging.Downloads
 

G

get(Product, License) - Static method in class com.isomorphic.maven.packaging.Distribution
Returns a fully-prepared Distribution instance representing an Isomorphic build, suitable for invoking download or repackaging operations against SDK bundles and their contents.
getArtifactId() - Method in class com.isomorphic.maven.packaging.Module
 
getAttachments() - Method in class com.isomorphic.maven.packaging.Module
 
getAuthentication(String) - Method in class com.isomorphic.maven.mojo.AbstractBaseMojo
Returns user credentials for the server with the given id, as kept in Maven settings.
getClassifier() - Method in class com.isomorphic.maven.packaging.Module
 
getCredentials(String) - Method in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
getExtension() - Method in class com.isomorphic.maven.packaging.Module
 
getFile() - Method in class com.isomorphic.maven.packaging.Module
 
getFiles() - Method in class com.isomorphic.maven.packaging.Distribution
Returns the set of files that were (at one time or another) downloaded from smartclient.com, usually compressed .zip or .jar files.
getGroupId() - Method in class com.isomorphic.maven.packaging.Module
 
getHostName() - Method in class com.isomorphic.maven.util.HttpRequestManager
 
getLabel() - Method in enum com.isomorphic.maven.packaging.License
 
getLabel() - Method in enum com.isomorphic.maven.packaging.Product
 
getName() - Method in enum com.isomorphic.maven.packaging.License
 
getName() - Method in enum com.isomorphic.maven.packaging.Product
 
getProperties() - Method in class com.isomorphic.maven.packaging.Module
 
getProperty(String, String) - Method in class com.isomorphic.maven.packaging.Module
 
getRemoteIndex(String, String) - Method in class com.isomorphic.maven.packaging.Distribution
Returns the relative URL representing the location of the distribution's "remote index", or download page.
getRemoteIndexFilter() - Method in class com.isomorphic.maven.packaging.Distribution
Returns a comma-separated list of all the Distribution.selectors that should be used to determine which hyperlinks should be used to download files from smartclient.com.
getVersion() - Method in class com.isomorphic.maven.packaging.Module
 

H

hashCode() - Method in class com.isomorphic.maven.packaging.Module
 
HttpRequestManager - Class in com.isomorphic.maven.util
A trivial convenience class, useful for login / logout operations on SmartClient and Reify sites.
HttpRequestManager(HttpHost, UsernamePasswordCredentials, Proxy) - Constructor for class com.isomorphic.maven.util.HttpRequestManager
Constructor taking the host, login credentials, and any proxy needed to reach the given host.

I

ImportMojo - Class in com.isomorphic.maven.mojo.reify
Provides for single-step download and extraction of assets hosted on the Reify platform.
ImportMojo() - Constructor for class com.isomorphic.maven.mojo.reify.ImportMojo
 
ImportTask - Class in com.isomorphic.maven.mojo.reify
An Ant task allowing the Reify ImportMojo to be run from Ant builds.
ImportTask() - Constructor for class com.isomorphic.maven.mojo.reify.ImportTask
 
include(String) - Method in class com.isomorphic.maven.util.AntPathMatcherFilter
Add the given patterns to the current list of inclusions.
includeAnalytics - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, the optional analytics module (bundled and distributed separately) has been licensed and should be downloaded with the distribution specified by AbstractPackagerMojo.license.
includeJs - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
If true, the import process will *add* JavaScript versions of screens and MockDataSources, translated to JavaScript in the same way that the Isomorphic JSP tag library for screen or DS loading would do it.
includeMessaging - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, the optional messaging module (bundled and distributed separately) has been licensed and should be downloaded with the distribution specified by AbstractPackagerMojo.license.
includeTestHtml - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
If true, the import process will create an HTML launcher that loads the given project/s.
includeTestHtml - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
includeTestJsp - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
If true, the import process will create a JSP launcher that loads the given project/s.
includeTestJsp - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
info(CharSequence) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
info(CharSequence, Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
info(Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
InstallMojo - Class in com.isomorphic.maven.mojo
Installs a collection of Modules to the user's local repository.
InstallMojo() - Constructor for class com.isomorphic.maven.mojo.InstallMojo
 
isDebugEnabled() - Method in class com.isomorphic.maven.util.AntProjectLogger
 
isErrorEnabled() - Method in class com.isomorphic.maven.util.AntProjectLogger
 
isInfoEnabled() - Method in class com.isomorphic.maven.util.AntProjectLogger
 
isPom() - Method in class com.isomorphic.maven.packaging.Module
 
isWarnEnabled() - Method in class com.isomorphic.maven.util.AntProjectLogger
 

J

jar(File, File) - Static method in class com.isomorphic.maven.util.ArchiveUtils
Builds a JAR file from the contents of a directory on the filesystem (recursively).

L

LGPL - com.isomorphic.maven.packaging.License
 
license - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
Typically one of: LGPL, EVAL, PRO, POWER, ENTERPRISE.
License - Enum in com.isomorphic.maven.packaging
An Isomorphic product 'edition'.
LoggingCountingOutputStream - Class in com.isomorphic.maven.util
 
LoggingCountingOutputStream(OutputStream, long) - Constructor for class com.isomorphic.maven.util.LoggingCountingOutputStream
Constructs a new CountingOutputStream.
login() - Method in class com.isomorphic.maven.util.HttpRequestManager
If HttpRequestManager.credentials have been supplied, uses them to authenticate to the isomorphic web site, allowing download of protected resources.
logout() - Method in class com.isomorphic.maven.util.HttpRequestManager
Logs off at smartclient.com.

M

MESSAGING_MODULE - com.isomorphic.maven.packaging.License
 
mockDataSourcesDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory, relative to ImportMojo.webappDir), in which exported MockDataSources should ultimately reside.
mockDataSourcesDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
modelBuilder - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
modifyWelcomeFiles - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
If true, the project's welcome files will be modified to include a script block that loads the imported project.
modifyWelcomeFiles - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
Module - Class in com.isomorphic.maven.packaging
Models a Maven artifact, useful when interfacing with a Maven repository, and specifically during install and deploy operations.
Module(Model) - Constructor for class com.isomorphic.maven.packaging.Module
 
Module(Model, File) - Constructor for class com.isomorphic.maven.packaging.Module
 

O

overwrite - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, any file previously downloaded / unpacked will be overwritten with this execution.

P

password - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
POWER - com.isomorphic.maven.packaging.License
 
PRO - com.isomorphic.maven.packaging.License
 
product - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
One of SMARTGWT, SMARTCLIENT, or SMARTGWT_MOBILE.
Product - Enum in com.isomorphic.maven.packaging
The collection of Isomorphic products for which Maven support is a possibility.
project - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
projectFileDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory to which the exported project file should ultimately reside, relative to ImportMojo.webappDir.
projectFileDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
projectFileName - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
projectName - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The name of the project as it's known by the reify.com environment.
projectName - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 

R

remoteRepositoryManager - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
repositorySystem - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
repositorySystemSession - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
rewritePath(String, String) - Static method in class com.isomorphic.maven.util.ArchiveUtils
Derives a new file path, in whole or in part, from an existing path.

S

serverId - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
The id of a server configuration containing authentication credentials for the smartclient.com website, used to download licensed products.
serverId - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The id of a server configuration containing authentication credentials for the Reify site specified by ImportMojo.serverUrl, used to download exported projects.
serverUrl - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The full URL of the Reify site hosting your project/s.
serverUrl - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
setClassifier(String) - Method in class com.isomorphic.maven.packaging.Module
 
setCredentials(UsernamePasswordCredentials) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setDataSourcesDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setDataSourcesDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of WEB-INF/ds.
setDrawOnWelcomeFiles(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setDrawOnWelcomeFiles(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of false.
setExtension(String) - Method in class com.isomorphic.maven.packaging.Module
 
setFile(File) - Method in class com.isomorphic.maven.packaging.Module
 
setGroupId(String) - Method in class com.isomorphic.maven.packaging.Module
 
setHost(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setIncludeJs(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setIncludeTestHtml(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setIncludeTestHtml(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of false.
setIncludeTestJsp(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setIncludeTestJsp(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of false.
setLoginUrl(String) - Method in class com.isomorphic.maven.util.HttpRequestManager
 
setLogoutUrl(String) - Method in class com.isomorphic.maven.util.HttpRequestManager
 
setMockDataSourcesDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setMockDataSourcesDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ImportTask.dataSourcesDir/mock.
setModifyWelcomeFiles(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setModifyWelcomeFiles(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of false.
setOverwriteExistingFiles(Boolean) - Method in class com.isomorphic.maven.packaging.Downloads
If true, downloads files whether they already exist locally or not.
setPassword(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Set the password needed to authenticate to
setProjectFileDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setProjectFileDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of WEB-INF/ui.
setProjectFileName(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setProjectName(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setProjectName(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ${ant.project.name}.
setProperties(Map<String, String>) - Method in class com.isomorphic.maven.packaging.Module
 
setProxy(Proxy) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setServerUrl(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of https://create.reify.com.
setSkipOverwriteProtection(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setSkipValidationOnImport(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setSkipValidationOnImport(boolean) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of false.
setSmartclientRuntimeDir(File) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setSmartclientRuntimeDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ${basedir}/war/isomorphic.
setTestHtmlPathname(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setTestHtmlPathname(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ImportTask.projectName.run.html.
setTestJspPathname(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setTestJspPathname(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ImportTask.projectName.run.jsp.
settings - Variable in class com.isomorphic.maven.mojo.AbstractBaseMojo
 
setToFolder(File) - Method in class com.isomorphic.maven.packaging.Downloads
Sets the directory to which the distribution/s should be downloaded.
setUiDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setUiDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of WEB-INF/ui.
setUsername(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Set the username needed to authenticate to
setValidationFailureThreshold(ErrorMessage.Severity) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setValidationFailureThreshold(ErrorMessage.Severity) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ERROR.
setVersion(String) - Method in class com.isomorphic.maven.packaging.Module
 
setWebappDir(File) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setWebappDir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ${basedir}/war.
setWorkdir(File) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
setWorkdir(String) - Method in class com.isomorphic.maven.mojo.reify.ImportTask
Change the default value of ${basedir}/build/reify.
setZipFileName(String) - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
 
skipDownload - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, no attempt is made to download any remote distribution.
skipExtraction - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, no attempt it made to extract the contents of any distribution.
skipValidationOnImport - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
When true, DataSource validation will be skipped following import.
skipValidationOnImport - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
SMARTCLIENT - com.isomorphic.maven.packaging.Product
 
smartclientRuntimeDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory containing the Isomorphic runtime.
smartclientRuntimeDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
SMARTGWT - com.isomorphic.maven.packaging.Product
 
SMARTGWT_MOBILE - com.isomorphic.maven.packaging.Product
 
snapshots - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
If true, artifacts should be versioned with the 'SNAPSHOT' qualifier, in the case of development builds only.

T

testHtmlPathname - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The name (and optional path, relative to ImportMojo.webappDir) of the HTML launcher to be created when ImportMojo.includeTestHtml is true.
testHtmlPathname - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
testJspPathname - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The name (and optional path, relative to ImportMojo.webappDir) of the JSP launcher to be created when ImportMojo.includeTestJsp is true.
testJspPathname - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
toString() - Method in enum com.isomorphic.maven.packaging.License
 
toString() - Method in enum com.isomorphic.maven.packaging.Product
 

U

uiDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory in which exported screens should ultimately reside, relative to ImportMojo.webappDir.
uiDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
unpack(File) - Method in class com.isomorphic.maven.packaging.Distribution
Extract the relevant contents from each file in the distribution.
unzip(File, File) - Static method in class com.isomorphic.maven.util.ArchiveUtils
Unzips the source file to the target directory.
username - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 

V

validate() - Method in class com.isomorphic.maven.mojo.reify.ImportMojo
Compares mock DataSources to live, logging findings and throwing an Exception if and when the ImportMojo.validationFailureThreshold is exceeded.
ValidateMojo - Class in com.isomorphic.maven.mojo.reify
A utility class to run the ImportMojo's validation step independently of the import process.
ValidateMojo() - Constructor for class com.isomorphic.maven.mojo.reify.ValidateMojo
 
ValidateTask - Class in com.isomorphic.maven.mojo.reify
An Ant task allowing the Reify ValidateMojo to be run from Ant builds.
ValidateTask() - Constructor for class com.isomorphic.maven.mojo.reify.ValidateTask
 
validationFailureThreshold - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
One of INFO, ERROR, WARN that will determine the level of severity tolerated in any validation error.
validationFailureThreshold - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
valueOf(String) - Static method in enum com.isomorphic.maven.packaging.License
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.isomorphic.maven.packaging.Product
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.isomorphic.maven.packaging.License
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.isomorphic.maven.packaging.Product
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(CharSequence) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
warn(CharSequence, Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
warn(Throwable) - Method in class com.isomorphic.maven.util.AntProjectLogger
 
webappDir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory containing web application sources.
webappDir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
workdir - Variable in class com.isomorphic.maven.mojo.AbstractPackagerMojo
The path to some directory that is to be used for storing downloaded files, working copies, and so on.
workdir - Variable in class com.isomorphic.maven.mojo.reify.ImportMojo
The directory to which the archive is downloaded and unpacked.
workdir - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 

Z

zip(File, File) - Static method in class com.isomorphic.maven.util.ArchiveUtils
Builds a ZIP file from the contents of a directory on the filesystem (recursively).
zipFileName - Variable in class com.isomorphic.maven.mojo.reify.ImportTask
 
A B C D E F G H I J L M O P R S T U V W Z 
All Classes All Packages