Navigation
index
modules
|
AutoArchive Developer Manual (ver. 1.0.4)
»
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__getitem__() (AutoArchive._configuration.configuration_base.ConfigurationBase method)
(AutoArchive._configuration.iconfiguration.IConfiguration method)
_addOrReplaceOption() (AutoArchive._configuration._core._app_config._AppConfig method)
_AppConfig (class in AutoArchive._configuration._core._app_config)
_AppEnvironment (class in AutoArchive._app_environment)
_ArchiverManipulator (class in AutoArchive._archiving._core._archiver_manipulator)
_ArchiverMaps (class in AutoArchive._archiving._core._archiving_constants)
_ArchiveSpec (class in AutoArchive._archiving._core._archive_spec)
_ArchiveSpecOptions (class in AutoArchive._archiving._core._archive_spec)
_BackupInformationProvider (class in AutoArchive._archiving._core._backup_information_provider)
_CmdlineArgumentsProcessor (class in AutoArchive._configuration._core._cmdline_arguments_processor)
_COMPONENTS (in module AutoArchive.starter)
_ConfigFileProcessor (class in AutoArchive._configuration._core._config_file_processor)
_Constants (class in AutoArchive._utils)
_ExternalTarArchiverProvider (class in AutoArchive._services.archiver._external_tar_archiver_provider)
_FileStorage (class in AutoArchive._configuration._core._file_storage)
_InterfaceAccessor (class in AutoArchive._mainf._core._interface_accessor)
_InternalTarArchiverProvider (class in AutoArchive._services.archiver._internal_tar_archiver_provider)
_MainfContext (class in AutoArchive._mainf._core._mainf_context)
_Meta (class in AutoArchive._meta)
_RestartStorageVariables (class in AutoArchive._archiving._core._archiving_constants)
_StoragePortion (class in AutoArchive._configuration._core._storage_portion)
_TarArchiverProviderBase (class in AutoArchive._services.archiver._tar_archiver_provider_base)
_UserActionExecutor (class in AutoArchive._ui._cmdline._core._user_action_executor)
_Utils (class in AutoArchive._utils)
A
aa (module)
action (AutoArchive._ui._cmdline._core._user_action_executor._UserActionExecutor attribute)
addComponent() (AutoArchive._mainf._core.mainf_engine.MainfEngine method)
ALL (AutoArchive._configuration.options.Options attribute)
appEnvironment (AutoArchive._mainf._core._mainf_context._MainfContext attribute)
(AutoArchive._mainf.imainf_context.IMainfContext attribute)
archive
archive specification file
archive specifications directory
ARCHIVE_SPEC_EXT (AutoArchive._configuration.iapp_config.ConfigConstants attribute)
ARCHIVE_SPECS_DIR (AutoArchive._configuration.options.Options attribute)
ArchiveInfo (class in AutoArchive._archiving.iarchiving)
archiver
ARCHIVER (AutoArchive._configuration.options.Options attribute)
Archiver Service Component
ARCHIVER_TYPE_TO_SERVICE_MAP (AutoArchive._archiving._core._archiving_constants._ArchiverMaps attribute)
ArchiverFeatures (in module AutoArchive._archiving.iarchiver)
ArchiverServiceCreator (class in AutoArchive._services.archiver.archiver_service_creator)
archiverType (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
ArchiverTypes (in module AutoArchive._archiving.iarchiving)
archiverTypeToStr() (AutoArchive._configuration.options.OptionsUtils class method)
archiveSpec (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider attribute)
ArchiveSpecInfo (class in AutoArchive._configuration.iapp_config)
Archiving
ArchivingComponent (class in AutoArchive._archiving._core.archiving_component)
arguments (AutoArchive._app_environment._AppEnvironment attribute)
AutoArchive
(module)
AutoArchive._app_environment (module)
AutoArchive._archiving (module)
AutoArchive._archiving._core (module)
AutoArchive._archiving._core._archive_spec (module)
AutoArchive._archiving._core._archiver_manipulator (module)
AutoArchive._archiving._core._archiving_constants (module)
AutoArchive._archiving._core._backup_information_provider (module)
AutoArchive._archiving._core.archiving_component (module)
AutoArchive._archiving.iarchiver (module)
AutoArchive._archiving.iarchiving (module)
AutoArchive._configuration (module)
AutoArchive._configuration._core (module)
AutoArchive._configuration._core._app_config (module)
AutoArchive._configuration._core._cmdline_arguments_processor (module)
AutoArchive._configuration._core._config_file_processor (module)
AutoArchive._configuration._core._file_storage (module)
AutoArchive._configuration._core._storage_portion (module)
AutoArchive._configuration._core.configuration_component (module)
AutoArchive._configuration.configuration_base (module)
AutoArchive._configuration.iapp_config (module)
AutoArchive._configuration.iconfiguration (module)
AutoArchive._configuration.istorage (module)
AutoArchive._configuration.istorage_portion (module)
AutoArchive._configuration.options (module)
AutoArchive._mainf (module)
AutoArchive._mainf._core (module)
AutoArchive._mainf._core._interface_accessor (module)
AutoArchive._mainf._core._mainf_context (module)
AutoArchive._mainf._core.mainf_engine (module)
AutoArchive._mainf.icomponent (module)
AutoArchive._mainf.icomponent_ui (module)
AutoArchive._mainf.iinterface_accessor (module)
AutoArchive._mainf.imainf_context (module)
AutoArchive._mainf.main (module)
AutoArchive._meta (module)
AutoArchive._py_additions (module)
AutoArchive._services (module)
AutoArchive._services.archiver (module)
AutoArchive._services.archiver._external_tar_archiver_provider (module)
AutoArchive._services.archiver._internal_tar_archiver_provider (module)
AutoArchive._services.archiver._tar_archiver_provider_base (module)
AutoArchive._services.archiver.archiver_service_creator (module)
AutoArchive._services.service_cleaner (module)
AutoArchive._ui (module)
AutoArchive._ui._cmdline (module)
AutoArchive._ui._cmdline._core (module)
AutoArchive._ui._cmdline._core._user_action_executor (module)
AutoArchive._ui._cmdline._core.cmdline_ui_component (module)
AutoArchive._ui._cmdline.cmdline_commands (module)
AutoArchive._utils (module)
AutoArchive.starter (module)
B
backup
backup level
BACKUP_SIZE (AutoArchive._archiving._core._archiving_constants._RestartStorageVariables attribute)
BackupDefinition (class in AutoArchive._archiving.iarchiver)
backupFiles() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._internal_tar_archiver_provider._InternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
backupFilesIncrementally() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._internal_tar_archiver_provider._InternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
backupId (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
backupLevel (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
BackupLevelRestartReasons (in module AutoArchive._archiving.iarchiving)
backupOperationError (AutoArchive._archiving.iarchiver.IArchiver attribute)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase attribute)
BackupOperationErrors (in module AutoArchive._archiving.iarchiver)
BackupSubOperations (in module AutoArchive._archiving.iarchiver)
backupType (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
BackupTypes (in module AutoArchive._archiving.iarchiver)
C
classproperty (class in AutoArchive._py_additions)
cleanServices() (AutoArchive._services.service_cleaner.ServiceCleaner static method)
Cmdline UI
CmdlineCommands (class in AutoArchive._ui._cmdline.cmdline_commands)
CmdlineCommandsUtils (class in AutoArchive._ui._cmdline.cmdline_commands)
CmdlineUiComponent (class in AutoArchive._ui._cmdline._core.cmdline_ui_component)
component
COMPRESSION_LEVEL (AutoArchive._configuration.options.Options attribute)
ConfigConstants (class in AutoArchive._configuration.iapp_config)
Configuration
ConfigurationBase (class in AutoArchive._configuration.configuration_base)
ConfigurationComponent (class in AutoArchive._configuration._core.configuration_component)
configured archive
COPYRIGHT (AutoArchive._meta._Meta attribute)
CREATE (AutoArchive._ui._cmdline.cmdline_commands.CmdlineCommands attribute)
createBackup() (AutoArchive._archiving._core._archiver_manipulator._ArchiverManipulator method)
createMainfEngine() (in module AutoArchive._mainf.main)
createStoragePortion() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration.istorage.IStorage method)
currentBackupLevel (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider attribute)
D
DEBUG (AutoArchive._utils._Constants attribute)
DESCRIPTION (AutoArchive._meta._Meta attribute)
DEST_DIR (AutoArchive._configuration.options.Options attribute)
destDir (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
destination (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
destroyServices() (AutoArchive._services.archiver.archiver_service_creator.ArchiverServiceCreator class method)
E
Enum (class in AutoArchive._py_additions)
event (class in AutoArchive._py_additions)
EXCLUDE_FILES (AutoArchive._archiving._core._archive_spec._ArchiveSpecOptions attribute)
excludeFiles (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
executableName (AutoArchive._app_environment._AppEnvironment attribute)
execute() (AutoArchive._ui._cmdline._core._user_action_executor._UserActionExecutor method)
F
fatalExit() (AutoArchive._utils._Utils class method)
fileAdd (AutoArchive._archiving.iarchiver.IArchiver attribute)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase attribute)
filterValidSpecFiles() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
force option form
FORCE_ARCHIVER (AutoArchive._configuration.options.Options attribute)
FORCE_COMPRESSION_LEVEL (AutoArchive._configuration.options.Options attribute)
FORCE_DEST_DIR (AutoArchive._configuration.options.Options attribute)
FORCE_INCREMENTAL (AutoArchive._configuration.options.Options attribute)
FORCE_RESTARTING (AutoArchive._configuration.options.Options attribute)
FULL_RESTART_AFTER_AGE (AutoArchive._configuration.options.Options attribute)
FULL_RESTART_AFTER_COUNT (AutoArchive._configuration.options.Options attribute)
fullRestartAfterAge (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
fullRestartAfterCount (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
G
getAllCommands() (AutoArchive._ui._cmdline.cmdline_commands.CmdlineCommandsUtils static method)
getAllOptions() (AutoArchive._configuration.options.OptionsUtils static method)
getAllSpecialOptionTypes() (AutoArchive._configuration.options.OptionsUtils static method)
getArchiveInfo() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
getArchiveSpecs() (AutoArchive._configuration._core._app_config._AppConfig method)
(AutoArchive._configuration.iapp_config.IAppConfig method)
getBackupFilePath_() (AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase static method)
getBackupLevelForBackup() (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider static method)
getComponentInterface() (AutoArchive._mainf._core._interface_accessor._InterfaceAccessor method)
(AutoArchive._mainf.iinterface_accessor.IInterfaceAccessor method)
getLastFullRestartDate() (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider method)
getLastRestartDate() (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider method)
getMaxBackupLevel() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
getOption() (AutoArchive._configuration.options.OptionsUtils class method)
getOrCreateArchiverService() (AutoArchive._services.archiver.archiver_service_creator.ArchiverServiceCreator class method)
getRawValue() (AutoArchive._archiving._core._archive_spec._ArchiveSpec method)
(AutoArchive._configuration.configuration_base.ConfigurationBase method)
(AutoArchive._configuration.iconfiguration.IConfiguration method)
getRealms() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration.istorage.IStorage method)
getRestartDate() (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider static method)
getStoredArchiveInfo() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
getStoredArchiveNames() (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider class method)
(AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
getStoredBackupIds() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
getSupportedBackupTypes() (AutoArchive._services.archiver.archiver_service_creator.ArchiverServiceCreator class method)
getSupportedFeatures() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider class method)
(AutoArchive._services.archiver._internal_tar_archiver_provider._InternalTarArchiverProvider class method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase class method)
(AutoArchive._services.archiver.archiver_service_creator.ArchiverServiceCreator class method)
getValue() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration._core._storage_portion._StoragePortion method)
(AutoArchive._configuration.istorage.IStorage method)
(AutoArchive._configuration.istorage_portion.IStoragePortion method)
getWorkingPath_() (AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase class method)
H
hasVariable() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration._core._storage_portion._StoragePortion method)
(AutoArchive._configuration.istorage.IStorage method)
(AutoArchive._configuration.istorage_portion.IStoragePortion method)
I
IAppConfig (class in AutoArchive._configuration.iapp_config)
IArchiver (class in AutoArchive._archiving.iarchiver)
IArchiving (class in AutoArchive._archiving.iarchiving)
IComponent (class in AutoArchive._mainf.icomponent)
IComponentInterface (class in AutoArchive._mainf.iinterface_accessor)
IComponentUi (class in AutoArchive._mainf.icomponent_ui)
IConfiguration (class in AutoArchive._configuration.iconfiguration)
IInterfaceAccessor (class in AutoArchive._mainf.iinterface_accessor)
IMainfContext (class in AutoArchive._mainf.imainf_context)
INCLUDE_FILES (AutoArchive._archiving._core._archive_spec._ArchiveSpecOptions attribute)
includeFiles (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
incremental (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
INCREMENTAL (AutoArchive._configuration.options.Options attribute)
isExistingCommand() (AutoArchive._ui._cmdline.cmdline_commands.CmdlineCommandsUtils class method)
isExistingOption() (AutoArchive._configuration.options.OptionsUtils class method)
isOptionSupported() (AutoArchive._archiving._core._archiver_manipulator._ArchiverManipulator method)
IStorage (class in AutoArchive._configuration.istorage)
IStoragePortion (class in AutoArchive._configuration.istorage_portion)
L
LAST_FULL_RESTART (AutoArchive._archiving._core._archiving_constants._RestartStorageVariables attribute)
LAST_RESTART (AutoArchive._archiving._core._archiving_constants._RestartStorageVariables attribute)
lastFullRestart (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
lastRestart (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
LEVEL (AutoArchive._configuration.options.Options attribute)
LICENSE (AutoArchive._meta._Meta attribute)
LIST (AutoArchive._ui._cmdline.cmdline_commands.CmdlineCommands attribute)
M
Mainf
MainfEngine (class in AutoArchive._mainf._core.mainf_engine)
makeBackup() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
MAX_COMPRESSION_STRENGTH (in module AutoArchive._archiving.iarchiver)
MAX_RESTART_LEVEL_SIZE (AutoArchive._configuration.options.Options attribute)
messageShown (AutoArchive._mainf.icomponent_ui.IComponentUi attribute)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent attribute)
MIN_COMPRESSION_STRENGTH (in module AutoArchive._archiving.iarchiver)
N
NAME (AutoArchive._archiving._core._archive_spec._ArchiveSpecOptions attribute)
name (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
(AutoArchive._configuration.iapp_config.ArchiveSpecInfo attribute)
negation option form
nextBackupLevel (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider attribute)
(AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
NO_ALL (AutoArchive._configuration.options.Options attribute)
NO_INCREMENTAL (AutoArchive._configuration.options.Options attribute)
NO_RESTARTING (AutoArchive._configuration.options.Options attribute)
normal option form
O
Option (class in AutoArchive._configuration.options)
options (AutoArchive._app_environment._AppEnvironment attribute)
Options (class in AutoArchive._configuration.options)
options_ (AutoArchive._configuration.configuration_base.ConfigurationBase attribute)
OptionsUtils (class in AutoArchive._configuration.options)
orphaned archive
P
PACKAGE_NAME (AutoArchive._meta._Meta attribute)
PATH (AutoArchive._archiving._core._archive_spec._ArchiveSpecOptions attribute)
path (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
(AutoArchive._configuration.iapp_config.ArchiveSpecInfo attribute)
PATH (AutoArchive._configuration.options.SpecialOptionTypes attribute)
populateConfiguration() (AutoArchive._configuration._core._cmdline_arguments_processor._CmdlineArgumentsProcessor method)
(AutoArchive._configuration._core._config_file_processor._ConfigFileProcessor method)
presentLine() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
printError() (AutoArchive._utils._Utils class method)
printWarning() (AutoArchive._utils._Utils class method)
processedArchSpec (AutoArchive._ui._cmdline._core._user_action_executor._UserActionExecutor attribute)
PURGE (AutoArchive._ui._cmdline.cmdline_commands.CmdlineCommands attribute)
purgeStoredArchiveData() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._archiving.iarchiving.IArchiving method)
purgeStoredBackupData() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
Q
QUIET (AutoArchive._configuration.options.Options attribute)
R
raiseIfUnsupportedBackupType_() (AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase class method)
raiseIfUnsupportedFeature_() (AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase class method)
realm (AutoArchive._configuration._core._storage_portion._StoragePortion attribute)
(AutoArchive._configuration.istorage_portion.IStoragePortion attribute)
registerComponentInterface() (AutoArchive._mainf._core._interface_accessor._InterfaceAccessor method)
(AutoArchive._mainf.iinterface_accessor.IInterfaceAccessor method)
REMOVE_OBSOLETE_BACKUPS (AutoArchive._configuration.options.Options attribute)
removeBackup() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
removeBackupIncrements() (AutoArchive._archiving.iarchiver.IArchiver method)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider method)
(AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase method)
removeRealm() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration.istorage.IStorage method)
RESTART_AFTER_AGE (AutoArchive._configuration.options.Options attribute)
RESTART_AFTER_LEVEL (AutoArchive._configuration.options.Options attribute)
RESTART_COUNT (AutoArchive._archiving._core._archiving_constants._RestartStorageVariables attribute)
restartAfterAge (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
restartAfterLevel (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
restartCount (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
restarting (AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
RESTARTING (AutoArchive._configuration.options.Options attribute)
restartLevel (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider attribute)
(AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
restartReason (AutoArchive._archiving._core._backup_information_provider._BackupInformationProvider attribute)
(AutoArchive._archiving.iarchiving.ArchiveInfo attribute)
root (AutoArchive._archiving.iarchiver.BackupDefinition attribute)
run() (AutoArchive._archiving._core.archiving_component.ArchivingComponent method)
(AutoArchive._configuration._core.configuration_component.ConfigurationComponent method)
(AutoArchive._mainf.icomponent.IComponent method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
S
saveBackupLevelInfo() (AutoArchive._archiving._core._archiver_manipulator._ArchiverManipulator method)
saveValue() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration._core._storage_portion._StoragePortion method)
(AutoArchive._configuration.istorage.IStorage method)
(AutoArchive._configuration.istorage_portion.IStoragePortion method)
section (AutoArchive._configuration._core._storage_portion._StoragePortion attribute)
(AutoArchive._configuration.istorage_portion.IStoragePortion attribute)
selected archive
Service Components
ServiceCleaner (class in AutoArchive._services.service_cleaner)
showError() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
showInfo() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
showNotification() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
showVerbose() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
showWarning() (AutoArchive._mainf.icomponent_ui.IComponentUi method)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent method)
SpecialOptionTypes (class in AutoArchive._configuration.options)
start() (AutoArchive._mainf._core.mainf_engine.MainfEngine method)
(AutoArchive.starter.Starter class method)
Starter (class in AutoArchive.starter)
staticproperty (class in AutoArchive._py_additions)
stored archive
strToOptionType() (AutoArchive._configuration.options.OptionsUtils class method)
supportedBackupTypes (AutoArchive._archiving.iarchiver.IArchiver attribute)
(AutoArchive._services.archiver._external_tar_archiver_provider._ExternalTarArchiverProvider attribute)
(AutoArchive._services.archiver._internal_tar_archiver_provider._InternalTarArchiverProvider attribute)
system configuration file
T
tryGetForceForm() (AutoArchive._configuration.options.OptionsUtils class method)
tryGetNegationForm() (AutoArchive._configuration.options.OptionsUtils class method)
tryPurgeStoredArchiveData() (AutoArchive._archiving._core._archiver_manipulator._ArchiverManipulator class method)
tryRemoveVariable() (AutoArchive._configuration._core._file_storage._FileStorage method)
(AutoArchive._configuration._core._storage_portion._StoragePortion method)
(AutoArchive._configuration.istorage.IStorage method)
(AutoArchive._configuration.istorage_portion.IStoragePortion method)
U
UI
UiMessageKinds (in module AutoArchive._mainf.icomponent_ui)
uniq() (AutoArchive._utils._Utils static method)
unregisterComponentInterface() (AutoArchive._mainf._core._interface_accessor._InterfaceAccessor method)
(AutoArchive._mainf.iinterface_accessor.IInterfaceAccessor method)
user configuration directory
user configuration file
USER_CONFIG_DIR (AutoArchive._configuration.options.Options attribute)
USER_CONFIG_FILE (AutoArchive._configuration.options.Options attribute)
V
VERBOSE (AutoArchive._configuration.options.Options attribute)
verbosity (AutoArchive._mainf.icomponent_ui.IComponentUi attribute)
(AutoArchive._ui._cmdline._core.cmdline_ui_component.CmdlineUiComponent attribute)
VerbosityLevels (in module AutoArchive._mainf.icomponent_ui)
VERSION (AutoArchive._meta._Meta attribute)
W
workDir_ (AutoArchive._services.archiver._tar_archiver_provider_base._TarArchiverProviderBase attribute)
Quick search
Navigation
index
modules
|
AutoArchive Developer Manual (ver. 1.0.4)
»