From d4c402490e98b20e4955b3b5617fcc9d53b86fda Mon Sep 17 00:00:00 2001 From: Peter Wiener Date: Wed, 20 Nov 2024 17:59:17 +0000 Subject: [PATCH] Version 2024.11 - Add requestResponse and issues methods to SiteMapNode --- CHANGELOG.md | 4 + README.md | 4 +- docs/javadoc/allclasses-index.html | 20 +- docs/javadoc/allpackages-index.html | 20 +- .../burp/api/montoya/BurpExtension.html | 26 +- docs/javadoc/burp/api/montoya/MontoyaApi.html | 62 +- .../burp/api/montoya/burpsuite/BurpSuite.html | 64 +- .../montoya/burpsuite/ShutdownOptions.html | 58 +- ...cutionEngine.TaskExecutionEngineState.html | 60 +- .../burpsuite/TaskExecutionEngine.html | 28 +- .../montoya/burpsuite/package-summary.html | 24 +- .../api/montoya/burpsuite/package-tree.html | 24 +- .../montoya/collaborator/Collaborator.html | 30 +- .../collaborator/CollaboratorClient.html | 58 +- .../collaborator/CollaboratorPayload.html | 46 +- .../CollaboratorPayloadGenerator.html | 28 +- .../collaborator/CollaboratorServer.html | 32 +- .../api/montoya/collaborator/DnsDetails.html | 28 +- .../montoya/collaborator/DnsQueryType.html | 90 ++- .../api/montoya/collaborator/HttpDetails.html | 28 +- .../api/montoya/collaborator/Interaction.html | 66 +- .../collaborator/InteractionFilter.html | 38 +- .../montoya/collaborator/InteractionId.html | 32 +- .../montoya/collaborator/InteractionType.html | 62 +- .../montoya/collaborator/PayloadOption.html | 58 +- .../api/montoya/collaborator/SecretKey.html | 38 +- .../api/montoya/collaborator/SmtpDetails.html | 32 +- .../montoya/collaborator/SmtpProtocol.html | 60 +- .../montoya/collaborator/package-summary.html | 24 +- .../montoya/collaborator/package-tree.html | 24 +- .../burp/api/montoya/comparer/Comparer.html | 26 +- .../api/montoya/comparer/package-summary.html | 24 +- .../api/montoya/comparer/package-tree.html | 20 +- .../burp/api/montoya/core/Annotations.html | 68 +- .../api/montoya/core/BurpSuiteEdition.html | 68 +- .../burp/api/montoya/core/ByteArray.html | 172 +++-- .../burp/api/montoya/core/HighlightColor.html | 88 ++- .../javadoc/burp/api/montoya/core/Marker.html | 30 +- docs/javadoc/burp/api/montoya/core/Range.html | 32 +- .../burp/api/montoya/core/Registration.html | 28 +- docs/javadoc/burp/api/montoya/core/Task.html | 32 +- .../burp/api/montoya/core/ToolSource.html | 28 +- .../burp/api/montoya/core/ToolType.html | 96 ++- .../burp/api/montoya/core/Version.html | 66 +- .../api/montoya/core/package-summary.html | 24 +- .../burp/api/montoya/core/package-tree.html | 26 +- .../burp/api/montoya/decoder/Decoder.html | 26 +- .../api/montoya/decoder/package-summary.html | 24 +- .../api/montoya/decoder/package-tree.html | 20 +- .../burp/api/montoya/extension/Extension.html | 42 +- .../extension/ExtensionUnloadingHandler.html | 26 +- .../montoya/extension/package-summary.html | 24 +- .../api/montoya/extension/package-tree.html | 20 +- docs/javadoc/burp/api/montoya/http/Http.html | 66 +- .../burp/api/montoya/http/HttpMode.html | 64 +- .../burp/api/montoya/http/HttpProtocol.html | 60 +- .../burp/api/montoya/http/HttpService.html | 68 +- .../api/montoya/http/RedirectionMode.html | 64 +- .../burp/api/montoya/http/RequestOptions.html | 38 +- .../api/montoya/http/handler/HttpHandler.html | 28 +- .../http/handler/HttpRequestToBeSent.html | 286 ++++--- .../http/handler/HttpResponseReceived.html | 234 ++++-- .../montoya/http/handler/RequestAction.html | 58 +- .../http/handler/RequestToBeSentAction.html | 34 +- .../montoya/http/handler/ResponseAction.html | 58 +- .../http/handler/ResponseReceivedAction.html | 34 +- .../api/montoya/http/handler/TimingData.html | 42 +- .../montoya/http/handler/package-summary.html | 24 +- .../montoya/http/handler/package-tree.html | 24 +- .../api/montoya/http/message/ContentType.html | 70 +- .../burp/api/montoya/http/message/Cookie.html | 54 +- .../api/montoya/http/message/HttpHeader.html | 60 +- .../api/montoya/http/message/HttpMessage.html | 106 ++- .../http/message/HttpRequestResponse.html | 104 ++- .../api/montoya/http/message/MimeType.html | 112 ++- .../montoya/http/message/StatusCodeClass.html | 72 +- .../montoya/http/message/package-summary.html | 24 +- .../montoya/http/message/package-tree.html | 24 +- .../http/message/params/HttpParameter.html | 78 +- .../message/params/HttpParameterType.html | 70 +- .../message/params/ParsedHttpParameter.html | 42 +- .../http/message/params/package-summary.html | 24 +- .../http/message/params/package-tree.html | 24 +- .../http/message/requests/HttpRequest.html | 356 ++++++--- .../message/requests/HttpTransformation.html | 58 +- .../requests/MalformedRequestException.html | 50 +- .../message/requests/package-summary.html | 24 +- .../http/message/requests/package-tree.html | 32 +- .../http/message/responses/HttpResponse.html | 262 +++++-- .../message/responses/analysis/Attribute.html | 28 +- .../responses/analysis/AttributeType.html | 118 ++- .../responses/analysis/KeywordCount.html | 32 +- .../analysis/ResponseKeywordsAnalyzer.html | 38 +- .../analysis/ResponseVariationsAnalyzer.html | 38 +- .../responses/analysis/package-summary.html | 24 +- .../responses/analysis/package-tree.html | 24 +- .../message/responses/package-summary.html | 24 +- .../http/message/responses/package-tree.html | 20 +- .../api/montoya/http/package-summary.html | 24 +- .../burp/api/montoya/http/package-tree.html | 24 +- .../montoya/http/sessions/ActionResult.html | 32 +- .../api/montoya/http/sessions/CookieJar.html | 52 +- .../http/sessions/SessionHandlingAction.html | 32 +- .../sessions/SessionHandlingActionData.html | 34 +- .../http/sessions/package-summary.html | 24 +- .../montoya/http/sessions/package-tree.html | 20 +- .../internal/MontoyaObjectFactory.html | 564 ++++++++++---- .../internal/ObjectFactoryLocator.html | 36 +- .../api/montoya/internal/package-summary.html | 24 +- .../api/montoya/internal/package-tree.html | 22 +- .../montoya/intruder/AttackConfiguration.html | 34 +- .../montoya/intruder/GeneratedPayload.html | 36 +- .../montoya/intruder/HttpRequestTemplate.html | 48 +- .../HttpRequestTemplateGenerationOptions.html | 60 +- .../burp/api/montoya/intruder/Intruder.html | 44 +- .../intruder/IntruderInsertionPoint.html | 26 +- .../api/montoya/intruder/PayloadData.html | 30 +- .../montoya/intruder/PayloadGenerator.html | 26 +- .../intruder/PayloadGeneratorProvider.html | 32 +- .../intruder/PayloadProcessingAction.html | 60 +- .../intruder/PayloadProcessingResult.html | 34 +- .../montoya/intruder/PayloadProcessor.html | 32 +- .../api/montoya/intruder/package-summary.html | 24 +- .../api/montoya/intruder/package-tree.html | 24 +- .../LoggerCaptureHttpRequestResponse.html | 64 +- .../logger/LoggerHttpRequestResponse.html | 64 +- .../api/montoya/logger/package-summary.html | 24 +- .../burp/api/montoya/logger/package-tree.html | 20 +- .../burp/api/montoya/logging/Logging.html | 92 ++- .../api/montoya/logging/package-summary.html | 24 +- .../api/montoya/logging/package-tree.html | 20 +- .../burp/api/montoya/organizer/Organizer.html | 28 +- .../montoya/organizer/package-summary.html | 24 +- .../api/montoya/organizer/package-tree.html | 20 +- .../burp/api/montoya/package-summary.html | 24 +- .../burp/api/montoya/package-tree.html | 20 +- .../montoya/persistence/PersistedList.html | 98 ++- .../montoya/persistence/PersistedObject.html | 708 +++++++++++------- .../api/montoya/persistence/Persistence.html | 28 +- .../api/montoya/persistence/Preferences.html | 260 ++++--- .../montoya/persistence/package-summary.html | 24 +- .../api/montoya/persistence/package-tree.html | 28 +- .../burp/api/montoya/project/Project.html | 30 +- .../api/montoya/project/package-summary.html | 24 +- .../api/montoya/project/package-tree.html | 20 +- .../montoya/proxy/MessageReceivedAction.html | 64 +- .../montoya/proxy/MessageToBeSentAction.html | 60 +- .../javadoc/burp/api/montoya/proxy/Proxy.html | 60 +- .../api/montoya/proxy/ProxyHistoryFilter.html | 26 +- .../proxy/ProxyHttpRequestResponse.html | 128 ++-- .../proxy/ProxyWebSocketHistoryFilter.html | 26 +- .../montoya/proxy/ProxyWebSocketMessage.html | 58 +- .../proxy/http/InterceptedHttpMessage.html | 44 +- .../proxy/http/InterceptedRequest.html | 302 +++++--- .../proxy/http/InterceptedResponse.html | 252 +++++-- .../proxy/http/ProxyRequestHandler.html | 28 +- .../http/ProxyRequestReceivedAction.html | 46 +- .../http/ProxyRequestToBeSentAction.html | 38 +- .../proxy/http/ProxyResponseHandler.html | 28 +- .../http/ProxyResponseReceivedAction.html | 46 +- .../http/ProxyResponseToBeSentAction.html | 38 +- .../montoya/proxy/http/package-summary.html | 24 +- .../api/montoya/proxy/http/package-tree.html | 20 +- .../api/montoya/proxy/package-summary.html | 24 +- .../burp/api/montoya/proxy/package-tree.html | 24 +- .../BinaryMessageReceivedAction.html | 42 +- .../BinaryMessageToBeSentAction.html | 34 +- .../websocket/InterceptedBinaryMessage.html | 30 +- .../websocket/InterceptedTextMessage.html | 34 +- .../proxy/websocket/ProxyMessageHandler.html | 34 +- .../proxy/websocket/ProxyWebSocket.html | 36 +- .../websocket/ProxyWebSocketCreation.html | 28 +- .../ProxyWebSocketCreationHandler.html | 26 +- .../websocket/TextMessageReceivedAction.html | 58 +- .../websocket/TextMessageToBeSentAction.html | 42 +- .../proxy/websocket/package-summary.html | 24 +- .../montoya/proxy/websocket/package-tree.html | 20 +- .../burp/api/montoya/repeater/Repeater.html | 32 +- .../api/montoya/repeater/package-summary.html | 24 +- .../api/montoya/repeater/package-tree.html | 20 +- .../montoya/scanner/AuditConfiguration.html | 26 +- .../burp/api/montoya/scanner/AuditResult.html | 38 +- .../scanner/BuiltInAuditConfiguration.html | 60 +- .../montoya/scanner/ConsolidationAction.html | 62 +- .../burp/api/montoya/scanner/Crawl.html | 36 +- .../api/montoya/scanner/CrawlAndAudit.html | 36 +- .../montoya/scanner/CrawlConfiguration.html | 36 +- .../api/montoya/scanner/ReportFormat.html | 60 +- .../burp/api/montoya/scanner/ScanCheck.html | 30 +- .../montoya/scanner/ScanConfiguration.html | 24 +- .../burp/api/montoya/scanner/ScanTask.html | 36 +- .../burp/api/montoya/scanner/Scanner.html | 48 +- .../burp/api/montoya/scanner/audit/Audit.html | 54 +- .../scanner/audit/AuditIssueHandler.html | 26 +- .../insertionpoint/AuditInsertionPoint.html | 52 +- .../AuditInsertionPointProvider.html | 30 +- .../AuditInsertionPointType.html | 90 ++- .../audit/insertionpoint/package-summary.html | 24 +- .../audit/insertionpoint/package-tree.html | 24 +- .../scanner/audit/issues/AuditIssue.html | 124 +-- .../audit/issues/AuditIssueConfidence.html | 62 +- .../audit/issues/AuditIssueDefinition.html | 60 +- .../audit/issues/AuditIssueSeverity.html | 66 +- .../scanner/audit/issues/package-summary.html | 24 +- .../scanner/audit/issues/package-tree.html | 24 +- .../scanner/audit/package-summary.html | 24 +- .../montoya/scanner/audit/package-tree.html | 20 +- .../bchecks/BCheckImportResult.Status.html | 60 +- .../scanner/bchecks/BCheckImportResult.html | 32 +- .../api/montoya/scanner/bchecks/BChecks.html | 36 +- .../scanner/bchecks/package-summary.html | 24 +- .../montoya/scanner/bchecks/package-tree.html | 24 +- .../api/montoya/scanner/package-summary.html | 24 +- .../api/montoya/scanner/package-tree.html | 24 +- .../javadoc/burp/api/montoya/scope/Scope.html | 44 +- .../burp/api/montoya/scope/ScopeChange.html | 24 +- .../api/montoya/scope/ScopeChangeHandler.html | 26 +- .../api/montoya/scope/package-summary.html | 24 +- .../burp/api/montoya/scope/package-tree.html | 20 +- .../burp/api/montoya/sitemap/SiteMap.html | 52 +- .../api/montoya/sitemap/SiteMapFilter.html | 32 +- .../burp/api/montoya/sitemap/SiteMapNode.html | 66 +- .../api/montoya/sitemap/package-summary.html | 24 +- .../api/montoya/sitemap/package-tree.html | 20 +- .../burp/api/montoya/ui/Selection.html | 34 +- docs/javadoc/burp/api/montoya/ui/Theme.html | 60 +- .../burp/api/montoya/ui/UserInterface.html | 78 +- .../AuditIssueContextMenuEvent.html | 30 +- .../ui/contextmenu/ComponentEvent.html | 32 +- .../ui/contextmenu/ContextMenuEvent.html | 46 +- .../contextmenu/ContextMenuItemsProvider.html | 48 +- .../ui/contextmenu/InvocationSource.html | 28 +- .../ui/contextmenu/InvocationType.html | 86 ++- ...rHttpRequestResponse.SelectionContext.html | 60 +- .../MessageEditorHttpRequestResponse.html | 46 +- .../WebSocketContextMenuEvent.html | 38 +- .../ui/contextmenu/WebSocketEditorEvent.html | 46 +- .../ui/contextmenu/WebSocketMessage.html | 32 +- .../ui/contextmenu/package-summary.html | 24 +- .../montoya/ui/contextmenu/package-tree.html | 24 +- .../burp/api/montoya/ui/editor/Editor.html | 52 +- .../api/montoya/ui/editor/EditorOptions.html | 62 +- .../montoya/ui/editor/HttpRequestEditor.html | 56 +- .../montoya/ui/editor/HttpResponseEditor.html | 56 +- .../burp/api/montoya/ui/editor/RawEditor.html | 58 +- .../ui/editor/WebSocketMessageEditor.html | 56 +- .../extension/EditorCreationContext.html | 28 +- .../ui/editor/extension/EditorMode.html | 60 +- .../extension/ExtensionProvidedEditor.html | 44 +- .../ExtensionProvidedHttpRequestEditor.html | 46 +- .../ExtensionProvidedHttpResponseEditor.html | 46 +- ...tensionProvidedWebSocketMessageEditor.html | 46 +- .../extension/HttpRequestEditorProvider.html | 26 +- .../extension/HttpResponseEditorProvider.html | 26 +- .../WebSocketMessageEditorProvider.html | 26 +- .../ui/editor/extension/package-summary.html | 24 +- .../ui/editor/extension/package-tree.html | 24 +- .../montoya/ui/editor/package-summary.html | 24 +- .../api/montoya/ui/editor/package-tree.html | 24 +- .../api/montoya/ui/menu/BasicMenuItem.html | 50 +- .../burp/api/montoya/ui/menu/Menu.html | 56 +- .../burp/api/montoya/ui/menu/MenuBar.html | 32 +- .../burp/api/montoya/ui/menu/MenuItem.html | 36 +- .../api/montoya/ui/menu/package-summary.html | 24 +- .../api/montoya/ui/menu/package-tree.html | 20 +- .../burp/api/montoya/ui/package-summary.html | 24 +- .../burp/api/montoya/ui/package-tree.html | 24 +- .../burp/api/montoya/ui/swing/SwingUtils.html | 44 +- .../api/montoya/ui/swing/package-summary.html | 24 +- .../api/montoya/ui/swing/package-tree.html | 20 +- .../utilities/Base64DecodingOptions.html | 58 +- .../utilities/Base64EncodingOptions.html | 60 +- .../api/montoya/utilities/Base64Utils.html | 78 +- .../burp/api/montoya/utilities/ByteUtils.html | 78 +- .../montoya/utilities/CompressionType.html | 62 +- .../montoya/utilities/CompressionUtils.html | 28 +- .../api/montoya/utilities/CryptoUtils.html | 26 +- .../montoya/utilities/DigestAlgorithm.html | 186 ++++- .../api/montoya/utilities/HtmlEncoding.html | 64 +- .../burp/api/montoya/utilities/HtmlUtils.html | 48 +- .../api/montoya/utilities/NumberUtils.html | 170 +++-- .../utilities/RandomUtils.CharacterSet.html | 76 +- .../api/montoya/utilities/RandomUtils.html | 62 +- .../api/montoya/utilities/StringUtils.html | 40 +- .../burp/api/montoya/utilities/URLUtils.html | 52 +- .../burp/api/montoya/utilities/Utilities.html | 44 +- .../montoya/utilities/json/JsonArrayNode.html | 112 ++- .../utilities/json/JsonBooleanNode.html | 32 +- .../montoya/utilities/json/JsonException.html | 50 +- .../api/montoya/utilities/json/JsonNode.html | 104 ++- .../montoya/utilities/json/JsonNullNode.html | 32 +- .../utilities/json/JsonNumberNode.html | 40 +- .../utilities/json/JsonObjectNode.html | 188 +++-- .../utilities/json/JsonParseException.html | 48 +- .../utilities/json/JsonStringNode.html | 36 +- .../api/montoya/utilities/json/JsonUtils.html | 158 ++-- .../utilities/json/package-summary.html | 24 +- .../montoya/utilities/json/package-tree.html | 28 +- .../montoya/utilities/package-summary.html | 24 +- .../api/montoya/utilities/package-tree.html | 24 +- .../api/montoya/websocket/BinaryMessage.html | 28 +- .../websocket/BinaryMessageAction.html | 36 +- .../burp/api/montoya/websocket/Direction.html | 60 +- .../api/montoya/websocket/MessageAction.html | 60 +- .../api/montoya/websocket/MessageHandler.html | 30 +- .../api/montoya/websocket/TextMessage.html | 32 +- .../montoya/websocket/TextMessageAction.html | 48 +- .../burp/api/montoya/websocket/WebSocket.html | 36 +- .../montoya/websocket/WebSocketCreated.html | 30 +- .../websocket/WebSocketCreatedHandler.html | 26 +- .../api/montoya/websocket/WebSockets.html | 34 +- .../extension/ExtensionWebSocket.html | 36 +- .../extension/ExtensionWebSocketCreation.html | 38 +- .../ExtensionWebSocketCreationStatus.html | 72 +- .../ExtensionWebSocketMessageHandler.html | 30 +- .../websocket/extension/package-summary.html | 24 +- .../websocket/extension/package-tree.html | 24 +- .../montoya/websocket/package-summary.html | 24 +- .../api/montoya/websocket/package-tree.html | 24 +- docs/javadoc/deprecated-list.html | 20 +- docs/javadoc/help-doc.html | 22 +- docs/javadoc/index-all.html | 190 ++--- docs/javadoc/index.html | 22 +- docs/javadoc/member-search-index.js | 2 +- docs/javadoc/overview-summary.html | 6 +- docs/javadoc/overview-tree.html | 40 +- docs/javadoc/{ => resource-files}/copy.svg | 0 .../{resources => resource-files}/glass.png | Bin .../jquery-ui.min.css | 0 docs/javadoc/{ => resource-files}/link.svg | 0 .../{ => resource-files}/stylesheet.css | 83 +- .../{resources => resource-files}/x.png | Bin .../jquery-3.6.1.min.js | 0 .../jquery-ui.min.js | 0 docs/javadoc/{ => script-files}/script.js | 29 +- .../javadoc/{ => script-files}/search-page.js | 0 docs/javadoc/script-files/search.js | 485 ++++++++++++ docs/javadoc/search.html | 24 +- docs/javadoc/search.js | 458 ----------- docs/javadoc/serialized-form.html | 28 +- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 342 files changed, 10478 insertions(+), 7477 deletions(-) rename docs/javadoc/{ => resource-files}/copy.svg (100%) rename docs/javadoc/{resources => resource-files}/glass.png (100%) rename docs/javadoc/{script-dir => resource-files}/jquery-ui.min.css (100%) rename docs/javadoc/{ => resource-files}/link.svg (100%) rename docs/javadoc/{ => resource-files}/stylesheet.css (95%) rename docs/javadoc/{resources => resource-files}/x.png (100%) rename docs/javadoc/{script-dir => script-files}/jquery-3.6.1.min.js (100%) rename docs/javadoc/{script-dir => script-files}/jquery-ui.min.js (100%) rename docs/javadoc/{ => script-files}/script.js (90%) rename docs/javadoc/{ => script-files}/search-page.js (100%) create mode 100644 docs/javadoc/script-files/search.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7fd55b..4c144a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2024.11 + +- Added requestResponse and issues methods to *SiteMapNode*. + ## v2024.7 - Added JSON parsing / manipulation support with *JsonUtils* and *JsonNode*. diff --git a/README.md b/README.md index 4b67fa51..24b40d3d 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Available on [Maven Central](https://search.maven.org/search?q=Montoya-api) and net.portswigger.burp.extensions montoya-api - 2024.7 + 2024.11
Gradle
- implementation 'net.portswigger.burp.extensions:montoya-api:2024.7' + implementation 'net.portswigger.burp.extensions:montoya-api:2024.11' Getting Started -------- diff --git a/docs/javadoc/allclasses-index.html b/docs/javadoc/allclasses-index.html index 17ba8a93..c69c8a97 100644 --- a/docs/javadoc/allclasses-index.html +++ b/docs/javadoc/allclasses-index.html @@ -1,17 +1,17 @@ - -All Classes and Interfaces (montoya-api 2024.7 API) + +All Classes and Interfaces (montoya-api 2024.11 API) - - - - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - diff --git a/docs/javadoc/help-doc.html b/docs/javadoc/help-doc.html index 08f84930..f0c3d876 100644 --- a/docs/javadoc/help-doc.html +++ b/docs/javadoc/help-doc.html @@ -1,17 +1,17 @@ - -API Help (montoya-api 2024.7 API) + +API Help (montoya-api 2024.11 API) - - - - - + + + + + - - + + + + + - - + + + + +