A C D E F G H L P R 

A

AbstractBaseAppCfgMojo - Class in de.bigmichi1.appengine.appcfg
Base for all AppCfg-Mojos.
AbstractBaseAppCfgMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AbstractBaseAppCfgMojo
Constructor.
AbstractBaseMojo - Class in de.bigmichi1.appengine
Base for all Mojos.
AbstractBaseMojo() - Constructor for class de.bigmichi1.appengine.AbstractBaseMojo
 
AbstractDevServerMojo - Class in de.bigmichi1.appengine.devserver
Mojo for running the DevAppServer.
AbstractDevServerMojo() - Constructor for class de.bigmichi1.appengine.devserver.AbstractDevServerMojo
 
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AbstractBaseAppCfgMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgRollbackMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStartMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStopMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateCronMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateDosMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateIndexesMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateQueuesMojo
Prints additional messages for the specific command during execution.
addLogMessages() - Method in class de.bigmichi1.appengine.appcfg.AppCfgVacuumIndexesMojo
Prints additional messages for the specific command during execution.
addProxyParameter(List<String>, String, String, String) - Method in class de.bigmichi1.appengine.AbstractBaseMojo
Adds a proxy parameter that are passed to the AppCfg options.
AppCfgRollbackMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "rollback" Mojo.
The 'update' command requires a server-side transaction.
Use 'rollback' if you experience an error during 'update' and want to begin a new update transaction.
AppCfgRollbackMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgRollbackMojo
 
AppCfgRunner - Interface in de.bigmichi1.appengine.appcfg
Interface for encapsulate the AppCfg command.
AppCfgStartMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "start" Mojo.
Starts the specified server version.
AppCfgStartMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgStartMojo
 
AppCfgStopMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "stop" Mojo.
Stops the specified server version.
AppCfgStopMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgStopMojo
 
AppCfgUpdateCronMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "update_cron" Mojo.
Updates the cron jobs for the server.
AppCfgUpdateCronMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgUpdateCronMojo
 
AppCfgUpdateDosMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "update_queues" Mojo.
Updates the DoS protection configuration for the server.
Does not otherwise alter the running application version.
AppCfgUpdateDosMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgUpdateDosMojo
 
AppCfgUpdateIndexesMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "update_indexes" Mojo.
Updates the datastore indexes for the server to add any in the current application directory.
Does not alter the running application version, nor remove any existing indexes.
AppCfgUpdateIndexesMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgUpdateIndexesMojo
 
AppCfgUpdateMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "update" Mojo.
Installs a new version of the application onto the server, as the default version for end users.
AppCfgUpdateMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgUpdateMojo
 
AppCfgUpdateQueuesMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "update_queues" Mojo.
Updates any new, removed or changed task queue definitions.
Does not otherwise alter the running application version.
AppCfgUpdateQueuesMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgUpdateQueuesMojo
 
AppCfgVacuumIndexesMojo - Class in de.bigmichi1.appengine.appcfg
AppCfg "vacuum_indexes" Mojo.
Deletes indexes on the server that are not present in the local index configuration file.
The user is prompted before each delete.
AppCfgVacuumIndexesMojo() - Constructor for class de.bigmichi1.appengine.appcfg.AppCfgVacuumIndexesMojo
 
AppengineSdkFinder - Class in de.bigmichi1.appengine.util
Helper class for finding the SDK directory when not set from plugin parameter.

C

collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AbstractBaseAppCfgMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgRollbackMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStartMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStopMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateCronMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateDosMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateIndexesMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateQueuesMojo
Build a list with special parameters for the action.
collectActionParams() - Method in class de.bigmichi1.appengine.appcfg.AppCfgVacuumIndexesMojo
Build a list with special parameters for the action.
collectAdditionalMojoParams() - Method in class de.bigmichi1.appengine.devserver.AbstractDevServerMojo
Get additional configuration params from the specific goals that extend this class.
collectAdditionalMojoParams() - Method in class de.bigmichi1.appengine.devserver.DevServerDebugMojo
Get additional configuration params from the specific goals that extend this class.
collectAdditionalMojoParams() - Method in class de.bigmichi1.appengine.devserver.DevServerMojo
Get additional configuration params from the specific goals that extend this class.

