org.eclipse.wst.jsdt.web.core.javascript
Class CompilationUnitHelper

java.lang.Object
  extended by org.eclipse.wst.jsdt.web.core.javascript.CompilationUnitHelper

public class CompilationUnitHelper
extends java.lang.Object

Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

this code was taken from the JSP plugin. This class is to ensure only one copy of the compilation unit exits.


Method Summary
static CompilationUnitHelper getInstance()
           
 org.eclipse.wst.jsdt.web.core.javascript.JsProblemRequestor getProblemRequestor()
           
 WorkingCopyOwner getWorkingCopyOwner()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final CompilationUnitHelper getInstance()

getProblemRequestor

public org.eclipse.wst.jsdt.web.core.javascript.JsProblemRequestor getProblemRequestor()

getWorkingCopyOwner

public WorkingCopyOwner getWorkingCopyOwner()