A C D E F G H I J K L M N O P R S U V W

A

address - Variable in class net.kindleit.gae.StartGoal
Address to bind to.
appDir - Variable in class net.kindleit.gae.EngineGoalBase
Overrides where the Project War Directory is located.
AppEnginePluginMonitor - Class in net.kindleit.gae.runner
Listens for stop commands e.g.
AppEnginePluginMonitor(int, String) - Constructor for class net.kindleit.gae.runner.AppEnginePluginMonitor
 
AppEnginePluginMonitor.Commands - Enum in net.kindleit.gae.runner
 
archiverManager - Variable in class net.kindleit.gae.UnpackGoal
To look up Archiver/UnArchiver implementations
ARG_TYPE - Static variable in class net.kindleit.gae.EngineGoalBase
 
artifactResolver - Variable in class net.kindleit.gae.UnpackGoal
Used to look up Artifacts in the remote repository.
assureSystemProperties() - Method in class net.kindleit.gae.EngineGoalBase
Groups alterations to System properties for the proper execution of the actual GAE code.

C

container - Variable in class net.kindleit.gae.EngineGoalBase
Plexus container, needed to manually lookup components.
contextualize(Context) - Method in class net.kindleit.gae.EngineGoalBase
 
createRunner(boolean, Set<Artifact>, Properties, Log) - Static method in class net.kindleit.gae.runner.KickStartRunner
 
CronInfoGoal - Class in net.kindleit.gae
Displays times for the next several runs of each cron job from Google's servers.
CronInfoGoal() - Constructor for class net.kindleit.gae.CronInfoGoal
 

D

days - Variable in class net.kindleit.gae.LogsGoal
Number of days to retrieve from the log.
DebugGoal - Class in net.kindleit.gae
Extends the RunGoal for running the project with a debugger port hook (optionally suspended).
DebugGoal() - Constructor for class net.kindleit.gae.DebugGoal
 
debugPort - Variable in class net.kindleit.gae.DebugGoal
Port to run in.
debugSuspend - Variable in class net.kindleit.gae.DebugGoal
Address to bind to.
DeployGoal - Class in net.kindleit.gae
Uploads a WAR project on to Google's servers.
DeployGoal() - Constructor for class net.kindleit.gae.DeployGoal
 
disableUpdateCheck - Variable in class net.kindleit.gae.StartGoal
Do not check for new SDK versions.

E

emailAccount - Variable in class net.kindleit.gae.EngineGoalBase
Deprecated. use maven settings.xml/server/username and "serverId" parameter
EngineGoalBase - Class in net.kindleit.gae
Base MOJO class for working with the Google App Engine SDK.
EngineGoalBase() - Constructor for class net.kindleit.gae.EngineGoalBase
 
enhanceFolder - Variable in class net.kindleit.gae.EnhanceGoal
 
EnhanceGoal - Class in net.kindleit.gae
Enhances classes.
EnhanceGoal() - Constructor for class net.kindleit.gae.EnhanceGoal
 
excludes - Variable in class net.kindleit.gae.EnhanceGoal
Fileset to augment.
execute() - Method in class net.kindleit.gae.CronInfoGoal
 
execute() - Method in class net.kindleit.gae.DebugGoal
 
execute() - Method in class net.kindleit.gae.DeployGoal
Create or update an app version.
execute() - Method in class net.kindleit.gae.EnhanceGoal
 
execute() - Method in class net.kindleit.gae.IndexGoal
 
execute() - Method in class net.kindleit.gae.LogsGoal
 
execute() - Method in class net.kindleit.gae.RollbackGoal
 
execute() - Method in class net.kindleit.gae.RunGoal
Will always run in the foreground.
execute() - Method in class net.kindleit.gae.StartGoal
 
execute() - Method in class net.kindleit.gae.StopGoal
 
execute() - Method in class net.kindleit.gae.UnpackGoal
 
execute() - Method in class net.kindleit.gae.VersionGoal
 

F

factory - Variable in class net.kindleit.gae.UnpackGoal
Used to look up Artifacts in the remote repository.

G

gaeProperties - Variable in class net.kindleit.gae.EngineGoalBase
 
getAppCfgArgs() - Method in class net.kindleit.gae.EngineGoalBase
Generate all common Google AppEngine Task Parameters for use in all the goals.
getCommonArgs() - Method in class net.kindleit.gae.EngineGoalBase
 

H

hasServerSettings() - Method in class net.kindleit.gae.EngineGoalBase
 
hostString - Variable in class net.kindleit.gae.EngineGoalBase
Overrides the Host header sent with all RPCs.

I

includes - Variable in class net.kindleit.gae.EnhanceGoal
Fileset to augment.
IndexGoal - Class in net.kindleit.gae
Updates datastore indexes.
IndexGoal() - Constructor for class net.kindleit.gae.IndexGoal
 

J

javaAgent - Variable in class net.kindleit.gae.StartGoal
Optional javaAgent parameter prepended to the jvmFalgs.
jvmFlags - Variable in class net.kindleit.gae.StartGoal
Arbitrary list of JVM Flags to send to the KickStart task.

K

keepTempUploadDir - Variable in class net.kindleit.gae.EngineGoalBase
Do not delete temporary directory used in uploading.
KickStartExecutionException - Exception in net.kindleit.gae.runner
Thrown when an attempt to execute the App Engine KickStart class fails.
KickStartExecutionException(Throwable) - Constructor for exception net.kindleit.gae.runner.KickStartExecutionException
 
