Java org.eclipse.jdt.core IJavaModelStatus fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IJavaModelStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IJavaModelStatus.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IJavaModelStatus has the following implementations.
Click this link to see all its implementation.

Method

IPathgetPath()
Returns the path associated with the failure (see specification of the status code), or null if the failure is not one of DEVICE_PATH, INVALID_PATH, PATH_OUTSIDE_PROJECT, or RELATIVE_PATH.
booleanisDoesNotExist()
Returns whether this status indicates that a Java model element does not exist.