Module: Itchy

Defined in:
lib/itchy.rb,
lib/itchy/log.rb,
lib/itchy/version.rb,
lib/itchy/settings.rb,
lib/itchy/vmcatcher_env.rb,
lib/itchy/event_processer.rb,
lib/itchy/vmcatcher_event.rb,
lib/itchy/format_converter.rb,
lib/itchy/image_transformer.rb,
lib/itchy/metadata_archiver.rb,
lib/itchy/vmcatcher_configuration.rb

Overview

Wraps all internals of the handler.

Defined Under Namespace

Modules: Errors, EventHandlers, Helpers Classes: EventProcesser, FormatConverter, ImageTransformer, Log, MetadataArchiver, Settings, VmcatcherConfiguration, VmcatcherEnv, VmcatcherEvent

Constant Summary collapse

BASIC_QEMU_COMMAND =
'qemu-img'
GEM_DIR =
File.realdirpath(File.join(File.dirname(__FILE__), '..'))
XSD_SCHEMA =
File.join(GEM_DIR, 'resources', 'dsp8023_2.0.1.xsd')
XSD_DIR =
File.join(GEM_DIR, 'resources')
VERSION =
'0.2.8'