Class: BatchKit

Inherits:
Object
  • Object
show all
Defined in:
lib/batch-kit.rb,
lib/batch-kit/config.rb,
lib/batch-kit/events.rb,
lib/batch-kit/logging.rb,
lib/batch-kit/database.rb,
lib/batch-kit/lockable.rb,
lib/batch-kit/loggable.rb,
lib/batch-kit/arguments.rb,
lib/batch-kit/resources.rb,
lib/batch-kit/helpers/zip.rb,
lib/batch-kit/configurable.rb,
lib/batch-kit/helpers/html.rb,
lib/batch-kit/core_ext/file.rb,
lib/batch-kit/core_ext/hash.rb,
lib/batch-kit/framework/job.rb,
lib/batch-kit/helpers/email.rb,
lib/batch-kit/core_ext/string.rb,
lib/batch-kit/database/models.rb,
lib/batch-kit/database/schema.rb,
lib/batch-kit/helpers/process.rb,
lib/batch-kit/core_ext/numeric.rb,
lib/batch-kit/framework/job_run.rb,
lib/batch-kit/helpers/date_time.rb,
lib/batch-kit/framework/runnable.rb,
lib/batch-kit/framework/sequence.rb,
lib/batch-kit/framework/task_run.rb,
lib/batch-kit/framework/definable.rb,
lib/batch-kit/logging/null_logger.rb,
lib/batch-kit/logging/log4r_logger.rb,
lib/batch-kit/framework/acts_as_job.rb,
lib/batch-kit/logging/stdout_logger.rb,
lib/batch-kit/framework/sequence_run.rb,
lib/batch-kit/database/log4r_outputter.rb,
lib/batch-kit/framework/job_definition.rb,
lib/batch-kit/logging/java_util_logger.rb,
lib/batch-kit/framework/task_definition.rb,
lib/batch-kit/encryption/java_encryption.rb,
lib/batch-kit/encryption/ruby_encryption.rb,
lib/batch-kit/framework/acts_as_sequence.rb,
lib/batch-kit/framework/sequence_definition.rb,
lib/batch-kit/database/java_util_log_handler.rb

Overview

BatchKit is the namespace for the framework of functionality that includes:

- BatchKit:Job
- BatchKit::Config
- BatchKit::Database
- Core Ruby class extensions
- Helper methods for common job requirements

Defined Under Namespace

Modules: ActsAsJob, ActsAsSequence, Arguments, Configurable, Encryption, FileExtensions, HashExtensions, Helpers, Lockable, Loggable, Logging, NumericExtensions, ResourceHelper, StringExtensions, Task Classes: Config, Database, Definable, Events, Job, LogManager, ResourceManager, Runnable, Sequence