class Moab::FileGroupDifferenceSubset
A container for reporting a set of file-level differences of the type specified by the change attribute
Data Model¶ ↑
-
{FileInventoryDifference} = compares two {FileInventory} instances based on file signatures and pathnames
-
{FileGroupDifference} [1..*] = performs analysis and reports differences between two matching {FileGroup} objects
-
{FileGroupDifferenceSubset} [1..5] = collects a set of file-level differences of a give change type
-
{FileInstanceDifference} [1..*] = contains difference information at the file level
-
{FileSignature} [1..2] = contains the file signature(s) of two file instances being compared
-
-
-
-
@note Copyright © 2012 by The Board of Trustees of the Leland Stanford
Junior University.
All rights reserved. See {file:LICENSE.rdoc} for details.
Public Class Methods
Source
# File lib/moab/file_group_difference_subset.rb, line 22 def initialize(opts = {}) @files = [] super(opts) end
(see Serializable#initialize)
Calls superclass method
Serializer::Serializable::new