| Package | Description |
|---|---|
| de.bigmichi1.appengine.appcfg |
Package contains the
AppCfg goals. |
| de.bigmichi1.appengine.util |
Package contains helper classes and utilities for the entire plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseAppCfgMojo
Base for all AppCfg-Mojos.
|
class |
AppCfgRollbackMojo
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. |
class |
AppCfgStartMojo
AppCfg "start" Mojo.
Starts the specified server version. |
class |
AppCfgStopMojo
AppCfg "stop" Mojo.
Stops the specified server version. |
class |
AppCfgUpdateCronMojo
AppCfg "update_cron" Mojo.
Updates the cron jobs for the server. |
class |
AppCfgUpdateDosMojo
AppCfg "update_queues" Mojo.
Updates the DoS protection configuration for the server. Does not otherwise alter the running application version. |
class |
AppCfgUpdateIndexesMojo
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. |
class |
AppCfgUpdateMojo
AppCfg "update" Mojo.
Installs a new version of the application onto the server, as the default version for end users. |
class |
AppCfgUpdateQueuesMojo
AppCfg "update_queues" Mojo.
Updates any new, removed or changed task queue definitions. Does not otherwise alter the running application version. |
class |
AppCfgVacuumIndexesMojo
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. |
| Constructor and Description |
|---|
PasswordUtil(LogHandler logHandler)
Main constructor.
|
Copyright © 2013 None. All Rights Reserved.