Carbide.c++

Uses of Class
com.nokia.carbide.templatewizard.processes.CopyFiles

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

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

Subclasses of CopyFiles 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
 

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

Subclasses of CopyFiles in com.nokia.carbide.templatewizard.processes
 class CopyFileTree
          Process used in templates to copy a tree of files from one location to another, optionally template-expanding contents along the way.
 


Carbide.c++