carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/reference/api/com/nokia/carbide/cdt/builder/MMPViewPathHelper.html
author fturovic <frank.turovich@nokia.com>
Tue, 27 Jul 2010 15:28:19 -0500
changeset 1704 24ac5a5cf80c
parent 0 fb279309251b
permissions -rw-r--r--
updated copyright dates and fixed some css issues

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_15) on Tue Jan 06 17:31:52 CST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
MMPViewPathHelper (Carbide.c++ SDK API Reference)
</TITLE>

<META NAME="keywords" CONTENT="com.nokia.carbide.cdt.builder.MMPViewPathHelper class">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="MMPViewPathHelper (Carbide.c++ SDK API Reference)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MMPViewPathHelper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Carbide.c++</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../com/nokia/carbide/cdt/builder/InvalidDriveInMMPPathException.html" title="class in com.nokia.carbide.cdt.builder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../com/nokia/carbide/cdt/builder/PKGViewPathHelper.html" title="class in com.nokia.carbide.cdt.builder"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?com/nokia/carbide/cdt/builder/MMPViewPathHelper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="MMPViewPathHelper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.nokia.carbide.cdt.builder</FONT>
<BR>
Class MMPViewPathHelper</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.nokia.carbide.cdt.builder.MMPViewPathHelper</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>MMPViewPathHelper</B><DT>extends java.lang.Object</DL>
</PRE>

<P>
This class manages conversion of IPaths provided by an IMMPView 
 back and forth to real-world paths in the filesystem or workspace.
 <p>
 This also handles correcting the capitalization in a path.  Eclipse's
 IPaths are not case-insensitive, as they should be, so we need to
 match up MMP file references to real references and provide IPaths
 that will find real content in the workspace.
 <p>
 If an IPath refers to a target directory (i.e. Z:-relative), this API is 
 meaningless and no conversions are likely to be made.
 <p>
 Instances of this class should be short-lived (e.g. if a project is
 deleted or renamed, it may cease to work).
<P>

<P>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;IPath</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#epocRoot">epocRoot</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#MMPViewPathHelper(com.nokia.carbide.cdt.builder.project.ICarbideBuildConfiguration)">MMPViewPathHelper</A></B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/project/ICarbideBuildConfiguration.html" title="interface in com.nokia.carbide.cdt.builder.project">ICarbideBuildConfiguration</A>&nbsp;buildConfiguration)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an instance with the given configuration providing
 the project and EPOCROOT.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#MMPViewPathHelper(IPath, java.lang.String)">MMPViewPathHelper</A></B>(IPath&nbsp;projectRoot,
                  java.lang.String&nbsp;epocRoot)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an instance with the project root and epocRoot.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;IPath</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#convertMMPToFilesystem(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)">convertMMPToFilesystem</A></B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                       IPath&nbsp;path)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert the given path (from an IMMPView API) into a full path
 in the local filesystem.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;IPath</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#convertMMPToProject(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)">convertMMPToProject</A></B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                    IPath&nbsp;path)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert the given path (from an IMMPView API) into a project-relative
 path, if possible.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;IPath</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#convertMMPToWorkspace(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)">convertMMPToWorkspace</A></B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                      IPath&nbsp;path)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert the given path (from an IMMPView API) into a workspace-relative
 path, if possible.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;IPath</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#convertProjectOrFullPathToMMP(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)">convertProjectOrFullPathToMMP</A></B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                              IPath&nbsp;path)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#isEpoc32RelativeFormat(IPath)">isEpoc32RelativeFormat</A></B>(IPath&nbsp;path)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identify the new-style EPOCROOT\epoc32 relative path
 (used only in MMP?)</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="epocRoot"><!-- --></A><H3>
epocRoot</H3>
<PRE>
protected IPath <B>epocRoot</B></PRE>
<DL>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="MMPViewPathHelper(IPath, java.lang.String)"><!-- --></A><H3>
MMPViewPathHelper</H3>
<PRE>
public <B>MMPViewPathHelper</B>(IPath&nbsp;projectRoot,
                         java.lang.String&nbsp;epocRoot)</PRE>
<DL>
<DD>Construct an instance with the project root and epocRoot.
 This constructor is used when a project doesn't exist yet.
 projectRoot may not be null, but epocRoot may be. 
 <p> 
 In this configuration, if epocRoot==null,
 <A HREF="../../../../../com/nokia/carbide/cdt/builder/MMPViewPathHelper.html#convertMMPToFilesystem(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)"><CODE>convertMMPToFilesystem(EMMPPathContext, IPath)</CODE></A> will return
 null for EPOCROOT-relative paths.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>buildConfiguration</CODE> - </DL>
