Carbide.c++

Uses of Interface
com.nokia.carbide.templatewizard.process.IProcess

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

Uses of IProcess in com.nokia.carbide.cpp.project.core.processes
 

Classes in com.nokia.carbide.cpp.project.core.processes that implement IProcess
 class CopyFilesAndFormatAsCpp
          Copy files and format per CDT tab policy
 class CopyFilesAndUpdateSymbianOSProjectFiles
          Copy files and have any new mmp/mk or source files added to the bld.inf or mmp file
 class CreateRezId
          Process used in templates to create a 4 character string based on the project name, which is used in the main resource file in the NAME statement.
 class NewProject
          Process used in templates to create a new Carbide project.
 

Uses of IProcess in com.nokia.carbide.templatewizard.process
 

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

Uses of IProcess in com.nokia.carbide.templatewizard.processes
 

Classes in com.nokia.carbide.templatewizard.processes that implement IProcess
 class CopyFiles
          Process used in templates to files in a project.
 class CopyFileTree
          Process used in templates to copy a tree of files from one location to another, optionally template-expanding contents along the way.
 class CreateFolders
          Process used in templates to create folders in a project.
 class CreateTemplateVariable
          Process used in templates to create variables used for text substitution in other template files.
 class OpenFileInEditor
          Opens the specified file in an editor.
 


Carbide.c++