public final class Debug
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
dumpBlock(java.lang.Object key,
java.lang.Object value) |
static java.lang.String |
dumpCategory(org.eclipse.core.commands.Category category) |
static java.lang.String |
dumpClass(java.lang.Class<?> type) |
static java.lang.String |
dumpCommand(org.eclipse.core.commands.Command command) |
static java.lang.String |
dumpCommandEvent(org.eclipse.core.commands.CommandEvent event) |
static java.lang.String |
dumpCommandManagerEvent(org.eclipse.core.commands.CommandManagerEvent event) |
static java.lang.String |
dumpCompletionProposal(org.eclipse.jface.text.contentassist.ICompletionProposal proposal) |
static java.lang.String |
dumpCompliationUnit(org.eclipse.jdt.core.dom.CompilationUnit unit) |
static java.lang.String |
dumpContentAssistEvent(org.eclipse.jface.text.contentassist.ContentAssistEvent event) |
static java.lang.String |
dumpDebugEvent(org.eclipse.debug.core.DebugEvent event) |
static java.lang.String |
dumpDebugEvents(org.eclipse.debug.core.DebugEvent[] events) |
static java.lang.String |
dumpDocument(org.eclipse.jface.text.IDocument document) |
static java.lang.String |
dumpDocumentChange(org.eclipse.jface.text.IDocument before,
org.eclipse.jface.text.IDocument after) |
static java.lang.String |
dumpDocumentEvent(org.eclipse.jface.text.DocumentEvent event) |
static java.lang.String |
dumpEditor(org.eclipse.ui.IEditorPart part) |
static java.lang.String |
dumpEditorReference(org.eclipse.ui.IEditorReference reference) |
static java.lang.String |
dumpExecutionEvent(org.eclipse.core.commands.ExecutionEvent event) |
static java.lang.String |
dumpFileBuffer(org.eclipse.core.filebuffers.IFileBuffer buffer) |
static java.lang.String |
dumpGitConfigurationEvent(org.eclipse.jgit.events.ConfigChangedEvent event) |
static java.lang.String |
dumpGitIndexEvent(org.eclipse.jgit.events.IndexChangedEvent event) |
static java.lang.String |
dumpGitReferenceEvent(org.eclipse.jgit.events.RefsChangedEvent event) |
static java.lang.String |
dumpGitRepository(org.eclipse.jgit.lib.Repository repository) |
static java.lang.String |
dumpGitRepositoryEvent(org.eclipse.jgit.events.RepositoryEvent<?> event) |
static java.lang.String |
dumpGitRepositoryMapping(org.eclipse.egit.core.project.RepositoryMapping mapping) |
static java.lang.String |
dumpGitRepositoryState(org.eclipse.jgit.lib.RepositoryState state) |
static java.lang.String |
dumpHeader(java.lang.String title) |
static java.lang.String |
dumpJavaElement(org.eclipse.jdt.core.IJavaElement element) |
static java.lang.String |
dumpJavaElementChangeEvent(org.eclipse.jdt.core.ElementChangedEvent event) |
static java.lang.String |
dumpJavaElementDelta(org.eclipse.jdt.core.IJavaElementDelta delta) |
static java.lang.String |
dumpJavaProject(org.eclipse.jdt.core.IJavaProject project) |
static java.lang.String |
dumpLaunch(org.eclipse.debug.core.ILaunch launch) |
static java.lang.String |
dumpLaunchConfiguration(org.eclipse.debug.core.ILaunchConfiguration configuration) |
static java.lang.String |
dumpLaunchConfigurationType(org.eclipse.debug.core.ILaunchConfigurationType type) |
static java.lang.String |
dumpLaunches(org.eclipse.debug.core.ILaunch[] launches) |
static java.lang.String |
dumpLine(java.lang.Object key,
java.lang.Object value) |
static java.lang.String |
dumpMarkSelection(org.eclipse.jface.text.IMarkSelection selection) |
static java.lang.String |
dumpOperationHistoryEvent(org.eclipse.core.commands.operations.OperationHistoryEvent event) |
static java.lang.String |
dumpPage(org.eclipse.ui.IWorkbenchPage page) |
static java.lang.String |
dumpParameter(org.eclipse.core.commands.IParameter parameter) |
static java.lang.String |
dumpParameters(org.eclipse.core.commands.IParameter[] parameters) |
static java.lang.String |
dumpPart(org.eclipse.ui.IWorkbenchPart part) |
static java.lang.String |
dumpPartReference(org.eclipse.ui.IWorkbenchPartReference reference) |
static java.lang.String |
dumpPerspectiveDescriptor(org.eclipse.ui.IPerspectiveDescriptor descriptor) |
static java.lang.String |
dumpRefactoringDescriptorProxy(org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy proxy) |
static java.lang.String |
dumpRefactoringExecutionEvent(org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent event) |
static java.lang.String |
dumpRefactoringHistoryEvent(org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent event) |
static java.lang.String |
dumpResource(org.eclipse.core.resources.IResource resource) |
static java.lang.String |
dumpResourceChangeEvent(org.eclipse.core.resources.IResourceChangeEvent event) |
static java.lang.String |
dumpResourceDelta(org.eclipse.core.resources.IResourceDelta delta) |
static java.lang.String |
dumpSearchQuery(org.eclipse.search.ui.ISearchQuery query) |
static java.lang.String |
dumpSearchResult(org.eclipse.search.ui.ISearchResult result) |
static java.lang.String |
dumpSearchResultEvent(org.eclipse.search.ui.SearchResultEvent event) |
static java.lang.String |
dumpSelection(org.eclipse.jface.viewers.ISelection selection) |
static java.lang.String |
dumpStatus(org.eclipse.core.runtime.IStatus status) |
static java.lang.String |
dumpStructuredSelection(org.eclipse.jface.viewers.IStructuredSelection selection) |
static java.lang.String |
dumpTestCaseElement(org.eclipse.jdt.junit.model.ITestCaseElement element) |
static java.lang.String |
dumpTestRunSession(org.eclipse.jdt.junit.model.ITestRunSession session) |
static java.lang.String |
dumpTextEvent(org.eclipse.jface.text.TextEvent event) |
static java.lang.String |
dumpTextPresentation(org.eclipse.jface.text.TextPresentation presentation) |
static java.lang.String |
dumpTextSelection(org.eclipse.jface.text.ITextSelection selection) |
static java.lang.String |
dumpThrowable(java.lang.Throwable throwable) |
static java.lang.String |
dumpTime() |
static java.lang.String |
dumpTime(java.util.Date date) |
static java.lang.String |
dumpUndoableOperation(org.eclipse.core.commands.operations.IUndoableOperation operation) |
static java.lang.String |
dumpView(org.eclipse.ui.IViewPart part) |
static java.lang.String |
dumpViewReference(org.eclipse.ui.IViewReference reference) |
static java.lang.String |
dumpWindow(org.eclipse.ui.IWorkbenchWindow window) |
static java.lang.String |
dumpWorkbench(org.eclipse.ui.IWorkbench workbench) |
static void |
error(java.lang.String message,
java.lang.Throwable failure) |
static DebugConsole |
getDefaultConsole() |
static void |
notice(java.lang.String message) |
static void |
notice(java.lang.String format,
java.lang.Object... args) |
static void |
print(java.lang.String message) |
static void |
print(java.lang.String format,
java.lang.Object... args) |
static void |
put(java.lang.String message) |
static void |
put(java.lang.String format,
java.lang.Object... args) |
static void |
tab() |
static void |
untab() |
static void |
warning(java.lang.String message) |
static void |
warning(java.lang.String format,
java.lang.Object... args) |
public static DebugConsole getDefaultConsole()
public static void tab()
public static void untab()
public static void put(@Nullable java.lang.String message)
public static void put(java.lang.String format, java.lang.Object... args)
public static void print(@Nullable java.lang.String message)
public static void print(java.lang.String format, java.lang.Object... args)
public static void notice(java.lang.String message)
public static void notice(java.lang.String format, java.lang.Object... args)
public static void warning(java.lang.String message)
public static void warning(java.lang.String format, java.lang.Object... args)
public static void error(java.lang.String message, java.lang.Throwable failure)
public static java.lang.String dumpHeader(java.lang.String title)
public static java.lang.String dumpClass(java.lang.Class<?> type)
public static java.lang.String dumpBlock(java.lang.Object key, @Nullable java.lang.Object value)
public static java.lang.String dumpLine(java.lang.Object key, @Nullable java.lang.Object value)
public static java.lang.String dumpTime()
public static java.lang.String dumpTime(java.util.Date date)
public static java.lang.String dumpCategory(org.eclipse.core.commands.Category category) throws org.eclipse.core.commands.common.NotDefinedException
org.eclipse.core.commands.common.NotDefinedException
public static java.lang.String dumpCommand(org.eclipse.core.commands.Command command) throws org.eclipse.core.commands.common.NotDefinedException, org.eclipse.core.commands.ParameterValuesException
org.eclipse.core.commands.common.NotDefinedException
org.eclipse.core.commands.ParameterValuesException
public static java.lang.String dumpCommandEvent(org.eclipse.core.commands.CommandEvent event) throws org.eclipse.core.commands.common.NotDefinedException, org.eclipse.core.commands.ParameterValuesException
org.eclipse.core.commands.common.NotDefinedException
org.eclipse.core.commands.ParameterValuesException
public static java.lang.String dumpCommandManagerEvent(org.eclipse.core.commands.CommandManagerEvent event)
public static java.lang.String dumpCompliationUnit(org.eclipse.jdt.core.dom.CompilationUnit unit)
public static java.lang.String dumpCompletionProposal(org.eclipse.jface.text.contentassist.ICompletionProposal proposal)
public static java.lang.String dumpContentAssistEvent(org.eclipse.jface.text.contentassist.ContentAssistEvent event)
public static java.lang.String dumpDebugEvent(org.eclipse.debug.core.DebugEvent event)
public static java.lang.String dumpDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
public static java.lang.String dumpDocument(org.eclipse.jface.text.IDocument document)
public static java.lang.String dumpDocumentChange(org.eclipse.jface.text.IDocument before, org.eclipse.jface.text.IDocument after)
public static java.lang.String dumpDocumentEvent(org.eclipse.jface.text.DocumentEvent event)
public static java.lang.String dumpEditor(org.eclipse.ui.IEditorPart part)
public static java.lang.String dumpEditorReference(org.eclipse.ui.IEditorReference reference)
public static java.lang.String dumpExecutionEvent(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.common.NotDefinedException, org.eclipse.core.commands.ParameterValuesException
org.eclipse.core.commands.common.NotDefinedException
org.eclipse.core.commands.ParameterValuesException
public static java.lang.String dumpFileBuffer(org.eclipse.core.filebuffers.IFileBuffer buffer)
public static java.lang.String dumpGitConfigurationEvent(org.eclipse.jgit.events.ConfigChangedEvent event)
public static java.lang.String dumpGitIndexEvent(org.eclipse.jgit.events.IndexChangedEvent event)
public static java.lang.String dumpGitReferenceEvent(org.eclipse.jgit.events.RefsChangedEvent event)
public static java.lang.String dumpGitRepository(org.eclipse.jgit.lib.Repository repository)
public static java.lang.String dumpGitRepositoryEvent(org.eclipse.jgit.events.RepositoryEvent<?> event)
public static java.lang.String dumpGitRepositoryMapping(org.eclipse.egit.core.project.RepositoryMapping mapping)
public static java.lang.String dumpGitRepositoryState(org.eclipse.jgit.lib.RepositoryState state)
public static java.lang.String dumpJavaElement(org.eclipse.jdt.core.IJavaElement element)
public static java.lang.String dumpJavaElementChangeEvent(org.eclipse.jdt.core.ElementChangedEvent event)
public static java.lang.String dumpJavaElementDelta(org.eclipse.jdt.core.IJavaElementDelta delta)
public static java.lang.String dumpJavaProject(org.eclipse.jdt.core.IJavaProject project)
public static java.lang.String dumpLaunch(org.eclipse.debug.core.ILaunch launch) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static java.lang.String dumpLaunches(org.eclipse.debug.core.ILaunch[] launches) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static java.lang.String dumpLaunchConfiguration(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static java.lang.String dumpLaunchConfigurationType(org.eclipse.debug.core.ILaunchConfigurationType type)
public static java.lang.String dumpMarkSelection(org.eclipse.jface.text.IMarkSelection selection)
public static java.lang.String dumpOperationHistoryEvent(org.eclipse.core.commands.operations.OperationHistoryEvent event)
public static java.lang.String dumpPage(org.eclipse.ui.IWorkbenchPage page)
public static java.lang.String dumpParameter(org.eclipse.core.commands.IParameter parameter) throws org.eclipse.core.commands.ParameterValuesException
org.eclipse.core.commands.ParameterValuesException
public static java.lang.String dumpParameters(org.eclipse.core.commands.IParameter[] parameters) throws org.eclipse.core.commands.ParameterValuesException
org.eclipse.core.commands.ParameterValuesException
public static java.lang.String dumpPart(org.eclipse.ui.IWorkbenchPart part)
public static java.lang.String dumpPartReference(org.eclipse.ui.IWorkbenchPartReference reference)
public static java.lang.String dumpPerspectiveDescriptor(org.eclipse.ui.IPerspectiveDescriptor descriptor)
public static java.lang.String dumpRefactoringDescriptorProxy(org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy proxy)
public static java.lang.String dumpRefactoringExecutionEvent(org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent event)
public static java.lang.String dumpRefactoringHistoryEvent(org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent event)
public static java.lang.String dumpResource(org.eclipse.core.resources.IResource resource)
public static java.lang.String dumpResourceChangeEvent(org.eclipse.core.resources.IResourceChangeEvent event)
public static java.lang.String dumpResourceDelta(org.eclipse.core.resources.IResourceDelta delta)
public static java.lang.String dumpSearchQuery(org.eclipse.search.ui.ISearchQuery query)
public static java.lang.String dumpSearchResult(org.eclipse.search.ui.ISearchResult result)
public static java.lang.String dumpSearchResultEvent(org.eclipse.search.ui.SearchResultEvent event)
public static java.lang.String dumpSelection(org.eclipse.jface.viewers.ISelection selection)
public static java.lang.String dumpStatus(org.eclipse.core.runtime.IStatus status)
public static java.lang.String dumpStructuredSelection(org.eclipse.jface.viewers.IStructuredSelection selection)
public static java.lang.String dumpTestCaseElement(org.eclipse.jdt.junit.model.ITestCaseElement element)
public static java.lang.String dumpTestRunSession(org.eclipse.jdt.junit.model.ITestRunSession session)
public static java.lang.String dumpTextEvent(org.eclipse.jface.text.TextEvent event)
public static java.lang.String dumpTextPresentation(org.eclipse.jface.text.TextPresentation presentation)
public static java.lang.String dumpTextSelection(org.eclipse.jface.text.ITextSelection selection)
public static java.lang.String dumpThrowable(java.lang.Throwable throwable)
public static java.lang.String dumpUndoableOperation(org.eclipse.core.commands.operations.IUndoableOperation operation)
public static java.lang.String dumpView(org.eclipse.ui.IViewPart part)
public static java.lang.String dumpViewReference(org.eclipse.ui.IViewReference reference)
public static java.lang.String dumpWindow(org.eclipse.ui.IWorkbenchWindow window)
public static java.lang.String dumpWorkbench(org.eclipse.ui.IWorkbench workbench)