KickStartExecutionException(String) - Constructor for exception net.kindleit.gae.runner.KickStartExecutionException
 
KickStartRunner - Class in net.kindleit.gae.runner
KickStartRunner is responsible of
KickStartRunner() - Constructor for class net.kindleit.gae.runner.KickStartRunner
 

L

localRepo - Variable in class net.kindleit.gae.UnpackGoal
Location of the local repository.
LogsGoal - Class in net.kindleit.gae
Retrieves logs from Google's servers.
LogsGoal() - Constructor for class net.kindleit.gae.LogsGoal
 

M

main(String[]) - Static method in class net.kindleit.gae.runner.AppEnginePluginMonitor
Starts a monitor that can stop a KickStartRunner.
monitorKey - Variable in class net.kindleit.gae.EngineGoalBase
Key to provide when making stop requests.
monitorKey - Variable in class net.kindleit.gae.StopGoal
Key to provide when making stop requests.
monitorPort - Variable in class net.kindleit.gae.EngineGoalBase
Port to listen for stop requests on.
monitorPort - Variable in class net.kindleit.gae.StopGoal
Port to listen for stop requests on.

N

net.kindleit.gae - package net.kindleit.gae
 
net.kindleit.gae.runner - package net.kindleit.gae.runner
 

O

outputFile - Variable in class net.kindleit.gae.LogsGoal
Log report output file.

P

passIn - Variable in class net.kindleit.gae.EngineGoalBase
Always read the login password from stdin.
PasswordExpectOutputStream - Class in net.kindleit.gae
Read writes only from ThreadGroup, from other threads just redirect to PrintStream.
PasswordExpectOutputStream(ThreadGroup, PrintStream, Runnable) - Constructor for class net.kindleit.gae.PasswordExpectOutputStream
 
port - Variable in class net.kindleit.gae.StartGoal
Port to run in.
proxy - Variable in class net.kindleit.gae.EngineGoalBase
Tell AppCfg to use a proxy.

R

remoteRepos - Variable in class net.kindleit.gae.UnpackGoal
List of Remote Repositories used by the resolver
resolveArtifacts(Set<Artifact>) - Method in class net.kindleit.gae.StartGoal
 
RollbackGoal - Class in net.kindleit.gae
Rolls back an update on the Google's servers.
RollbackGoal() - Constructor for class net.kindleit.gae.RollbackGoal
 
run() - Method in class net.kindleit.gae.runner.AppEnginePluginMonitor
 
runAppCfg(String, String...) - Method in class net.kindleit.gae.EngineGoalBase
Passes command to the Google App Engine AppCfg runner.
RunGoal - Class in net.kindleit.gae
Runs the WAR project locally on the Google App Engine development server.
RunGoal() - Constructor for class net.kindleit.gae.RunGoal
 
runKickStart(String, String...) - Method in class net.kindleit.gae.StartGoal
Passes command to the Google App Engine KickStart runner.

S

sdkDir - Variable in class net.kindleit.gae.EngineGoalBase
Specifies where the Google App Engine SDK is located.
serverId - Variable in class net.kindleit.gae.EngineGoalBase
The server id in maven settings.xml to use for emailAccount(username) and password when connecting to GAE.
settings - Variable in class net.kindleit.gae.EngineGoalBase
The Maven settings reference.
severity - Variable in class net.kindleit.gae.LogsGoal
Severity Log level to retrieve.
splitJars - Variable in class net.kindleit.gae.EngineGoalBase
Split large jar files (> 10M) into smaller fragments.
start(int, String, List<String>) - Method in class net.kindleit.gae.runner.KickStartRunner
 
StartGoal - Class in net.kindleit.gae
Runs the WAR project locally on the Google App Engine development server, without executing the package phase first.
StartGoal() - Constructor for class net.kindleit.gae.StartGoal
 
StopGoal - Class in net.kindleit.gae
Stops a running instance of the Google App Engine development server.
StopGoal() - Constructor for class net.kindleit.gae.StopGoal
 

U

UnpackGoal - Class in net.kindleit.gae
Downloads and unzips the SDK to your maven repository.
UnpackGoal() - Constructor for class net.kindleit.gae.UnpackGoal
 
unpackVersion - Variable in class net.kindleit.gae.UnpackGoal
Version of the plugin to unpack.
uploadServer - Variable in class net.kindleit.gae.EngineGoalBase
The server to connect to.

V

valueOf(String) - Static method in enum net.kindleit.gae.runner.AppEnginePluginMonitor.Commands
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.kindleit.gae.runner.AppEnginePluginMonitor.Commands
Returns an array containing the constants of this enum type, in the order they are declared.
VersionGoal - Class in net.kindleit.gae
Prints plugin and SDK version information.
VersionGoal() - Constructor for class net.kindleit.gae.VersionGoal
 

W

wait - Variable in class net.kindleit.gae.EngineGoalBase
Decides whether to wait after the server is started or to return the execution flow to the user.
write(int) - Method in class net.kindleit.gae.PasswordExpectOutputStream
 

A C D E F G H I J K L M N O P R S U V W

Copyright © 2009-2010 KindleIT. All Rights Reserved.