public class ProcessMarker
extends org.eclipse.core.runtime.PlatformObject
implements org.eclipse.core.resources.IMarker
BOOKMARK, CHAR_END, CHAR_START, DONE, LINE_NUMBER, LOCATION, MARKER, MESSAGE, PRIORITY, PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_NORMAL, PROBLEM, SEVERITY, SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARNING, SOURCE_ID, TASK, TEXT, TRANSIENT, USER_EDITABLE| Constructor and Description |
|---|
ProcessMarker() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
exists() |
Object |
getAttribute(String attributeName) |
boolean |
getAttribute(String attributeName,
boolean defaultValue) |
int |
getAttribute(String attributeName,
int defaultValue) |
String |
getAttribute(String attributeName,
String defaultValue) |
Map<String,Object> |
getAttributes() |
Object[] |
getAttributes(String[] attributeNames) |
long |
getCreationTime() |
long |
getId() |
org.eclipse.core.resources.IResource |
getResource() |
String |
getType() |
boolean |
isSubtypeOf(String superType) |
void |
setAttribute(String attributeName,
boolean value) |
void |
setAttribute(String attributeName,
int value) |
void |
setAttribute(String attributeName,
Object value) |
void |
setAttributes(Map<String,? extends Object> attributes) |
void |
setAttributes(String[] attributeNames,
Object[] values) |
public void delete()
throws org.eclipse.core.runtime.CoreException
delete in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic boolean exists()
exists in interface org.eclipse.core.resources.IMarkerpublic Object getAttribute(String attributeName) throws org.eclipse.core.runtime.CoreException
getAttribute in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic int getAttribute(String attributeName, int defaultValue)
getAttribute in interface org.eclipse.core.resources.IMarkerpublic String getAttribute(String attributeName, String defaultValue)
getAttribute in interface org.eclipse.core.resources.IMarkerpublic boolean getAttribute(String attributeName, boolean defaultValue)
getAttribute in interface org.eclipse.core.resources.IMarkerpublic Map<String,Object> getAttributes() throws org.eclipse.core.runtime.CoreException
getAttributes in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic Object[] getAttributes(String[] attributeNames) throws org.eclipse.core.runtime.CoreException
getAttributes in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic long getCreationTime()
throws org.eclipse.core.runtime.CoreException
getCreationTime in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic long getId()
getId in interface org.eclipse.core.resources.IMarkerpublic org.eclipse.core.resources.IResource getResource()
getResource in interface org.eclipse.core.resources.IMarkerpublic String getType() throws org.eclipse.core.runtime.CoreException
getType in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic boolean isSubtypeOf(String superType) throws org.eclipse.core.runtime.CoreException
isSubtypeOf in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic void setAttribute(String attributeName, int value) throws org.eclipse.core.runtime.CoreException
setAttribute in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic void setAttribute(String attributeName, Object value) throws org.eclipse.core.runtime.CoreException
setAttribute in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic void setAttribute(String attributeName, boolean value) throws org.eclipse.core.runtime.CoreException
setAttribute in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionpublic void setAttributes(String[] attributeNames, Object[] values) throws org.eclipse.core.runtime.CoreException
setAttributes in interface org.eclipse.core.resources.IMarkerorg.eclipse.core.runtime.CoreExceptionCopyright © 2018. All rights reserved.