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 IStacktraceIStacktraceFactory. createStacktrace(String title, String detail, StacktraceFormat stacktraceFormat, String projectName)Creates newIStacktrace.IStacktraceIStacktraceElement. getStacktrace()Returns root stacktrace.IStacktraceStacktraceChangedEvent. getStacktrace()Returns stacktrace.IStacktraceIStacktraceParser. 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 voidIStacktraceRepository. add(IStacktrace stacktrace)Adds stacktrace to repository.voidIStacktraceRepository. 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.
-