2005/5/9

     
 

class PlattformSelectTask

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::make::PlattformSelectTask Class Reference

#include <PlattformSelectTask.h>

Inheritance diagram for acdk::make::PlattformSelectTask:

acdk::make::AbstractTask acdk::lang::Object acdk::make::Task acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

Select and set current platform.

See also:
 Tasks.


Public Member Functions

 PlattformSelectTask ()
virtual bool execute (IN(RString) exec, IN(RProps) props)
 if successfull sets also env _PlattformSelected to TRUE

RStringArray getAvailableTargets (IN(RProps) globals)
RProps getTargetSpecs (IN(RProps) globals, IN(RString) targetname)

Protected Attributes

RProps _targetProps

Private Member Functions

void initTargetProps (IN(RProps) props)


Constructor & Destructor Documentation

acdk::make::PlattformSelectTask::PlattformSelectTask  )  [inline]
 


Member Function Documentation

virtual bool acdk::make::PlattformSelectTask::execute IN(RString exec,
IN(RProps props
[virtual]
 

if successfull sets also env _PlattformSelected to TRUE

Reimplemented from acdk::make::AbstractTask.

RStringArray acdk::make::PlattformSelectTask::getAvailableTargets IN(RProps globals  ) 
 

RProps acdk::make::PlattformSelectTask::getTargetSpecs IN(RProps globals,
IN(RString targetname
 

void acdk::make::PlattformSelectTask::initTargetProps IN(RProps props  )  [private]
 


Member Data Documentation

RProps acdk::make::PlattformSelectTask::_targetProps [protected]