Carbide.c++

Uses of Class
com.nokia.carbide.templatewizard.process.AbstractProcess

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

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

Subclasses of AbstractProcess in com.nokia.carbide.cpp.project.core.processes
 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 AbstractProcess in com.nokia.carbide.templatewizard.process
 

Subclasses of AbstractProcess in com.nokia.carbide.templatewizard.process
 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 AbstractProcess in com.nokia.carbide.templatewizard.processes
 

Subclasses of AbstractProcess in com.nokia.carbide.templatewizard.processes
 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++