class PackerFiles::Core::CDImageImpl

Base class for CDImage implmentation

Public Instance Methods

get_check_sum_pattern() click to toggle source

Return back the Checksum File Pattern (It can be a regex pattern)

# File lib/PackerFiles/Core/CDImage.rb, line 21
def get_check_sum_pattern
   'MD5SUM'
end
get_check_sum_type() click to toggle source

Return back the Checksum File Pattern (It can be a regex pattern)

# File lib/PackerFiles/Core/CDImage.rb, line 26
def get_check_sum_type
   'md5'
end
get_index_urls() click to toggle source

Return the list of index URLs.

# File lib/PackerFiles/Core/CDImage.rb, line 31
def get_index_urls
   []
end
get_iso_name_pattern() click to toggle source

Return back the ISO name (It can be a regex pattern)

# File lib/PackerFiles/Core/CDImage.rb, line 16
def get_iso_name_pattern
   '.*'
end