</DL>
<HR>

<A NAME="MMPViewPathHelper(com.nokia.carbide.cdt.builder.project.ICarbideBuildConfiguration)"><!-- --></A><H3>
MMPViewPathHelper</H3>
<PRE>
public <B>MMPViewPathHelper</B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/project/ICarbideBuildConfiguration.html" title="interface in com.nokia.carbide.cdt.builder.project">ICarbideBuildConfiguration</A>&nbsp;buildConfiguration)</PRE>
<DL>
<DD>Construct an instance with the given configuration providing
 the project and EPOCROOT.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>buildConfiguration</CODE> - </DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="isEpoc32RelativeFormat(IPath)"><!-- --></A><H3>
isEpoc32RelativeFormat</H3>
<PRE>
public boolean <B>isEpoc32RelativeFormat</B>(IPath&nbsp;path)</PRE>
<DL>
<DD>Identify the new-style EPOCROOT\epoc32 relative path
 (used only in MMP?)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>path</CODE> - 
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="convertMMPToWorkspace(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)"><!-- --></A><H3>
convertMMPToWorkspace</H3>
<PRE>
public IPath <B>convertMMPToWorkspace</B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                                   IPath&nbsp;path)</PRE>
<DL>
<DD>Convert the given path (from an IMMPView API) into a workspace-relative
 path, if possible.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context from which the path was retrieved<DD><CODE>path</CODE> - 
<DT><B>Returns:</B><DD>workspace-relative non-absolute path, or null if not in workspace</DL>
</DD>
</DL>
<HR>

<A NAME="convertMMPToProject(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)"><!-- --></A><H3>
convertMMPToProject</H3>
<PRE>
public IPath <B>convertMMPToProject</B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                                 IPath&nbsp;path)</PRE>
<DL>
<DD>Convert the given path (from an IMMPView API) into a project-relative
 path, if possible.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context from which the path was retrieved<DD><CODE>path</CODE> - 
<DT><B>Returns:</B><DD>project-relative non-absolute path, or null</DL>
</DD>
</DL>
<HR>

<A NAME="convertMMPToFilesystem(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)"><!-- --></A><H3>
convertMMPToFilesystem</H3>
<PRE>
public IPath <B>convertMMPToFilesystem</B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                                    IPath&nbsp;path)</PRE>
<DL>
<DD>Convert the given path (from an IMMPView API) into a full path
 in the local filesystem.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context from which the path was retrieved<DD><CODE>path</CODE> - 
<DT><B>Returns:</B><DD>absolute path, never null unless it came in null</DL>
</DD>
</DL>
<HR>

<A NAME="convertProjectOrFullPathToMMP(com.nokia.carbide.cdt.builder.EMMPPathContext, IPath)"><!-- --></A><H3>
convertProjectOrFullPathToMMP</H3>
<PRE>
public IPath <B>convertProjectOrFullPathToMMP</B>(<A HREF="../../../../../com/nokia/carbide/cdt/builder/EMMPPathContext.html" title="enum in com.nokia.carbide.cdt.builder">EMMPPathContext</A>&nbsp;context,
                                           IPath&nbsp;path)
                                    throws <A HREF="../../../../../com/nokia/carbide/cdt/builder/InvalidDriveInMMPPathException.html" title="class in com.nokia.carbide.cdt.builder">InvalidDriveInMMPPathException</A></PRE>
<DL>
<DD>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.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>path</CODE> - 
<DT><B>Returns:</B><DD>path, never null unless it came in null
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/nokia/carbide/cdt/builder/InvalidDriveInMMPPathException.html" title="class in com.nokia.carbide.cdt.builder">InvalidDriveInMMPPathException</A></CODE> - if the full path has a device
 which is incompatible with the SDK</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MMPViewPathHelper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Carbide.c++</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../com/nokia/carbide/cdt/builder/InvalidDriveInMMPPathException.html" title="class in com.nokia.carbide.cdt.builder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../com/nokia/carbide/cdt/builder/PKGViewPathHelper.html" title="class in com.nokia.carbide.cdt.builder"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?com/nokia/carbide/cdt/builder/MMPViewPathHelper.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="MMPViewPathHelper.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</BODY>
</HTML>