Class: Rake::Delphi::PAClientTool

Inherits:
CustomDelphiTool show all
Defined in:
lib/rake/delphi/paclienttool.rb

Constant Summary

Constants inherited from CustomDelphiTool

CustomDelphiTool::BDSRegRoot, CustomDelphiTool::DelphiRegRoot, CustomDelphiTool::EDSRegRoot, CustomDelphiTool::EmbarcaderoRegRoot

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CustomDelphiTool

checkToolFailure, #delphidir, find, #options, readDelphiDir, readUserOption, reinit, rootForVersion, #toolpath, #version, version4version, #versionInfoClass

Methods inherited from CustomExec

#execute, #to_system_path

Methods inherited from BasicTask

#trace?

Constructor Details

#initialize(checkExistance = false) ⇒ PAClientTool

Returns a new instance of PAClientTool.



10
11
12
13
# File 'lib/rake/delphi/paclienttool.rb', line 10

def initialize(checkExistance = false)
  self.class.reinit
  super
end

Class Method Details

.toolNameObject



15
16
17
# File 'lib/rake/delphi/paclienttool.rb', line 15

def self.toolName
  'bin/paclient.exe'
end