Carbide.c++

Package com.nokia.carbide.templatewizard.process

Interface Summary
IParameter Represents a parameter specified as a <parameter> child element of a <process> element in a template xml file.
IProcess Represents a process specified as a <process> element in a template xml file, and executed after successful completion of the wizard specified by the template.
 

Class Summary
AbstractProcess An abstract base class to enable implementing com.nokia.carbide.templatewizard.process.IProcess Includes methods for initialization, failure handling and accessing parameters.
AbstractProjectProcess An abstract base class to enable implementing com.nokia.carbide.templatewizard.process.IProcess Requires a parameter with name "project" and attribute "projectName".
 


Carbide.c++