Carbide.c++

Uses of Class
com.nokia.carbide.cdt.builder.EMMPPathContext

Packages that use EMMPPathContext
com.nokia.carbide.cdt.builder   
 

Uses of EMMPPathContext in com.nokia.carbide.cdt.builder
 

Methods in com.nokia.carbide.cdt.builder that return EMMPPathContext
static EMMPPathContext EMMPPathContext.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EMMPPathContext[] EMMPPathContext.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.nokia.carbide.cdt.builder with parameters of type EMMPPathContext
 IPath MMPViewPathHelper.convertMMPToFilesystem(EMMPPathContext context, IPath path)
          Convert the given path (from an IMMPView API) into a full path in the local filesystem.
 IPath MMPViewPathHelper.convertMMPToProject(EMMPPathContext context, IPath path)
          Convert the given path (from an IMMPView API) into a project-relative path, if possible.
 IPath MMPViewPathHelper.convertMMPToWorkspace(EMMPPathContext context, IPath path)
          Convert the given path (from an IMMPView API) into a workspace-relative path, if possible.
 IPath MMPViewPathHelper.convertProjectOrFullPathToMMP(EMMPPathContext context, IPath path)
          Convert either a project-relative or a full filesystem path to an MMP-appropriate path, which may either a project-relative path, an EPOCROOT-relative path (with leading "/epoc32"), or an absolute (filesystem) path, depending on context.
 


Carbide.c++