Carbide.c++

Uses of Package
com.nokia.carbide.templatewizard.process

Packages that use com.nokia.carbide.templatewizard.process
com.nokia.carbide.cpp.project.core.processes   
com.nokia.carbide.templatewizard.process   
com.nokia.carbide.templatewizard.processes   
 

Classes in com.nokia.carbide.templatewizard.process used by com.nokia.carbide.cpp.project.core.processes
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".
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.
 

Classes in com.nokia.carbide.templatewizard.process used by com.nokia.carbide.templatewizard.process
AbstractProcess
          An abstract base class to enable implementing com.nokia.carbide.templatewizard.process.IProcess Includes methods for initialization, failure handling and accessing parameters.
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.
 

Classes in com.nokia.carbide.templatewizard.process used by com.nokia.carbide.templatewizard.processes
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".
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.
 


Carbide.c++