]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.app.rst
Add getApplication() function to wizard.app.
[wizard.git] / doc / module / wizard.app.rst
1 :mod:`wizard.app`
2 =================
3
4 .. automodule:: wizard.app
5
6 Classes
7 -------
8 .. autoclass:: Application
9     :members:
10 .. autoclass:: ApplicationVersion
11     :members:
12
13 Functions
14 ---------
15 .. autofunction:: getApplication
16 .. autofunction:: applications
17 .. autofunction:: expand_re
18 .. autofunction:: make_extractors
19 .. autofunction:: make_substitutions
20 .. autofunction:: filename_regex_extractor
21 .. autofunction:: filename_regex_substitution
22 .. autofunction:: backup_database
23 .. autofunction:: restore_database
24 .. autofunction:: remove_database
25
26 MySQL functions
27 ---------------
28 .. autofunction:: backup_mysql_database
29 .. autofunction:: restore_mysql_database
30 .. autofunction:: get_mysql_args
31
32 Exceptions
33 ----------
34 .. autoexception:: Error
35 .. autoexception:: NoRepositoryError
36     :members:
37 .. autoexception:: DeploymentParseError
38     :members:
39 .. autoexception:: NoSuchApplication
40     :members:
41
42 Failures
43 ''''''''
44 .. autoexception:: Failure
45 .. autoexception:: InstallFailure
46     :members:
47 .. autoexception:: RecoverableInstallFailure
48     :members:
49     :show-inheritance:
50 .. autoexception:: UpgradeFailure
51     :members:
52 .. autoexception:: UpgradeVerificationFailure
53     :members:
54 .. autoexception:: BackupFailure
55     :members:
56 .. autoexception:: RestoreFailure
57     :members:
58 .. autoexception:: RemoveFailure
59     :members: