Class: Objc2swiftAssistant::GeneratedSwiftFileSet

Inherits:
FileSet show all
Defined in:
lib/objc2swift_assistant/file_sets.rb

Overview

Swift file sets simplify mapping to a new directory structure and the application on customization that will be associated with nodes in the original directory structure

Instance Attribute Summary

Attributes inherited from FileSet

#configuration, #directory_nodes_by_path, #root, #root_dir_node

Attributes inherited from FailableProcessingElement

#error_messages

Instance Method Summary collapse

Methods inherited from FileSet

#directory_node_for_path, #dump, #make_directory_node, #scan

Methods inherited from FailableProcessingElement

#add_error, #add_warning, #has_errors, #initiailize

Constructor Details

#initialize(root, configuration) ⇒ GeneratedSwiftFileSet

Returns a new instance of GeneratedSwiftFileSet.



521
522
523
# File 'lib/objc2swift_assistant/file_sets.rb', line 521

def initialize( root, configuration )
  super( root, configuration )
end