Class: Rake::Delphi::RAD2007VersionInfo

Inherits:
BDSVersionInfo show all
Defined in:
lib/rake/delphi/projectinfo.rb

Instance Method Summary collapse

Methods inherited from BDSVersionInfo

encoding, #initialize

Methods inherited from ProjectVersionInfo

#[], #initialize, #method_missing

Constructor Details

This class inherits a constructor from Rake::Delphi::BDSVersionInfo

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rake::Delphi::ProjectVersionInfo

Instance Method Details

#_extObject



64
65
66
# File 'lib/rake/delphi/projectinfo.rb', line 64

def _ext
    return 'dproj'
end

#do_getcontentObject



68
69
70
71
72
# File 'lib/rake/delphi/projectinfo.rb', line 68

def do_getcontent
    super
    # .dproj file has more nesting levels
    @content = @content['ProjectExtensions']['BorlandProject']['BorlandProject']
end