Uses of Interface
com._1c.g5.v8.dt.stacktraces.model.IStacktrace
Packages that use IStacktrace
Package
Description
-
Uses of IStacktrace in com._1c.g5.v8.dt.internal.stacktraces.model
Classes in com._1c.g5.v8.dt.internal.stacktraces.model that implement IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.model that return IStacktraceModifier and TypeMethodDescriptionStacktraceFactory.createStacktrace
(String name, String detail, StacktraceFormat stacktraceFormat, String projectName) Stacktrace.getStacktrace()
StacktraceElement.getStacktrace()
Methods in com._1c.g5.v8.dt.internal.stacktraces.model that return types with arguments of type IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.model with parameters of type IStacktraceModifier and TypeMethodDescriptionvoid
StacktraceRepository.add
(IStacktrace stacktrace) void
StacktraceRepository.remove
(IStacktrace stacktrace) -
Uses of IStacktrace in com._1c.g5.v8.dt.internal.stacktraces.ui.view
Methods in com._1c.g5.v8.dt.internal.stacktraces.ui.view that return IStacktraceMethods in com._1c.g5.v8.dt.internal.stacktraces.ui.view with parameters of type IStacktraceModifier and TypeMethodDescriptionvoid
IStacktracesClipboardSupport.putStacktrace
(IStacktrace stacktrace) Puts stacktrace to clipboard.void
StacktracesClipboardSupport.putStacktrace
(IStacktrace stacktrace) Constructors in com._1c.g5.v8.dt.internal.stacktraces.ui.view with parameters of type IStacktraceModifierConstructorDescriptionStacktracesViewPage
(MultiPageViewPart multiPageViewPart, IStacktrace stacktrace, IBslSourceDisplay sourceDisplay) Creates new stacktrace page. -
Uses of IStacktrace in com._1c.g5.v8.dt.stacktraces.model
Methods in com._1c.g5.v8.dt.stacktraces.model that return IStacktraceModifier and TypeMethodDescriptionIStacktraceFactory.createStacktrace
(String title, String detail, StacktraceFormat stacktraceFormat, String projectName) Creates newIStacktrace
.IStacktraceElement.getStacktrace()
Returns root stacktrace.StacktraceChangedEvent.getStacktrace()
Returns stacktrace.Parses stacktrace from stack trace or thread dump text.Methods in com._1c.g5.v8.dt.stacktraces.model that return types with arguments of type IStacktraceModifier and TypeMethodDescriptionIStacktraceRepository.getStacktraces()
Returns repository stacktraces.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktraceModifier and TypeMethodDescriptionvoid
IStacktraceRepository.add
(IStacktrace stacktrace) Adds stacktrace to repository.void
IStacktraceRepository.remove
(IStacktrace stacktrace) Removes stacktrace repository.Constructors in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktraceModifierConstructorDescriptionStacktraceAddedEvent
(IStacktrace stacktrace) Creates new event.StacktraceChangedEvent
(IStacktrace stacktrace) Creates new event.StacktraceRemovedEvent
(IStacktrace stacktrace) Creates new event.