org.eclipse.cdt.internal.ui.codemanipulation
Class StubUtility

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.codemanipulation.StubUtility

public class StubUtility
extends java.lang.Object


Constructor Summary
StubUtility()
           
 
Method Summary
static java.lang.String getBodyFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeComment, java.lang.String typeContent, java.lang.String lineDelimiter)
          Not implemented, returns "".
static java.lang.String getClassComment(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeQualifiedName, java.lang.String lineDelim)
          Not implemented, returns "".
static java.lang.String getHeaderFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeComment, java.lang.String typeContent, java.lang.String lineDelimiter)
          Not implemented, returns "".
static java.lang.String getLineDelimiterUsed(org.eclipse.cdt.core.model.ICElement elem)
          Examines a string and returns the first line delimiter found.
static java.lang.String getTodoTaskTag(org.eclipse.cdt.core.model.ICProject project)
          Get the default task tag for the given project.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubUtility

public StubUtility()
Method Detail

getHeaderFileContent

public static java.lang.String getHeaderFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu,
                                                    java.lang.String typeComment,
                                                    java.lang.String typeContent,
                                                    java.lang.String lineDelimiter)
                                             throws org.eclipse.core.runtime.CoreException
Not implemented, returns "".

Throws:
org.eclipse.core.runtime.CoreException

getBodyFileContent

public static java.lang.String getBodyFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu,
                                                  java.lang.String typeComment,
                                                  java.lang.String typeContent,
                                                  java.lang.String lineDelimiter)
                                           throws org.eclipse.core.runtime.CoreException
Not implemented, returns "".

Throws:
org.eclipse.core.runtime.CoreException

getClassComment

public static java.lang.String getClassComment(org.eclipse.cdt.core.model.ITranslationUnit cu,
                                               java.lang.String typeQualifiedName,
                                               java.lang.String lineDelim)
                                        throws org.eclipse.core.runtime.CoreException
Not implemented, returns "".

Throws:
org.eclipse.core.runtime.CoreException

getLineDelimiterUsed

public static java.lang.String getLineDelimiterUsed(org.eclipse.cdt.core.model.ICElement elem)
                                             throws org.eclipse.cdt.core.model.CModelException
Examines a string and returns the first line delimiter found.

Throws:
org.eclipse.cdt.core.model.CModelException

getTodoTaskTag

public static java.lang.String getTodoTaskTag(org.eclipse.cdt.core.model.ICProject project)
Get the default task tag for the given project.

Parameters:
project -
Returns:
the default task tag