D

de.bigmichi1.appengine - package de.bigmichi1.appengine
Package contains the base of all goals of the plugin.
de.bigmichi1.appengine.appcfg - package de.bigmichi1.appengine.appcfg
Package contains the AppCfg goals.
de.bigmichi1.appengine.devserver - package de.bigmichi1.appengine.devserver
Package contains the DevAppServer goals.
de.bigmichi1.appengine.util - package de.bigmichi1.appengine.util
Package contains helper classes and utilities for the entire plugin.
DevServerDebugMojo - Class in de.bigmichi1.appengine.devserver
Mojo for running the DevAppServer in debug mode.
DevServerDebugMojo() - Constructor for class de.bigmichi1.appengine.devserver.DevServerDebugMojo
 
DevServerMojo - Class in de.bigmichi1.appengine.devserver
Mojo for running the DevAppServer.
DevServerMojo() - Constructor for class de.bigmichi1.appengine.devserver.DevServerMojo
 

E

execute() - Method in class de.bigmichi1.appengine.appcfg.AbstractBaseAppCfgMojo
execute() - Method in class de.bigmichi1.appengine.appcfg.HelpMojo
execute() - Method in class de.bigmichi1.appengine.devserver.AbstractDevServerMojo

F

forkPasswordExpectThread(List<String>, String) - Method in class de.bigmichi1.appengine.util.PasswordUtil
Runs the AppCfg.main(String[]) with the given arguments and password.

G

getActionName() - Method in class de.bigmichi1.appengine.appcfg.AbstractBaseAppCfgMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgRollbackMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStartMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgStopMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateCronMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateDosMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateIndexesMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgUpdateQueuesMojo
Return the name of the action for the AppCfg command.
getActionName() - Method in class de.bigmichi1.appengine.appcfg.AppCfgVacuumIndexesMojo
Return the name of the action for the AppCfg command.
getApplicationDirectory() - Method in class de.bigmichi1.appengine.AbstractBaseMojo
Determine the application directory.
getLog() - Method in interface de.bigmichi1.appengine.util.LogHandler
Get the actual logger from maven execution.
getSdk(MavenProject, RepositorySystem, RepositorySystemSession, List<RemoteRepository>, ArchiverManager) - Static method in class de.bigmichi1.appengine.util.AppengineSdkFinder
Resolve the location of the Appengine SDK.
getSdk(String, RepositorySystem, RepositorySystemSession, List<RemoteRepository>, ArchiverManager) - Static method in class de.bigmichi1.appengine.util.AppengineSdkFinder
Finds the latest SDK, extract it to the local repository and returns the path to this location.
getSdkFile() - Method in class de.bigmichi1.appengine.AbstractBaseMojo
Determine the path to the SDK, either the specified in AbstractBaseMojo.sdkRootDir Parameter or the downloaded and extracted one based on plugin version or AbstractBaseMojo.sdkVersion.
getServerFromSettings(String) - Method in class de.bigmichi1.appengine.AbstractBaseMojo
Get a server configuration from the settings.xml file for the given serverId.

H

HelpMojo - Class in de.bigmichi1.appengine.appcfg
Display help information on appengine-maven-plugin.
Call mvn appengine:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class de.bigmichi1.appengine.appcfg.HelpMojo
 

L

LogHandler - Interface in de.bigmichi1.appengine.util
Handler for getting the actual logger from the plugin.

P

PasswordUtil - Class in de.bigmichi1.appengine.util
Write the password to the console prompt for AppCfg.
PasswordUtil(LogHandler) - Constructor for class de.bigmichi1.appengine.util.PasswordUtil
Main constructor.

R

run(List<String>) - Method in interface de.bigmichi1.appengine.appcfg.AppCfgRunner
Running the AppCfg command with the given arguments.
A C D E F G H L P R 

Copyright © 2013 None. All Rights Reserved.