public class StatusWrapper extends Object
RefactoringStatusContext.| Constructor and Description |
|---|
StatusWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_toString(org.eclipse.emf.ecore.EObject element) |
protected String |
_toString(Exception exc) |
protected String |
_toString(Object element) |
protected String |
_toString(org.eclipse.emf.common.util.URI uri) |
void |
add(int severity,
String message,
org.eclipse.emf.ecore.EObject element) |
void |
add(int severity,
String message,
org.eclipse.emf.ecore.EObject element,
ITextRegion region) |
void |
add(int severity,
String message,
Exception exc,
org.apache.log4j.Logger log) |
void |
add(int severity,
String message,
Object... params) |
void |
add(int severity,
String message,
org.eclipse.emf.common.util.URI resourceUri) |
void |
add(int severity,
String message,
org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext |
createContext(org.eclipse.emf.ecore.EObject eObject) |
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext |
createContext(org.eclipse.emf.ecore.EObject eObject,
ITextRegion textRegion) |
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext |
createContext(org.eclipse.core.resources.IFile file,
ITextRegion textRegion) |
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext |
createContext(org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected String |
format(String message,
Object... elements) |
org.eclipse.ltk.core.refactoring.RefactoringStatus |
getRefactoringStatus() |
void |
merge(org.eclipse.ltk.core.refactoring.RefactoringStatus status) |
void |
merge(StatusWrapper status) |
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext createContext(org.eclipse.emf.ecore.EObject eObject)
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext createContext(org.eclipse.emf.ecore.EObject eObject,
ITextRegion textRegion)
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext createContext(org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
protected org.eclipse.ltk.core.refactoring.RefactoringStatusContext createContext(org.eclipse.core.resources.IFile file,
ITextRegion textRegion)
protected String _toString(org.eclipse.emf.common.util.URI uri)
protected String _toString(org.eclipse.emf.ecore.EObject element)
public org.eclipse.ltk.core.refactoring.RefactoringStatus getRefactoringStatus()
public void add(int severity,
String message,
org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
public void add(int severity,
String message,
org.eclipse.emf.common.util.URI resourceUri)
public void add(int severity,
String message,
org.eclipse.emf.ecore.EObject element)
public void add(int severity,
String message,
org.eclipse.emf.ecore.EObject element,
ITextRegion region)
public void merge(org.eclipse.ltk.core.refactoring.RefactoringStatus status)
public void merge(StatusWrapper status)
Copyright © 2016. All Rights Reserved.