Uses of Interface
com._1c.g5.v8.dt.stacktraces.model.IStacktrace
-
Packages that use IStacktrace Package Description com._1c.g5.v8.dt.stacktraces.model -
-
Uses of IStacktrace in com._1c.g5.v8.dt.stacktraces.model
Methods in com._1c.g5.v8.dt.stacktraces.model that return IStacktrace Modifier and Type Method Description IStacktrace
IStacktraceFactory. createStacktrace(String title, String detail, StacktraceFormat stacktraceFormat, String projectName)
Creates newIStacktrace
.IStacktrace
IStacktraceElement. getStacktrace()
Returns root stacktrace.IStacktrace
StacktraceChangedEvent. getStacktrace()
Returns stacktrace.IStacktrace
IStacktraceParser. parse(String text, String title, String detail)
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 IStacktrace Modifier and Type Method Description List<IStacktrace>
IStacktraceRepository. getStacktraces()
Returns repository stacktraces.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktrace Modifier and Type Method Description void
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 IStacktrace Constructor Description StacktraceAddedEvent(IStacktrace stacktrace)
Creates new event.StacktraceChangedEvent(IStacktrace stacktrace)
Creates new event.StacktraceRemovedEvent(IStacktrace stacktrace)
Creates new event.
-