org.eclipse.jst.jsf.context.resolver.structureddocument
Interface IWorkspaceContextResolver
- All Superinterfaces:
- IContextResolver, IDocumentContextResolver
public interface IWorkspaceContextResolver
- extends IDocumentContextResolver
A resolver to determine the current context within the Eclipse
workspace.
This interface may be sub-classed or implemented by clients
Method Summary |
org.eclipse.core.resources.IProject |
getProject()
|
org.eclipse.core.resources.IResource |
getResource()
|
getProject
org.eclipse.core.resources.IProject getProject()
- Returns:
- the project that contains the document context
or null if it cannot be determined
getResource
org.eclipse.core.resources.IResource getResource()
- Returns:
- the resource that contains the document context
or null if it cannot be determined.
This should normally be an IFile.