diff --git a/docs/index.md b/docs/index.md index c4c0661..1e05874 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ For more information, please, check the [project repository](https://github.com/ 1. Get an installation of Eclipse with ADT following the instructions available through [this link](https://tools.hana.ondemand.com/#abap), if you don't have it already. 2. In Eclipse, choose in the menu bar **Help > Install New Software...** -3. Enter the URL **https://zjoule.com/v1.0.1/plugin** +3. Enter the URL **https://zjoule.com/v1.0.2/plugin** 4. Press **Enter** to display the available features. 5. Select **zJoule - SAP AI Assistant** and choose **Next**. 6. On the next wizard page, you get an overview of the features to be installed. Choose **Next**. diff --git a/docs/v1.0.2/doc/allclasses-index.html b/docs/v1.0.2/doc/allclasses-index.html new file mode 100644 index 0000000..4c1e553 --- /dev/null +++ b/docs/v1.0.2/doc/allclasses-index.html @@ -0,0 +1,369 @@ + + + + +All Classes and Interfaces (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
+
Represents an OAuth2 access token along with its metadata and expiration details.
+
+ +
+
The activator class controls the plug-in lifecycle for the zJoule plugin.
+
+ +
+
A factory class responsible for creating instances of IAIClient.
+
+ +
+
The AuthClient class provides functionality to authenticate with a service + and retrieve access tokens.
+
+ +
+
A helper class for the AuthClient that provides utility methods for + constructing HTTP requests, parsing responses, and managing URI conversions.
+
+ +
+
Factory class for creating Browser instances in an SWT application.
+
+ +
+
Orchestrates the chat process by interacting with the AI client to retrieve + answers based on user prompts and active editor content.
+
+ +
+
Handles the "Clear Chat" action in the application.
+
+ +
+
Represents detailed information about a deployment in a backend system.
+
+ +
+
Handles selection events for the deployment dropdown in the second page of the login wizard.
+
+ +
+
Manages interactions with Eclipse's preference storage system.
+
+ +
+
Utility class for reading content and metadata from the active editor in the Eclipse IDE.
+
+ +
+
Represents the first page of the login wizard where the user provides SAP AI Core credentials.
+
+ +
+
Represents the response from an API call that retrieves a list of deployments.
+
+ +
+
Represents the response from an API call that retrieves a list of resource groups.
+
+ +
+
Interface for AI client implementations.
+
+ +
+
Interface defining the contract for an authentication client.
+
+ +
+
Defines utility methods for handling authentication-related tasks.
+
+ +
+
Represents a message exchanged in a chat interaction with an AI model.
+
+ +
+
Interface for orchestrating AI-based chat interactions.
+
+ +
+
Interface for managing interactions with Eclipse's preference storage system.
+
+ +
+
Interface for handling login-related API interactions with SAP AI Core.
+
+ +
+
Interface for helper methods used in login-related API operations.
+
+ +
+
Interface for managing chat message history in memory.
+
+ +
+
Generic interface for managing the storage and retrieval of data in memory.
+
+ +
+
Handles the initialization process for the application by managing user sessions, + loading message history, and updating the browser state.
+
+ +
+
Provides system-level instructions for AI interactions.
+
+ +
 
+ +
+
Defines helper methods for interacting with the OpenAI service.
+
+ +
+
Represents an object that can be persisted from temporary memory to permanent storage.
+
+ +
+
Interface for rendering HTML-based views in the application.
+
+ +
+
Utility class for validating JSON strings.
+
+ +
+
Implements the ILoginClient interface for managing API interactions related to login operations.
+
+ +
+
A helper class for handling login-related API operations.
+
+ +
+
Handles the "Login" action for connecting to a BTP subaccount.
+
+ +
+
A wizard for logging into SAP AI Core.
+
+ +
+
Handles the "Logout" action for ending the user's session.
+
+ +
+
Manages the storage and retrieval of access tokens in memory.
+
+ +
+
Manages the storage and retrieval of deployment information in memory.
+
+ +
+
Manages the storage and retrieval of chat message history in Eclipse preferences.
+
+ +
+
Manages the storage and retrieval of resource group information in memory.
+
+ +
+
Manages the storage and retrieval of service key information in memory.
+
+ +
+
Represents a single chat message with a role and content.
+
+ +
+
Represents the history of chat messages in a conversation.
+
+ +
+
Utility class for loading chat message history into a browser component.
+
+ +
+
Singleton implementation of IObjectSerializer that provides methods + for serializing objects to JSON and deserializing JSON strings into objects.
+
+ +
+
Represents a chat message exchanged with the OpenAI model.
+
+ +
+
Implements the IAIClient interface for interacting with OpenAI-based models.
+
+ +
+
A helper class for the OpenAIClient that provides utility methods for + creating HTTP request bodies and converting responses from the OpenAI service.
+
+ +
+
Represents the request body for an OpenAI chat completion API call.
+
+ +
+
Represents the response body from an OpenAI chat completion API request.
+
+ +
+
Represents a single choice in the response from the OpenAI API.
+
+ +
+
Represents the token usage details in the OpenAI API response.
+
+ +
+
Implements a part listener to monitor and handle editor-related events in the Eclipse workspace.
+
+ +
+
Handles user prompts from the browser and communicates with the chat orchestrator to generate responses.
+
+ +
+
Represents a resource group in the system.
+
+ +
+
Utility class for extracting resource group IDs from a GetResourceGroupsResponse.
+
+ +
+
Handles selection events for the resource group dropdown in the second page of the login wizard.
+
+ +
+
Represents different roles in the system.
+
+ +
+
Custom serializer for the Role enum to be used with Gson.
+
+ +
+
Represents the second page of the login wizard, where the user selects a + resource group and deployment ID based on the credentials provided on the + first page.
+
+ +
+
Listens for selection changes in the Eclipse workspace and updates the browser state accordingly.
+
+ +
+
Represents the service key configuration required for accessing API endpoints and authentication.
+
+ +
+
Handles modifications to the service key input field in the first page of the login wizard.
+
+ +
+
Manages the user's session within the application.
+
+ +
+
Utility class for providing information about the current operating system.
+
+ +
+
Handles updating tags in the browser based on the currently active editor file.
+
+ +
+
Manages temporary storage and retrieval of an access token during the login process.
+
+ +
+
Manages temporary storage and retrieval of deployment information during the login process.
+
+ +
+
Manages temporary storage and retrieval of resource group information during the login process.
+
+ +
+
Manages temporary storage and retrieval of service key information during the login process.
+
+ +
+
Represents a custom Eclipse view that integrates a browser and various event listeners.
+
+ +
+
Responsible for rendering an HTML-based view with embedded JavaScript and CSS resources.
+
+
+
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/allpackages-index.html b/docs/v1.0.2/doc/allpackages-index.html new file mode 100644 index 0000000..9bd2e87 --- /dev/null +++ b/docs/v1.0.2/doc/allpackages-index.html @@ -0,0 +1,107 @@ + + + + +All Packages (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClient.html new file mode 100644 index 0000000..34e9084 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClient.html @@ -0,0 +1,279 @@ + + + + +AuthClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AuthClient

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
+
+
All Implemented Interfaces:
+
IAuthClient
+
+
+
public class AuthClient +extends Object +implements IAuthClient
+
The AuthClient class provides functionality to authenticate with a service + and retrieve access tokens. It interacts with memory storage for access tokens + and service keys and uses an HTTP client to make requests to the authentication server.
+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClientHelper.html new file mode 100644 index 0000000..0d04f5f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/AuthClientHelper.html @@ -0,0 +1,242 @@ + + + + +AuthClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AuthClientHelper

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+
+
+
+
All Implemented Interfaces:
+
IAuthClientHelper
+
+
+
public class AuthClientHelper +extends Object +implements IAuthClientHelper
+
A helper class for the AuthClient that provides utility methods for + constructing HTTP requests, parsing responses, and managing URI conversions.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AuthClientHelper

      +
      public AuthClientHelper()
      +
      Constructs a new AuthClientHelper instance and initializes a Gson instance.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClient.html new file mode 100644 index 0000000..0f8f053 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClient.html @@ -0,0 +1,223 @@ + + + + +IAuthClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IAuthClient

+
+
+
+
All Known Implementing Classes:
+
AuthClient
+
+
+
public interface IAuthClient
+
Interface defining the contract for an authentication client. + An implementation of this interface provides methods to retrieve access tokens + and service URLs by interacting with a service's authentication mechanism.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the current access token.
    +
    + + +
    +
    Retrieves a new access token using the stored service key.
    +
    + + +
    +
    Retrieves a new access token using the provided service key.
    +
    + + +
    +
    Retrieves the service URL from the stored service key.
    +
    +
    +
    +
    +
    +
  • +
+
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClientHelper.html new file mode 100644 index 0000000..af605d8 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/IAuthClientHelper.html @@ -0,0 +1,200 @@ + + + + +IAuthClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IAuthClientHelper

+
+
+
+
All Known Implementing Classes:
+
AuthClientHelper
+
+
+
public interface IAuthClientHelper
+
Defines utility methods for handling authentication-related tasks. + Implementations of this interface provide functionalities such as + constructing HTTP request bodies, converting endpoint strings to URIs, + and parsing authentication responses.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      convertEndpointStringToURI

      +
      URI convertEndpointStringToURI(String tokenEndpoint)
      +
      Converts a token endpoint URL string into a URI object.
      +
      +
      Parameters:
      +
      tokenEndpoint - the token endpoint URL as a String.
      +
      Returns:
      +
      the corresponding URI object.
      +
      +
      +
    • +
    • +
      +

      convertResponseToObject

      +
      AccessToken convertResponseToObject(String responseBody)
      +
      Converts a JSON response body into an AccessToken object.
      +
      +
      Parameters:
      +
      responseBody - the JSON response body as a String.
      +
      Returns:
      +
      an AccessToken object created from the response body.
      +
      +
      +
    • +
    • +
      +

      createRequestBody

      +
      HttpRequest.BodyPublisher createRequestBody(String clientId, + String clientSecret)
      +
      Creates a request body for a client credentials grant type. + The request body includes the client ID and client secret encoded as URL parameters.
      +
      +
      Parameters:
      +
      clientId - the client ID as a String.
      +
      clientSecret - the client secret as a String.
      +
      Returns:
      +
      a HttpRequest.BodyPublisher containing the request body.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/SessionManager.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/SessionManager.html new file mode 100644 index 0000000..c40d885 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/SessionManager.html @@ -0,0 +1,208 @@ + + + + +SessionManager (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SessionManager

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.auth.SessionManager
+
+
+
+
public abstract class SessionManager +extends Object
+
Manages the user's session within the application. + The SessionManager class provides static methods for login, logout, + and session state verification. It interacts with various memory components + and the browser to manage user sessions.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static boolean
    + +
    +
    Checks if the user is currently logged in.
    +
    +
    static void
    +
    login(org.eclipse.swt.browser.Browser browser)
    +
    +
    Executes the login process using the specified browser.
    +
    +
    static void
    +
    logout(org.eclipse.swt.browser.Browser browser, + EclipseMemory eclipseMemory)
    +
    +
    Executes the logout process using the specified browser and clears all memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isUserLoggedIn

      +
      public static boolean isUserLoggedIn()
      +
      Checks if the user is currently logged in. + A user is considered logged in if the following memory components are not empty: +
      +
      +
      Returns:
      +
      true if the user is logged in, false otherwise.
      +
      +
      +
    • +
    • +
      +

      login

      +
      public static void login(org.eclipse.swt.browser.Browser browser)
      +
      Executes the login process using the specified browser. + This method triggers the `login()` JavaScript function in the browser + and updates the associated tags using the TagHandler.
      +
      +
      Parameters:
      +
      browser - the Browser instance to execute the login process.
      +
      +
      +
    • +
    • +
      +

      logout

      +
      public static void logout(org.eclipse.swt.browser.Browser browser, + EclipseMemory eclipseMemory)
      +
      Executes the logout process using the specified browser and clears all memory. + The method triggers the `logout()` JavaScript function in the browser + and clears all user-related data from the EclipseMemory.
      +
      +
      Parameters:
      +
      browser - the Browser instance to execute the logout process. + If the browser is null or disposed, no JavaScript execution occurs.
      +
      eclipseMemory - the EclipseMemory instance used to clear all memory.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClient.html new file mode 100644 index 0000000..ac30f8b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClient.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.auth.AuthClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.auth.AuthClient

+
+No usage of com.developer.nefarious.zjoule.plugin.auth.AuthClient
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClientHelper.html new file mode 100644 index 0000000..d9006dc --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/AuthClientHelper.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper

+
+No usage of com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClient.html new file mode 100644 index 0000000..da2247c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClient.html @@ -0,0 +1,131 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.auth.IAuthClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.auth.IAuthClient

+
+
Packages that use IAuthClient
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClientHelper.html new file mode 100644 index 0000000..a3d18df --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/IAuthClientHelper.html @@ -0,0 +1,103 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper

+
+
Packages that use IAuthClientHelper
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/SessionManager.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/SessionManager.html new file mode 100644 index 0000000..cf0ecdc --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/class-use/SessionManager.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.auth.SessionManager (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.auth.SessionManager

+
+No usage of com.developer.nefarious.zjoule.plugin.auth.SessionManager
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-summary.html new file mode 100644 index 0000000..93d9eab --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-summary.html @@ -0,0 +1,118 @@ + + + + +com.developer.nefarious.zjoule.plugin.auth (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.auth

+
+
+
package com.developer.nefarious.zjoule.plugin.auth
+
+
    +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
    +
    The AuthClient class provides functionality to authenticate with a service + and retrieve access tokens.
    +
    + +
    +
    A helper class for the AuthClient that provides utility methods for + constructing HTTP requests, parsing responses, and managing URI conversions.
    +
    + +
    +
    Interface defining the contract for an authentication client.
    +
    + +
    +
    Defines utility methods for handling authentication-related tasks.
    +
    + +
    +
    Manages the user's session within the application.
    +
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-tree.html new file mode 100644 index 0000000..33359a6 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-tree.html @@ -0,0 +1,85 @@ + + + + +com.developer.nefarious.zjoule.plugin.auth Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.auth

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-use.html new file mode 100644 index 0000000..5ac7d3b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/auth/package-use.html @@ -0,0 +1,120 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.auth (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.auth

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/AIClientFactory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/AIClientFactory.html new file mode 100644 index 0000000..4e86eb1 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/AIClientFactory.html @@ -0,0 +1,164 @@ + + + + +AIClientFactory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AIClientFactory

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.AIClientFactory
+
+
+
+
public abstract class AIClientFactory +extends Object
+
A factory class responsible for creating instances of IAIClient. + The AIClientFactory determines the appropriate AI client to return + based on the deployment's model name. Currently, it supports creating clients + for OpenAI models.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getClient

      +
      public static IAIClient getClient()
      +
      Creates and returns an appropriate implementation of IAIClient based on the + deployment's model name. If the model corresponds to OpenAI, an OpenAIClient is returned. + If no supported model is found, the method returns null.
      +
      +
      Returns:
      +
      an instance of IAIClient for the corresponding model, or null if unsupported.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/ChatOrchestrator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/ChatOrchestrator.html new file mode 100644 index 0000000..52580f3 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/ChatOrchestrator.html @@ -0,0 +1,214 @@ + + + + +ChatOrchestrator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChatOrchestrator

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator
+
+
+
+
All Implemented Interfaces:
+
IChatOrchestrator
+
+
+
public class ChatOrchestrator +extends Object +implements IChatOrchestrator
+
Orchestrates the chat process by interacting with the AI client to retrieve + answers based on user prompts and active editor content. Implements the + IChatOrchestrator interface to provide chat functionality.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    getAnswer(String userPrompt)
    +
    +
    Generates an AI response for the given user prompt by performing the following steps: + + Determining which AI client to use. + Fetching the chat message history from the client. + Retrieving the content of the active editor window as context. + Creating system and user messages for the AI. + Obtaining the response from the AI client via a chat completion request. + Saving the updated chat history back to the AI client. + Returning the response message as a string. +
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChatOrchestrator

      +
      public ChatOrchestrator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnswer

      +
      public String getAnswer(String userPrompt)
      +
      Generates an AI response for the given user prompt by performing the following steps: +
        +
      1. Determining which AI client to use.
      2. +
      3. Fetching the chat message history from the client.
      4. +
      5. Retrieving the content of the active editor window as context.
      6. +
      7. Creating system and user messages for the AI.
      8. +
      9. Obtaining the response from the AI client via a chat completion request.
      10. +
      11. Saving the updated chat history back to the AI client.
      12. +
      13. Returning the response message as a string.
      14. +
      +
      +
      Specified by:
      +
      getAnswer in interface IChatOrchestrator
      +
      Parameters:
      +
      userPrompt - the prompt or query provided by the user.
      +
      Returns:
      +
      the AI-generated response as a String.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IAIClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IAIClient.html new file mode 100644 index 0000000..14554de --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IAIClient.html @@ -0,0 +1,225 @@ + + + + +IAIClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IAIClient

+
+
+
+
All Known Implementing Classes:
+
OpenAIClient
+
+
+
public interface IAIClient
+
Interface for AI client implementations. + Defines methods for interacting with AI models, managing chat messages, + and facilitating chat completion requests. + + Implementations, such as OpenAIClient, handle communication with specific AI platforms + by utilizing authentication, message history, and model-specific configurations.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      chatCompletion

      +
      IChatMessage chatCompletion(List<IChatMessage> messages) + throws IOException, +InterruptedException
      +
      Sends a list of chat messages to the AI model and retrieves the AI-generated response.
      +
      +
      Parameters:
      +
      messages - the list of IChatMessage objects representing the chat history + and the user's current prompt.
      +
      Returns:
      +
      the AI-generated response as an IChatMessage.
      +
      Throws:
      +
      IOException - if an I/O error occurs during the request.
      +
      InterruptedException - if the operation is interrupted.
      +
      +
      +
    • +
    • +
      +

      createMessage

      +
      IChatMessage createMessage(Role role, + String userPrompt)
      +
      Creates a new chat message with the specified role and content. + + Roles, such as Role.USER or Role.SYSTEM, determine the context of the message + within the chat.
      +
      +
      Parameters:
      +
      role - the role of the message (e.g., user, system, assistant).
      +
      userPrompt - the content of the message as a String.
      +
      Returns:
      +
      a newly created IChatMessage.
      +
      +
      +
    • +
    • +
      +

      getMessageHistory

      +
      List<IChatMessage> getMessageHistory()
      +
      Retrieves the chat message history. + This method returns a list of previously exchanged messages that are stored in memory.
      +
      +
      Returns:
      +
      a list of IChatMessage objects representing the chat history.
      +
      +
      +
    • +
    • +
      +

      setMessageHistory

      +
      void setMessageHistory(List<IChatMessage> messages)
      +
      Updates the chat message history with the provided list of messages.
      +
      +
      Parameters:
      +
      messages - the list of IChatMessage objects to save as the updated chat history.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatMessage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatMessage.html new file mode 100644 index 0000000..df594ff --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatMessage.html @@ -0,0 +1,179 @@ + + + + +IChatMessage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IChatMessage

+
+
+
+
All Known Implementing Classes:
+
OpenAIChatMessage
+
+
+
public interface IChatMessage
+
Represents a message exchanged in a chat interaction with an AI model. + Implementations of this interface encapsulate the content of the message and + its associated role (e.g., user, system, assistant).
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the content of the chat message.
    +
    + + +
    +
    Retrieves the role associated with the message.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMessage

      +
      String getMessage()
      +
      Retrieves the content of the chat message.
      +
      +
      Returns:
      +
      the message content as a String.
      +
      +
      +
    • +
    • +
      +

      getRole

      +
      Role getRole()
      +
      Retrieves the role associated with the message. + Roles define the context of the message within the chat, such as: +
      +
      +
      Returns:
      +
      the Role of the message.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatOrchestrator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatOrchestrator.html new file mode 100644 index 0000000..0f2c4ee --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/IChatOrchestrator.html @@ -0,0 +1,177 @@ + + + + +IChatOrchestrator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IChatOrchestrator

+
+
+
+
All Known Implementing Classes:
+
ChatOrchestrator
+
+
+
public interface IChatOrchestrator
+
Interface for orchestrating AI-based chat interactions. + Implementations of this interface are responsible for managing the process + of generating AI responses based on user prompts and contextual information.
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    getAnswer(String userPrompt)
    +
    +
    Generates an AI response for the given user prompt by performing the following steps: + + Determining which AI client to use. + Fetching the chat message history from the client. + Retrieving the content of the active editor window as context. + Creating system and user messages for the AI. + Obtaining the response from the AI client via a chat completion request. + Saving the updated chat history back to the AI client. + Returning the response message as a string. +
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAnswer

      +
      String getAnswer(String userPrompt)
      +
      Generates an AI response for the given user prompt by performing the following steps: +
        +
      1. Determining which AI client to use.
      2. +
      3. Fetching the chat message history from the client.
      4. +
      5. Retrieving the content of the active editor window as context.
      6. +
      7. Creating system and user messages for the AI.
      8. +
      9. Obtaining the response from the AI client via a chat completion request.
      10. +
      11. Saving the updated chat history back to the AI client.
      12. +
      13. Returning the response message as a string.
      14. +
      +
      +
      Parameters:
      +
      userPrompt - the prompt or query provided by the user.
      +
      Returns:
      +
      the AI-generated response as a String.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/Instruction.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/Instruction.html new file mode 100644 index 0000000..e3063b6 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/Instruction.html @@ -0,0 +1,161 @@ + + + + +Instruction (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Instruction

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.Instruction
+
+
+
+
public abstract class Instruction +extends Object
+
Provides system-level instructions for AI interactions. + The Instruction class contains predefined instructions used + to guide the AI's behavior and ensure responses adhere to best practices. + This is a utility class and cannot be instantiated.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMessage

      +
      public static String getMessage()
      +
      Retrieves the predefined system message text.
      +
      +
      Returns:
      +
      the system message text as a String.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/AIClientFactory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/AIClientFactory.html new file mode 100644 index 0000000..9d62c62 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/AIClientFactory.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.AIClientFactory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.AIClientFactory

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.AIClientFactory
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/ChatOrchestrator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/ChatOrchestrator.html new file mode 100644 index 0000000..9bce427 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/ChatOrchestrator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IAIClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IAIClient.html new file mode 100644 index 0000000..e664c50 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IAIClient.html @@ -0,0 +1,108 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.chat.IAIClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.IAIClient

+
+
Packages that use IAIClient
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatMessage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatMessage.html new file mode 100644 index 0000000..349a958 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatMessage.html @@ -0,0 +1,208 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.chat.IChatMessage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.IChatMessage

+
+
Packages that use IChatMessage
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatOrchestrator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatOrchestrator.html new file mode 100644 index 0000000..10b6a43 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/IChatOrchestrator.html @@ -0,0 +1,90 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.chat.IChatOrchestrator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.IChatOrchestrator

+
+
Packages that use IChatOrchestrator
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/Instruction.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/Instruction.html new file mode 100644 index 0000000..5a1d94c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/class-use/Instruction.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.Instruction (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.Instruction

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.Instruction
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/IMemoryMessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/IMemoryMessageHistory.html new file mode 100644 index 0000000..4962f88 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/IMemoryMessageHistory.html @@ -0,0 +1,243 @@ + + + + +IMemoryMessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IMemoryMessageHistory

+
+
+
+
All Known Implementing Classes:
+
MemoryMessageHistory
+
+
+
public interface IMemoryMessageHistory
+
Interface for managing chat message history in memory. + Provides methods for clearing, checking, loading, and saving chat message history. + Implementations of this interface interact with a persistence mechanism to store + and retrieve MessageHistory objects.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    Key used for storing and retrieving the message history in the persistence layer.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Clears the stored chat message history from memory.
    +
    + + +
    +
    Checks if the stored chat message history is empty.
    +
    + + +
    +
    Loads the chat message history from memory.
    +
    +
    void
    +
    save(MessageHistory messageHistory)
    +
    +
    Saves the given MessageHistory object to memory.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      static final String KEY
      +
      Key used for storing and retrieving the message history in the persistence layer.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      clear

      +
      void clear()
      +
      Clears the stored chat message history from memory. + Deletes the data associated with the key KEY in the persistence mechanism.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      Boolean isEmpty()
      +
      Checks if the stored chat message history is empty.
      +
      +
      Returns:
      +
      true if the stored message history is empty or null; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      + +
      Loads the chat message history from memory.
      +
      +
      Returns:
      +
      the MessageHistory object, or null if deserialization fails or no data is found.
      +
      +
      +
    • +
    • +
      +

      save

      +
      void save(MessageHistory messageHistory)
      +
      Saves the given MessageHistory object to memory.
      +
      +
      Parameters:
      +
      messageHistory - the MessageHistory object to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/MemoryMessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/MemoryMessageHistory.html new file mode 100644 index 0000000..dff1ed8 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/MemoryMessageHistory.html @@ -0,0 +1,281 @@ + + + + +MemoryMessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MemoryMessageHistory

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
+
+
All Implemented Interfaces:
+
IMemoryMessageHistory
+
+
+
public class MemoryMessageHistory +extends Object +implements IMemoryMessageHistory
+
Manages the storage and retrieval of chat message history in Eclipse preferences. + This class provides functionality to persist, retrieve, and manage + MessageHistory objects using an object serializer and Eclipse's preferences API. + + Implements the IMemoryMessageHistory interface.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static MemoryMessageHistory getInstance()
      +
      Retrieves the singleton instance of MemoryMessageHistory.
      +
      +
      Returns:
      +
      the singleton instance of MemoryMessageHistory.
      +
      Throws:
      +
      IllegalStateException - if the instance is not initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the singleton instance of MemoryMessageHistory.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the handler for managing Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance of MemoryMessageHistory. + This is useful for testing or reinitializing the instance.
      +
      +
    • +
    • +
      +

      clear

      +
      public void clear()
      +
      Clears the stored chat message history from memory. + Deletes the data associated with the key KEY in the persistence mechanism.
      +
      +
      Specified by:
      +
      clear in interface IMemoryMessageHistory
      +
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored chat message history is empty.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryMessageHistory
      +
      Returns:
      +
      true if the stored message history is empty or null; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public MessageHistory load()
      +
      Loads the chat message history from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryMessageHistory
      +
      Returns:
      +
      the MessageHistory object, or null if deserialization fails or no data is found.
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(MessageHistory messageHistory)
      +
      Saves the given MessageHistory object to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryMessageHistory
      +
      Parameters:
      +
      messageHistory - the MessageHistory object to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/IMemoryMessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/IMemoryMessageHistory.html new file mode 100644 index 0000000..92695ca --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/IMemoryMessageHistory.html @@ -0,0 +1,111 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory

+
+
Packages that use IMemoryMessageHistory
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/MemoryMessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/MemoryMessageHistory.html new file mode 100644 index 0000000..9d85241 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/class-use/MemoryMessageHistory.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory

+
+
Packages that use MemoryMessageHistory
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-summary.html new file mode 100644 index 0000000..79e9f78 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-summary.html @@ -0,0 +1,121 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.chat.memory

+
+
+
package com.developer.nefarious.zjoule.plugin.chat.memory
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-tree.html new file mode 100644 index 0000000..44c7125 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-tree.html @@ -0,0 +1,82 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.memory Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.chat.memory

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-use.html new file mode 100644 index 0000000..50573a7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/memory/package-use.html @@ -0,0 +1,105 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.chat.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.chat.memory

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/Message.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/Message.html new file mode 100644 index 0000000..908d93b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/Message.html @@ -0,0 +1,256 @@ + + + + +Message (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
+
+
public class Message +extends Object
+
Represents a single chat message with a role and content. + This class is used to encapsulate a message's metadata, including its role + (e.g., user, assistant, system) and its textual content.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Message

      +
      public Message()
      +
      Default constructor for creating an empty Message.
      +
      +
    • +
    • +
      +

      Message

      +
      public Message(Role role, + String content)
      +
      Constructs a Message with the specified role and content.
      +
      +
      Parameters:
      +
      role - the role of the message (e.g., Role.USER, Role.SYSTEM).
      +
      content - the textual content of the message.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getContent

      +
      public String getContent()
      +
      Retrieves the content of the message.
      +
      +
      Returns:
      +
      the content of the message as a String.
      +
      +
      +
    • +
    • +
      +

      setContent

      +
      public void setContent(String content)
      +
      Sets the content of the message.
      +
      +
      Parameters:
      +
      content - the new content of the message.
      +
      +
      +
    • +
    • +
      +

      getRole

      +
      public Role getRole()
      +
      Retrieves the role of the message.
      +
      +
      Returns:
      +
      the role of the message as a Role.
      +
      +
      +
    • +
    • +
      +

      setRole

      +
      public void setRole(Role role)
      +
      Sets the role of the message.
      +
      +
      Parameters:
      +
      role - the new role of the message (e.g., Role.USER, Role.ASSISTANT).
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/MessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/MessageHistory.html new file mode 100644 index 0000000..f950745 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/MessageHistory.html @@ -0,0 +1,203 @@ + + + + +MessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MessageHistory

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
+
+
+
+
public class MessageHistory +extends Object
+
Represents the history of chat messages in a conversation. + This class encapsulates a list of Message objects, which represent + the messages exchanged during a chat session.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MessageHistory

      +
      public MessageHistory()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getMessages

      +
      public List<Message> getMessages()
      +
      Retrieves the list of messages in the chat history.
      +
      +
      Returns:
      +
      a List of Message objects representing the chat history.
      +
      +
      +
    • +
    • +
      +

      setMessages

      +
      public void setMessages(List<Message> messages)
      +
      Sets the list of messages in the chat history.
      +
      +
      Parameters:
      +
      messages - a List of Message objects to set as the chat history.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/Message.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/Message.html new file mode 100644 index 0000000..a95dc84 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/Message.html @@ -0,0 +1,100 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.models.Message (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.models.Message

+
+
Packages that use Message
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/MessageHistory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/MessageHistory.html new file mode 100644 index 0000000..486e127 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/class-use/MessageHistory.html @@ -0,0 +1,110 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory

+
+
Packages that use MessageHistory
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-summary.html new file mode 100644 index 0000000..97f3994 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-summary.html @@ -0,0 +1,119 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.models (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.chat.models

+
+
+
package com.developer.nefarious.zjoule.plugin.chat.models
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-tree.html new file mode 100644 index 0000000..37b099e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-tree.html @@ -0,0 +1,77 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.models Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.chat.models

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.developer.nefarious.zjoule.plugin.chat.models.Message
    • +
    • com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-use.html new file mode 100644 index 0000000..3cedead --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/models/package-use.html @@ -0,0 +1,101 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.chat.models (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.chat.models

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/IOpenAIClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/IOpenAIClientHelper.html new file mode 100644 index 0000000..94cb883 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/IOpenAIClientHelper.html @@ -0,0 +1,305 @@ + + + + +IOpenAIClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IOpenAIClientHelper

+
+
+
+
All Known Implementing Classes:
+
OpenAIClientHelper
+
+
+
public interface IOpenAIClientHelper
+
Defines helper methods for interacting with the OpenAI service. + This interface provides functionality for processing chat completion requests + and parsing responses returned by the OpenAI API.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final double
    + +
    +
    The frequency penalty parameter for discouraging repeated phrases.
    +
    +
    static final int
    + +
    +
    The maximum number of tokens allowed in a single request.
    +
    +
    static final double
    + +
    +
    The presence penalty parameter for encouraging diverse topic generation.
    +
    +
    static final String
    + +
    +
    The stop sequence used to terminate AI responses.
    +
    +
    static final double
    + +
    +
    The temperature parameter for controlling the randomness of AI responses.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    convertResponseToObject(String serializedResponseBody)
    +
    +
    Converts a serialized JSON response body from the OpenAI service into an IChatMessage.
    +
    + + +
    +
    Creates an HTTP request body for a chat completion request to the OpenAI service.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      MAX_TOKENS

      +
      static final int MAX_TOKENS
      +
      The maximum number of tokens allowed in a single request.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      TEMPERATURE

      +
      static final double TEMPERATURE
      +
      The temperature parameter for controlling the randomness of AI responses.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      FREQUENCY_PENALTY

      +
      static final double FREQUENCY_PENALTY
      +
      The frequency penalty parameter for discouraging repeated phrases.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      PRESENCE_PENALTY

      +
      static final double PRESENCE_PENALTY
      +
      The presence penalty parameter for encouraging diverse topic generation.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      STOP

      +
      static final String STOP
      +
      The stop sequence used to terminate AI responses.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      convertResponseToObject

      +
      IChatMessage convertResponseToObject(String serializedResponseBody)
      +
      Converts a serialized JSON response body from the OpenAI service into an IChatMessage. + The method deserializes the response and extracts the first message returned by the AI.
      +
      +
      Parameters:
      +
      serializedResponseBody - the JSON response body as a String.
      +
      Returns:
      +
      the first IChatMessage extracted from the response.
      +
      +
      +
    • +
    • +
      +

      createRequestBody

      +
      HttpRequest.BodyPublisher createRequestBody(List<IChatMessage> messages)
      +
      Creates an HTTP request body for a chat completion request to the OpenAI service. + The request body includes parameters such as: +
        +
      • Chat messages providing the context for the conversation.
      • +
      • Maximum number of tokens allowed for the response.
      • +
      • Temperature, frequency penalty, and presence penalty settings.
      • +
      • Stop sequences for terminating the response.
      • +
      +
      +
      Parameters:
      +
      messages - a list of IChatMessage objects representing the chat context.
      +
      Returns:
      +
      a HttpRequest.BodyPublisher object containing the serialized request body.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIChatMessage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIChatMessage.html new file mode 100644 index 0000000..c1b9a80 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIChatMessage.html @@ -0,0 +1,283 @@ + + + + +OpenAIChatMessage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIChatMessage

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
+
+
All Implemented Interfaces:
+
IChatMessage
+
+
+
public class OpenAIChatMessage +extends Object +implements IChatMessage
+
Represents a chat message exchanged with the OpenAI model. + The OpenAIChatMessage class implements IChatMessage and + encapsulates the role and content of a message in the chat context.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenAIChatMessage

      +
      public OpenAIChatMessage()
      +
      Default constructor for creating an empty OpenAIChatMessage.
      +
      +
    • +
    • +
      +

      OpenAIChatMessage

      +
      public OpenAIChatMessage(Role role, + String content)
      +
      Constructs a new OpenAIChatMessage with the specified role and content.
      +
      +
      Parameters:
      +
      role - the role of the message (e.g., Role.USER, Role.SYSTEM).
      +
      content - the content of the message.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getContent

      +
      public String getContent()
      +
      Retrieves the content of the message.
      +
      +
      Returns:
      +
      the content of the message as a String.
      +
      +
      +
    • +
    • +
      +

      getMessage

      +
      public String getMessage()
      +
      Retrieves the message content. + This is the implementation of the IChatMessage.getMessage() method.
      +
      +
      Specified by:
      +
      getMessage in interface IChatMessage
      +
      Returns:
      +
      the message content as a String.
      +
      +
      +
    • +
    • +
      +

      getRole

      +
      public Role getRole()
      +
      Retrieves the role associated with the message. + This is the implementation of the IChatMessage.getRole() method.
      +
      +
      Specified by:
      +
      getRole in interface IChatMessage
      +
      Returns:
      +
      the role of the message as a Role.
      +
      +
      +
    • +
    • +
      +

      setContent

      +
      public void setContent(String content)
      +
      Sets the content of the message.
      +
      +
      Parameters:
      +
      content - the new content of the message.
      +
      +
      +
    • +
    • +
      +

      setRole

      +
      public void setRole(Role role)
      +
      Sets the role of the message.
      +
      +
      Parameters:
      +
      role - the new role of the message (e.g., Role.USER, Role.SYSTEM).
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClient.html new file mode 100644 index 0000000..39418c4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClient.html @@ -0,0 +1,279 @@ + + + + +OpenAIClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIClient

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
+
+
All Implemented Interfaces:
+
IAIClient
+
+
+
public class OpenAIClient +extends Object +implements IAIClient
+
Implements the IAIClient interface for interacting with OpenAI-based models. + The OpenAIClient handles chat completion requests, message creation, + and management of chat message history.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenAIClient

      +
      public OpenAIClient(IAuthClient authClient, + IMemoryMessageHistory memoryMessageHistory, + IMemoryObject<String> memoryResourceGroup, + IMemoryObject<Deployment> memoryDeployment, + IOpenAIClientHelper openAIClientHelper)
      +
      Constructs a new OpenAIClient with the required dependencies.
      +
      +
      Parameters:
      +
      authClient - the authentication client for retrieving tokens and service URLs.
      +
      memoryMessageHistory - the memory component for managing chat history.
      +
      memoryResourceGroup - the memory component for resource group information.
      +
      memoryDeployment - the memory component for deployment details.
      +
      openAIClientHelper - the helper for constructing requests and processing responses.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClientHelper.html new file mode 100644 index 0000000..e1c9827 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIClientHelper.html @@ -0,0 +1,233 @@ + + + + +OpenAIClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIClientHelper

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper
+
+
+
+
All Implemented Interfaces:
+
IOpenAIClientHelper
+
+
+
public class OpenAIClientHelper +extends Object +implements IOpenAIClientHelper
+
A helper class for the OpenAIClient that provides utility methods for + creating HTTP request bodies and converting responses from the OpenAI service. + Implements the IOpenAIClientHelper interface.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenAIClientHelper

      +
      public OpenAIClientHelper()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      convertResponseToObject

      +
      public IChatMessage convertResponseToObject(String serializedResponseBody)
      +
      Converts a serialized JSON response body from the OpenAI service into an IChatMessage. + The method deserializes the response and extracts the first message returned by the AI.
      +
      +
      Specified by:
      +
      convertResponseToObject in interface IOpenAIClientHelper
      +
      Parameters:
      +
      serializedResponseBody - the JSON response body as a String.
      +
      Returns:
      +
      the first IChatMessage extracted from the response.
      +
      +
      +
    • +
    • +
      +

      createRequestBody

      +
      public HttpRequest.BodyPublisher createRequestBody(List<IChatMessage> messages)
      +
      Creates an HTTP request body for a chat completion request to the OpenAI service. + The request body includes parameters such as: +
        +
      • Chat messages providing the context for the conversation.
      • +
      • Maximum number of tokens allowed for the response.
      • +
      • Temperature, frequency penalty, and presence penalty settings.
      • +
      • Stop sequences for terminating the response.
      • +
      +
      +
      Specified by:
      +
      createRequestBody in interface IOpenAIClientHelper
      +
      Parameters:
      +
      messages - a list of IChatMessage objects representing the chat context.
      +
      Returns:
      +
      a HttpRequest.BodyPublisher object containing the serialized request body.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestBody.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestBody.html new file mode 100644 index 0000000..db2479f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestBody.html @@ -0,0 +1,382 @@ + + + + +OpenAIRequestBody (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIRequestBody

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
+
+
public class OpenAIRequestBody +extends Object
+
Represents the request body for an OpenAI chat completion API call. + This class encapsulates the parameters required by the OpenAI API, + including chat messages, maximum tokens, temperature, penalties, and stop sequences.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    double
    + +
    +
    Retrieves the frequency penalty applied to the response.
    +
    +
    int
    + +
    +
    Retrieves the maximum number of tokens allowed in the response.
    +
    + + +
    +
    Retrieves the list of chat messages in the request.
    +
    +
    double
    + +
    +
    Retrieves the presence penalty applied to the response.
    +
    + + +
    +
    Retrieves the stop sequence used to terminate the AI's response.
    +
    +
    double
    + +
    +
    Retrieves the temperature parameter for the AI's response.
    +
    +
    void
    +
    setFrequencyPenalty(double frequencyPenalty)
    +
    +
    Sets the frequency penalty applied to the response.
    +
    +
    void
    +
    setMaxTokens(int maxTokens)
    +
    +
    Sets the maximum number of tokens allowed in the response.
    +
    +
    void
    + +
    +
    Sets the list of chat messages in the request.
    +
    +
    void
    +
    setPresencePenalty(double presencePenalty)
    +
    +
    Sets the presence penalty applied to the response.
    +
    +
    void
    + +
    +
    Sets the stop sequence used to terminate the AI's response.
    +
    +
    void
    +
    setTemperature(double temperature)
    +
    +
    Sets the temperature parameter for the AI's response.
    +
    + + +
    +
    Serializes this object to its JSON representation using Gson.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenAIRequestBody

      +
      public OpenAIRequestBody()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getFrequencyPenalty

      +
      public double getFrequencyPenalty()
      +
      Retrieves the frequency penalty applied to the response.
      +
      +
      Returns:
      +
      the frequency penalty as a double.
      +
      +
      +
    • +
    • +
      +

      getMaxTokens

      +
      public int getMaxTokens()
      +
      Retrieves the maximum number of tokens allowed in the response.
      +
      +
      Returns:
      +
      the maximum token limit as an int.
      +
      +
      +
    • +
    • +
      +

      getMessages

      +
      public List<IChatMessage> getMessages()
      +
      Retrieves the list of chat messages in the request.
      +
      +
      Returns:
      +
      a List of IChatMessage objects.
      +
      +
      +
    • +
    • +
      +

      getPresencePenalty

      +
      public double getPresencePenalty()
      +
      Retrieves the presence penalty applied to the response.
      +
      +
      Returns:
      +
      the presence penalty as a double.
      +
      +
      +
    • +
    • +
      +

      getStop

      +
      public String getStop()
      +
      Retrieves the stop sequence used to terminate the AI's response.
      +
      +
      Returns:
      +
      the stop sequence as a String.
      +
      +
      +
    • +
    • +
      +

      getTemperature

      +
      public double getTemperature()
      +
      Retrieves the temperature parameter for the AI's response.
      +
      +
      Returns:
      +
      the temperature as a double.
      +
      +
      +
    • +
    • +
      +

      setFrequencyPenalty

      +
      public void setFrequencyPenalty(double frequencyPenalty)
      +
      Sets the frequency penalty applied to the response.
      +
      +
      Parameters:
      +
      frequencyPenalty - the frequency penalty as a double.
      +
      +
      +
    • +
    • +
      +

      setMaxTokens

      +
      public void setMaxTokens(int maxTokens)
      +
      Sets the maximum number of tokens allowed in the response.
      +
      +
      Parameters:
      +
      maxTokens - the maximum token limit as an int.
      +
      +
      +
    • +
    • +
      +

      setMessages

      +
      public void setMessages(List<IChatMessage> messages)
      +
      Sets the list of chat messages in the request.
      +
      +
      Parameters:
      +
      messages - a List of IChatMessage objects.
      +
      +
      +
    • +
    • +
      +

      setPresencePenalty

      +
      public void setPresencePenalty(double presencePenalty)
      +
      Sets the presence penalty applied to the response.
      +
      +
      Parameters:
      +
      presencePenalty - the presence penalty as a double.
      +
      +
      +
    • +
    • +
      +

      setStop

      +
      public void setStop(String stop)
      +
      Sets the stop sequence used to terminate the AI's response.
      +
      +
      Parameters:
      +
      stop - the stop sequence as a String.
      +
      +
      +
    • +
    • +
      +

      setTemperature

      +
      public void setTemperature(double temperature)
      +
      Sets the temperature parameter for the AI's response.
      +
      +
      Parameters:
      +
      temperature - the temperature as a double.
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      Serializes this object to its JSON representation using Gson. + The Role.RoleSerializer is registered to handle role serialization.
      +
      +
      Overrides:
      +
      toString in class Object
      +
      Returns:
      +
      the JSON representation of this request body as a String.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Choice.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Choice.html new file mode 100644 index 0000000..83d2fe3 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Choice.html @@ -0,0 +1,270 @@ + + + + +OpenAIRequestResponse.Choice (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIRequestResponse.Choice

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
+
+
Enclosing class:
+
OpenAIRequestResponse
+
+
+
public static class OpenAIRequestResponse.Choice +extends Object
+
Represents a single choice in the response from the OpenAI API. + A choice contains the generated message, its index, and the reason why the generation finished.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Choice

      +
      public Choice()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getFinishReason

      +
      public String getFinishReason()
      +
      Retrieves the reason why the response generation finished.
      +
      +
      Returns:
      +
      the finish reason as a String.
      +
      +
      +
    • +
    • +
      +

      setFinishReason

      +
      public void setFinishReason(String finishReason)
      +
      Sets the reason why the response generation finished.
      +
      +
      Parameters:
      +
      finishReason - the finish reason as a String.
      +
      +
      +
    • +
    • +
      +

      getIndex

      +
      public int getIndex()
      +
      Retrieves the index of this choice in the response.
      +
      +
      Returns:
      +
      the index as an int.
      +
      +
      +
    • +
    • +
      +

      setIndex

      +
      public void setIndex(int index)
      +
      Sets the index of this choice in the response.
      +
      +
      Parameters:
      +
      index - the index as an int.
      +
      +
      +
    • +
    • +
      +

      getMessage

      +
      public OpenAIChatMessage getMessage()
      +
      Retrieves the message generated by the OpenAI model for this choice.
      +
      +
      Returns:
      +
      the OpenAIChatMessage.
      +
      +
      +
    • +
    • +
      +

      setMessage

      +
      public void setMessage(OpenAIChatMessage message)
      +
      Sets the message generated by the OpenAI model for this choice.
      +
      +
      Parameters:
      +
      message - the OpenAIChatMessage.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Usage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Usage.html new file mode 100644 index 0000000..fcdc55f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.Usage.html @@ -0,0 +1,270 @@ + + + + +OpenAIRequestResponse.Usage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIRequestResponse.Usage

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
+
+
Enclosing class:
+
OpenAIRequestResponse
+
+
+
public static class OpenAIRequestResponse.Usage +extends Object
+
Represents the token usage details in the OpenAI API response. + Includes the number of tokens used for the prompt, completion, and total.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    int
    + +
    +
    Retrieves the number of tokens used for the completion.
    +
    +
    int
    + +
    +
    Retrieves the number of tokens used for the prompt.
    +
    +
    int
    + +
    +
    Retrieves the total number of tokens used for the request.
    +
    +
    void
    +
    setCompletionTokens(int completionTokens)
    +
    +
    Sets the number of tokens used for the completion.
    +
    +
    void
    +
    setPromptTokens(int promptTokens)
    +
    +
    Sets the number of tokens used for the prompt.
    +
    +
    void
    +
    setTotalTokens(int totalTokens)
    +
    +
    Sets the total number of tokens used for the request.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Usage

      +
      public Usage()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getPromptTokens

      +
      public int getPromptTokens()
      +
      Retrieves the number of tokens used for the prompt.
      +
      +
      Returns:
      +
      the prompt tokens as an int.
      +
      +
      +
    • +
    • +
      +

      setPromptTokens

      +
      public void setPromptTokens(int promptTokens)
      +
      Sets the number of tokens used for the prompt.
      +
      +
      Parameters:
      +
      promptTokens - the prompt tokens as an int.
      +
      +
      +
    • +
    • +
      +

      getCompletionTokens

      +
      public int getCompletionTokens()
      +
      Retrieves the number of tokens used for the completion.
      +
      +
      Returns:
      +
      the completion tokens as an int.
      +
      +
      +
    • +
    • +
      +

      setCompletionTokens

      +
      public void setCompletionTokens(int completionTokens)
      +
      Sets the number of tokens used for the completion.
      +
      +
      Parameters:
      +
      completionTokens - the completion tokens as an int.
      +
      +
      +
    • +
    • +
      +

      getTotalTokens

      +
      public int getTotalTokens()
      +
      Retrieves the total number of tokens used for the request.
      +
      +
      Returns:
      +
      the total tokens as an int.
      +
      +
      +
    • +
    • +
      +

      setTotalTokens

      +
      public void setTotalTokens(int totalTokens)
      +
      Sets the total number of tokens used for the request.
      +
      +
      Parameters:
      +
      totalTokens - the total tokens as an int.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.html new file mode 100644 index 0000000..371eae0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/OpenAIRequestResponse.html @@ -0,0 +1,385 @@ + + + + +OpenAIRequestResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class OpenAIRequestResponse

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
+
+
public class OpenAIRequestResponse +extends Object
+
Represents the response body from an OpenAI chat completion API request. + This class encapsulates information about the response, including choices, + token usage, and metadata.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenAIRequestResponse

      +
      public OpenAIRequestResponse()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getId

      +
      public String getId()
      +
      Retrieves the unique identifier for the response.
      +
      +
      Returns:
      +
      the response ID as a String.
      +
      +
      +
    • +
    • +
      +

      setId

      +
      public void setId(String id)
      +
      Sets the unique identifier for the response.
      +
      +
      Parameters:
      +
      id - the response ID as a String.
      +
      +
      +
    • +
    • +
      +

      getObject

      +
      public String getObject()
      +
      Retrieves the object type of the response.
      +
      +
      Returns:
      +
      the object type as a String.
      +
      +
      +
    • +
    • +
      +

      setObject

      +
      public void setObject(String object)
      +
      Sets the object type of the response.
      +
      +
      Parameters:
      +
      object - the object type as a String.
      +
      +
      +
    • +
    • +
      +

      getCreated

      +
      public long getCreated()
      +
      Retrieves the timestamp when the response was created.
      +
      +
      Returns:
      +
      the creation timestamp as a long.
      +
      +
      +
    • +
    • +
      +

      setCreated

      +
      public void setCreated(long created)
      +
      Sets the timestamp when the response was created.
      +
      +
      Parameters:
      +
      created - the creation timestamp as a long.
      +
      +
      +
    • +
    • +
      +

      getModel

      +
      public String getModel()
      +
      Retrieves the model used to generate the response.
      +
      +
      Returns:
      +
      the model as a String.
      +
      +
      +
    • +
    • +
      +

      setModel

      +
      public void setModel(String model)
      +
      Sets the model used to generate the response.
      +
      +
      Parameters:
      +
      model - the model as a String.
      +
      +
      +
    • +
    • +
      +

      getChoices

      +
      public List<OpenAIRequestResponse.Choice> getChoices()
      +
      Retrieves the list of choices returned by the OpenAI API.
      +
      +
      Returns:
      +
      a List of OpenAIRequestResponse.Choice objects.
      +
      +
      +
    • +
    • +
      +

      setChoices

      +
      public void setChoices(List<OpenAIRequestResponse.Choice> choices)
      +
      Sets the list of choices returned by the OpenAI API.
      +
      +
      Parameters:
      +
      choices - a List of OpenAIRequestResponse.Choice objects.
      +
      +
      +
    • +
    • +
      +

      getUsage

      +
      public OpenAIRequestResponse.Usage getUsage()
      +
      Retrieves the token usage details for the request.
      +
      +
      Returns:
      +
      the OpenAIRequestResponse.Usage object containing token usage information.
      +
      +
      +
    • +
    • +
      +

      setUsage

      +
      public void setUsage(OpenAIRequestResponse.Usage usage)
      +
      Sets the token usage details for the request.
      +
      +
      Parameters:
      +
      usage - the OpenAIRequestResponse.Usage object containing token usage information.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/IOpenAIClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/IOpenAIClientHelper.html new file mode 100644 index 0000000..76badc0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/IOpenAIClientHelper.html @@ -0,0 +1,105 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper

+
+
Packages that use IOpenAIClientHelper
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIChatMessage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIChatMessage.html new file mode 100644 index 0000000..ac5d13c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIChatMessage.html @@ -0,0 +1,106 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage

+
+
Packages that use OpenAIChatMessage
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClient.html new file mode 100644 index 0000000..26fd38e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClient.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClientHelper.html new file mode 100644 index 0000000..8b88d0c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIClientHelper.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestBody.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestBody.html new file mode 100644 index 0000000..ed7e16e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestBody.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Choice.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Choice.html new file mode 100644 index 0000000..be2c7da --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Choice.html @@ -0,0 +1,100 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Usage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Usage.html new file mode 100644 index 0000000..14c1861 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.Usage.html @@ -0,0 +1,100 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage

+
+
Packages that use OpenAIRequestResponse.Usage
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.html new file mode 100644 index 0000000..456c1cf --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/class-use/OpenAIRequestResponse.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-summary.html new file mode 100644 index 0000000..66766a7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-summary.html @@ -0,0 +1,146 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.openai (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.chat.openai

+
+
+
package com.developer.nefarious.zjoule.plugin.chat.openai
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-tree.html new file mode 100644 index 0000000..21e9c7a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-tree.html @@ -0,0 +1,88 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.openai Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.chat.openai

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-use.html new file mode 100644 index 0000000..2581684 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/openai/package-use.html @@ -0,0 +1,98 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.chat.openai (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.chat.openai

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-summary.html new file mode 100644 index 0000000..b65570a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-summary.html @@ -0,0 +1,138 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.chat

+
+
+
package com.developer.nefarious.zjoule.plugin.chat
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-tree.html new file mode 100644 index 0000000..1e1234c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-tree.html @@ -0,0 +1,86 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.chat

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-use.html new file mode 100644 index 0000000..0190342 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/package-use.html @@ -0,0 +1,113 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.chat (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.chat

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/EditorContentReader.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/EditorContentReader.html new file mode 100644 index 0000000..28c3078 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/EditorContentReader.html @@ -0,0 +1,177 @@ + + + + +EditorContentReader (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EditorContentReader

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader
+
+
+
+
public abstract class EditorContentReader +extends Object
+
Utility class for reading content and metadata from the active editor in the Eclipse IDE. + This class provides methods to retrieve the active editor's file name and its content.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getActiveEditorFileName

      +
      public static String getActiveEditorFileName()
      +
      Retrieves the name of the file currently open in the active editor.
      +
      +
      Returns:
      +
      the name of the active editor's file, or null if no editor is active + or the file cannot be determined.
      +
      +
      +
    • +
    • +
      +

      readActiveEditorContent

      +
      public static String readActiveEditorContent()
      +
      Reads and returns the content of the file currently open in the active editor.
      +
      +
      Returns:
      +
      the content of the active editor's file as a String, or null + if no editor is active or the file cannot be read.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/class-use/EditorContentReader.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/class-use/EditorContentReader.html new file mode 100644 index 0000000..762fd3a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/class-use/EditorContentReader.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-summary.html new file mode 100644 index 0000000..bf923f3 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-summary.html @@ -0,0 +1,115 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.chat.utils

+
+
+
package com.developer.nefarious.zjoule.plugin.chat.utils
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-tree.html new file mode 100644 index 0000000..13dba4b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-tree.html @@ -0,0 +1,76 @@ + + + + +com.developer.nefarious.zjoule.plugin.chat.utils Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.chat.utils

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-use.html new file mode 100644 index 0000000..31e05ea --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/chat/utils/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.chat.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.chat.utils

+
+No usage of com.developer.nefarious.zjoule.plugin.chat.utils
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/Activator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/Activator.html new file mode 100644 index 0000000..5297acc --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/Activator.html @@ -0,0 +1,295 @@ + + + + +Activator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Activator

+
+
java.lang.Object +
org.eclipse.core.runtime.Plugin +
org.eclipse.ui.plugin.AbstractUIPlugin +
com.developer.nefarious.zjoule.plugin.core.Activator
+
+
+
+
+
+
All Implemented Interfaces:
+
org.osgi.framework.BundleActivator
+
+
+
public class Activator +extends org.eclipse.ui.plugin.AbstractUIPlugin
+
The activator class controls the plug-in lifecycle for the zJoule plugin. +

+ This class extends AbstractUIPlugin and serves as the entry point + for the plug-in. It manages the initialization of various memory components + and provides a shared instance for use across the plugin.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    The plug-in ID for the zJoule plugin.
    +
    +
    +
    +

    Fields inherited from class org.eclipse.core.runtime.Plugin

    +PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    The default constructor for the Activator.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static Activator
    + +
    +
    Returns the shared instance of the Activator.
    +
    +
    void
    +
    start(org.osgi.framework.BundleContext context)
    +
    +
    Starts the plugin by initializing the shared instance and memory resources.
    +
    +
    void
    +
    stop(org.osgi.framework.BundleContext context)
    +
    +
    Stops the plugin by clearing the shared instance.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin

    +createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
    +
    +

    Methods inherited from class org.eclipse.core.runtime.Plugin

    +find, find, getBundle, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      PLUGIN_ID

      +
      public static final String PLUGIN_ID
      +
      The plug-in ID for the zJoule plugin.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Activator

      +
      public Activator()
      +
      The default constructor for the Activator.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDefault

      +
      public static Activator getDefault()
      +
      Returns the shared instance of the Activator.
      +
      +
      Returns:
      +
      the shared Activator instance.
      +
      +
      +
    • +
    • +
      +

      start

      +
      public void start(org.osgi.framework.BundleContext context) + throws Exception
      +
      Starts the plugin by initializing the shared instance and memory resources.
      +
      +
      Specified by:
      +
      start in interface org.osgi.framework.BundleActivator
      +
      Overrides:
      +
      start in class org.eclipse.ui.plugin.AbstractUIPlugin
      +
      Parameters:
      +
      context - the OSGi bundle context.
      +
      Throws:
      +
      Exception - if the plugin fails to start.
      +
      +
      +
    • +
    • +
      +

      stop

      +
      public void stop(org.osgi.framework.BundleContext context) + throws Exception
      +
      Stops the plugin by clearing the shared instance.
      +
      +
      Specified by:
      +
      stop in interface org.osgi.framework.BundleActivator
      +
      Overrides:
      +
      stop in class org.eclipse.ui.plugin.AbstractUIPlugin
      +
      Parameters:
      +
      context - the OSGi bundle context.
      +
      Throws:
      +
      Exception - if the plugin fails to stop.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/class-use/Activator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/class-use/Activator.html new file mode 100644 index 0000000..863d4cd --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/class-use/Activator.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.Activator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.Activator

+
+
Packages that use Activator
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/Initialization.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/Initialization.html new file mode 100644 index 0000000..32e0767 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/Initialization.html @@ -0,0 +1,211 @@ + + + + +Initialization (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Initialization

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.events.Initialization
+
+
+
+
All Implemented Interfaces:
+
Runnable
+
+
+
public class Initialization +extends Object +implements Runnable
+
Handles the initialization process for the application by managing user sessions, + loading message history, and updating the browser state. +

+ This class implements Runnable and can be used in thread-based operations + for initializing components in the Eclipse environment.

+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Initialization(org.eclipse.swt.browser.Browser browser)
    +
    +
    Constructs an Initialization instance with the specified Browser.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    run()
    +
    +
    Executes the initialization process.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Initialization

      +
      public Initialization(org.eclipse.swt.browser.Browser browser)
      +
      Constructs an Initialization instance with the specified Browser.
      +
      +
      Parameters:
      +
      browser - the Browser instance used during initialization.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/PartListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/PartListener.html new file mode 100644 index 0000000..7d42d7d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/PartListener.html @@ -0,0 +1,192 @@ + + + + +PartListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PartListener

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.events.PartListener
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.ui.IPartListener2
+
+
+
public class PartListener +extends Object +implements org.eclipse.ui.IPartListener2
+
Implements a part listener to monitor and handle editor-related events in the Eclipse workspace. +

+ This class listens for specific part lifecycle events, such as editor closures, and updates + the associated browser state using the TagHandler.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    create(org.eclipse.swt.browser.Browser browser)
    +
    +
    Factory method to create a PartListener instance.
    +
    +
    void
    +
    partClosed(org.eclipse.ui.IWorkbenchPartReference partRef)
    +
    +
    Handles the partClosed event triggered when a part is closed.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.eclipse.ui.IPartListener2

    +partActivated, partBroughtToTop, partDeactivated, partHidden, partInputChanged, partOpened, partVisible
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static PartListener create(org.eclipse.swt.browser.Browser browser)
      +
      Factory method to create a PartListener instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with the listener.
      +
      Returns:
      +
      a new PartListener instance.
      +
      +
      +
    • +
    • +
      +

      partClosed

      +
      public void partClosed(org.eclipse.ui.IWorkbenchPartReference partRef)
      +
      Handles the partClosed event triggered when a part is closed. +

      + If the closed part is an IEditorReference, this method updates the browser + state by invoking TagHandler.update(Browser).

      +
      +
      Specified by:
      +
      partClosed in interface org.eclipse.ui.IPartListener2
      +
      Parameters:
      +
      partRef - the IWorkbenchPartReference representing the closed part.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/SelectionListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/SelectionListener.html new file mode 100644 index 0000000..a8a3840 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/SelectionListener.html @@ -0,0 +1,191 @@ + + + + +SelectionListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SelectionListener

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.events.SelectionListener
+
+
+
+
All Implemented Interfaces:
+
EventListener, org.eclipse.ui.ISelectionListener
+
+
+
public class SelectionListener +extends Object +implements org.eclipse.ui.ISelectionListener
+
Listens for selection changes in the Eclipse workspace and updates the browser state accordingly. +

+ Implements ISelectionListener to monitor selection events and invoke updates + using the TagHandler.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.eclipse.ui.ISelectionListener
    +
    create(org.eclipse.swt.browser.Browser browser)
    +
    +
    Factory method to create a SelectionListener instance.
    +
    +
    void
    +
    selectionChanged(org.eclipse.ui.IWorkbenchPart part, + org.eclipse.jface.viewers.ISelection selection)
    +
    +
    Invoked when the selection in the Eclipse workspace changes.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static org.eclipse.ui.ISelectionListener create(org.eclipse.swt.browser.Browser browser)
      +
      Factory method to create a SelectionListener instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with the listener.
      +
      Returns:
      +
      a new SelectionListener instance.
      +
      +
      +
    • +
    • +
      +

      selectionChanged

      +
      public void selectionChanged(org.eclipse.ui.IWorkbenchPart part, + org.eclipse.jface.viewers.ISelection selection)
      +
      Invoked when the selection in the Eclipse workspace changes. +

      + This method updates the browser state using TagHandler.update(Browser).

      +
      +
      Specified by:
      +
      selectionChanged in interface org.eclipse.ui.ISelectionListener
      +
      Parameters:
      +
      part - the IWorkbenchPart in which the selection changed.
      +
      selection - the new ISelection.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/Initialization.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/Initialization.html new file mode 100644 index 0000000..b3f83e5 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/Initialization.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.events.Initialization (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.events.Initialization

+
+No usage of com.developer.nefarious.zjoule.plugin.core.events.Initialization
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/PartListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/PartListener.html new file mode 100644 index 0000000..5bd372b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/PartListener.html @@ -0,0 +1,107 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.events.PartListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.events.PartListener

+
+
Packages that use PartListener
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/SelectionListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/SelectionListener.html new file mode 100644 index 0000000..7492a4e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/class-use/SelectionListener.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.events.SelectionListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.events.SelectionListener

+
+No usage of com.developer.nefarious.zjoule.plugin.core.events.SelectionListener
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-summary.html new file mode 100644 index 0000000..78f5546 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-summary.html @@ -0,0 +1,124 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.events (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.core.events

+
+
+
package com.developer.nefarious.zjoule.plugin.core.events
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-tree.html new file mode 100644 index 0000000..7cea498 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-tree.html @@ -0,0 +1,78 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.events Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.core.events

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.developer.nefarious.zjoule.plugin.core.events.Initialization (implements java.lang.Runnable)
    • +
    • com.developer.nefarious.zjoule.plugin.core.events.PartListener (implements org.eclipse.ui.IPartListener2)
    • +
    • com.developer.nefarious.zjoule.plugin.core.events.SelectionListener (implements org.eclipse.ui.ISelectionListener)
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-use.html new file mode 100644 index 0000000..c0323f8 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/events/package-use.html @@ -0,0 +1,101 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.core.events (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.core.events

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/ClearHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/ClearHandler.html new file mode 100644 index 0000000..47f17a1 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/ClearHandler.html @@ -0,0 +1,213 @@ + + + + +ClearHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
org.eclipse.core.commands.common.EventManager +
org.eclipse.jface.action.AbstractAction +
org.eclipse.jface.action.Action +
com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.action.IAction
+
+
+
public class ClearHandler +extends org.eclipse.jface.action.Action
+
Handles the "Clear Chat" action in the application. +

+ This class extends Action and provides functionality to clear the chat message history + and reset the associated browser state. It also manages the display icon for the action.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.eclipse.jface.action.IAction

    +AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    create(org.eclipse.swt.browser.Browser browser)
    +
    +
    Factory method to create a new ClearHandler instance.
    +
    +
    void
    +
    run()
    +
    +
    Executes the "Clear Chat" action.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.action.Action

    +convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
    +
    +

    Methods inherited from class org.eclipse.jface.action.AbstractAction

    +addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
    +
    +

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    +addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static ClearHandler create(org.eclipse.swt.browser.Browser browser)
      +
      Factory method to create a new ClearHandler instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with the action.
      +
      Returns:
      +
      a new ClearHandler instance.
      +
      +
      +
    • +
    • +
      +

      run

      +
      public void run()
      +
      Executes the "Clear Chat" action. +

      + If the user is logged in, this method clears the chat message history stored in + MemoryMessageHistory and resets the browser state by executing the + clearMessages() JavaScript function.

      +
      +
      Specified by:
      +
      run in interface org.eclipse.jface.action.IAction
      +
      Overrides:
      +
      run in class org.eclipse.jface.action.Action
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LoginHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LoginHandler.html new file mode 100644 index 0000000..12646e4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LoginHandler.html @@ -0,0 +1,215 @@ + + + + +LoginHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
org.eclipse.core.commands.common.EventManager +
org.eclipse.jface.action.AbstractAction +
org.eclipse.jface.action.Action +
com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.action.IAction
+
+
+
public class LoginHandler +extends org.eclipse.jface.action.Action
+
Handles the "Login" action for connecting to a BTP subaccount. +

+ This class extends Action and launches a LoginWizard in a + WizardDialog when the action is triggered. It also manages the icon for the action.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.eclipse.jface.action.IAction

    +AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    create(org.eclipse.swt.widgets.Shell shell, + org.eclipse.swt.browser.Browser browser)
    +
    +
    Factory method to create a new LoginHandler instance.
    +
    +
    void
    +
    run()
    +
    +
    Executes the "Login" action.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.action.Action

    +convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
    +
    +

    Methods inherited from class org.eclipse.jface.action.AbstractAction

    +addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
    +
    +

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    +addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static LoginHandler create(org.eclipse.swt.widgets.Shell shell, + org.eclipse.swt.browser.Browser browser)
      +
      Factory method to create a new LoginHandler instance.
      +
      +
      Parameters:
      +
      shell - the Shell instance used to display the login wizard dialog.
      +
      browser - the Browser instance used by the login wizard.
      +
      Returns:
      +
      a new LoginHandler instance.
      +
      +
      +
    • +
    • +
      +

      run

      +
      public void run()
      +
      Executes the "Login" action. +

      + This method launches the LoginWizard in a WizardDialog, + allowing the user to log in to their BTP subaccount.

      +
      +
      Specified by:
      +
      run in interface org.eclipse.jface.action.IAction
      +
      Overrides:
      +
      run in class org.eclipse.jface.action.Action
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LogoutHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LogoutHandler.html new file mode 100644 index 0000000..001301c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/LogoutHandler.html @@ -0,0 +1,213 @@ + + + + +LogoutHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
org.eclipse.core.commands.common.EventManager +
org.eclipse.jface.action.AbstractAction +
org.eclipse.jface.action.Action +
com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.action.IAction
+
+
+
public class LogoutHandler +extends org.eclipse.jface.action.Action
+
Handles the "Logout" action for ending the user's session. +

+ This class extends Action and manages the process of logging out the user + by invoking the SessionManager.logout(Browser, EclipseMemory) method. + It also configures the action's icon and tooltip text.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.eclipse.jface.action.IAction

    +AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    create(org.eclipse.swt.browser.Browser browser)
    +
    +
    Factory method to create a new LogoutHandler instance.
    +
    +
    void
    +
    run()
    +
    +
    Executes the "Logout" action.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.action.Action

    +convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
    +
    +

    Methods inherited from class org.eclipse.jface.action.AbstractAction

    +addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener
    +
    +

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    +addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static LogoutHandler create(org.eclipse.swt.browser.Browser browser)
      +
      Factory method to create a new LogoutHandler instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with the action.
      +
      Returns:
      +
      a new LogoutHandler instance.
      +
      +
      +
    • +
    • +
      +

      run

      +
      public void run()
      +
      Executes the "Logout" action. +

      + Invokes the SessionManager.logout(Browser, EclipseMemory) method + to end the user's session and clear associated memory.

      +
      +
      Specified by:
      +
      run in interface org.eclipse.jface.action.IAction
      +
      Overrides:
      +
      run in class org.eclipse.jface.action.Action
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/MessageHistoryLoader.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/MessageHistoryLoader.html new file mode 100644 index 0000000..cf9b795 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/MessageHistoryLoader.html @@ -0,0 +1,169 @@ + + + + +MessageHistoryLoader (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MessageHistoryLoader

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader
+
+
+
+
public abstract class MessageHistoryLoader +extends Object
+
Utility class for loading chat message history into a browser component. +

+ The MessageHistoryLoader retrieves stored messages from memory and renders + them in a browser using JavaScript functions.

+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      loadFromMemory

      +
      public static void loadFromMemory(org.eclipse.swt.browser.Browser browser)
      +
      Loads chat message history from memory and displays it in the specified browser. +

      + This method retrieves the message history from MemoryMessageHistory, escapes + the content for safe rendering, and invokes JavaScript functions to add the messages + to the browser UI. +

        +
      • User messages are added using addUserMessage().
      • +
      • Assistant messages are added using addBotMessage().
      • +
      +
      +
      Parameters:
      +
      browser - the Browser instance where the messages will be displayed.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/PromptHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/PromptHandler.html new file mode 100644 index 0000000..7b0d5ca --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/PromptHandler.html @@ -0,0 +1,232 @@ + + + + +PromptHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
org.eclipse.swt.browser.BrowserFunction +
com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
+
+
+
+
+
public class PromptHandler +extends org.eclipse.swt.browser.BrowserFunction
+
Handles user prompts from the browser and communicates with the chat orchestrator to generate responses. +

+ This class extends BrowserFunction to enable JavaScript interaction with the + Eclipse SWT Browser component. It uses the ChatOrchestrator to process + user input and generate AI-driven responses.

+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PromptHandler(org.eclipse.swt.browser.Browser browser, + String name)
    +
    +
    Constructs a new PromptHandler instance.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    create(org.eclipse.swt.browser.Browser browser, + String name)
    +
    +
    Factory method to create a new PromptHandler instance.
    +
    + +
    function(Object[] arguments)
    +
    +
    Handles the JavaScript function call from the browser.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.swt.browser.BrowserFunction

    +dispose, getBrowser, getName, isDisposed
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PromptHandler

      +
      public PromptHandler(org.eclipse.swt.browser.Browser browser, + String name)
      +
      Constructs a new PromptHandler instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with this function.
      +
      name - the name of the JavaScript function exposed to the browser.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static PromptHandler create(org.eclipse.swt.browser.Browser browser, + String name)
      +
      Factory method to create a new PromptHandler instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance associated with this function.
      +
      name - the name of the JavaScript function exposed to the browser.
      +
      Returns:
      +
      a new PromptHandler instance.
      +
      +
      +
    • +
    • +
      +

      function

      +
      public Object function(Object[] arguments)
      +
      Handles the JavaScript function call from the browser. +

      + This method takes the first argument as the user prompt, passes it to the + ChatOrchestrator.getAnswer(String) method, and returns the generated AI response.

      +
      +
      Overrides:
      +
      function in class org.eclipse.swt.browser.BrowserFunction
      +
      Parameters:
      +
      arguments - the arguments passed from the JavaScript function call.
      +
      Returns:
      +
      the AI-generated response as an Object.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/TagHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/TagHandler.html new file mode 100644 index 0000000..475d4f4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/TagHandler.html @@ -0,0 +1,164 @@ + + + + +TagHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ + +
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.functions.TagHandler
+
+
+
+
public abstract class TagHandler +extends Object
+
Handles updating tags in the browser based on the currently active editor file. +

+ This utility class retrieves the name of the currently active file in the Eclipse editor + and updates the tag in the browser using a JavaScript function.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static void
    +
    update(org.eclipse.swt.browser.Browser browser)
    +
    +
    Updates the tag in the browser with the name of the currently active editor file.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      update

      +
      public static void update(org.eclipse.swt.browser.Browser browser)
      +
      Updates the tag in the browser with the name of the currently active editor file. +

      + This method retrieves the active editor's file name using EditorContentReader.getActiveEditorFileName() + and invokes the updateTag() JavaScript function in the browser to reflect this information.

      +
      +
      Parameters:
      +
      browser - the Browser instance where the tag will be updated.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/ClearHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/ClearHandler.html new file mode 100644 index 0000000..0910e4e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/ClearHandler.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler

+
+
Packages that use ClearHandler
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LoginHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LoginHandler.html new file mode 100644 index 0000000..2decbc2 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LoginHandler.html @@ -0,0 +1,90 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler

+
+
Packages that use LoginHandler
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LogoutHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LogoutHandler.html new file mode 100644 index 0000000..2569878 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/LogoutHandler.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler

+
+
Packages that use LogoutHandler
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/MessageHistoryLoader.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/MessageHistoryLoader.html new file mode 100644 index 0000000..ce5394b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/MessageHistoryLoader.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader

+
+No usage of com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/PromptHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/PromptHandler.html new file mode 100644 index 0000000..9755127 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/PromptHandler.html @@ -0,0 +1,90 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler

+
+
Packages that use PromptHandler
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/TagHandler.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/TagHandler.html new file mode 100644 index 0000000..32c9596 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/class-use/TagHandler.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.functions.TagHandler (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.functions.TagHandler

+
+No usage of com.developer.nefarious.zjoule.plugin.core.functions.TagHandler
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-summary.html new file mode 100644 index 0000000..553bf7d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-summary.html @@ -0,0 +1,135 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.functions (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.core.functions

+
+
+
package com.developer.nefarious.zjoule.plugin.core.functions
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-tree.html new file mode 100644 index 0000000..fa687fb --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-tree.html @@ -0,0 +1,97 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.functions Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.core.functions

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.eclipse.swt.browser.BrowserFunction +
        +
      • com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
      • +
      +
    • +
    • org.eclipse.core.commands.common.EventManager +
        +
      • org.eclipse.jface.action.AbstractAction (implements org.eclipse.jface.action.IAction) +
          +
        • org.eclipse.jface.action.Action +
            +
          • com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler
          • +
          • com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler
          • +
          • com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler
          • +
          +
        • +
        +
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader
    • +
    • com.developer.nefarious.zjoule.plugin.core.functions.TagHandler
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-use.html new file mode 100644 index 0000000..0872a01 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/functions/package-use.html @@ -0,0 +1,98 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.core.functions (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.core.functions

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-summary.html new file mode 100644 index 0000000..eab89ac --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-summary.html @@ -0,0 +1,115 @@ + + + + +com.developer.nefarious.zjoule.plugin.core (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.core

+
+
+
package com.developer.nefarious.zjoule.plugin.core
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-tree.html new file mode 100644 index 0000000..94b86fa --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-tree.html @@ -0,0 +1,84 @@ + + + + +com.developer.nefarious.zjoule.plugin.core Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.core

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.eclipse.core.runtime.Plugin (implements org.osgi.framework.BundleActivator) +
        +
      • org.eclipse.ui.plugin.AbstractUIPlugin +
          +
        • com.developer.nefarious.zjoule.plugin.core.Activator
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-use.html new file mode 100644 index 0000000..4baf2a5 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.core (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.core

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/BrowserFactory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/BrowserFactory.html new file mode 100644 index 0000000..e3ece92 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/BrowserFactory.html @@ -0,0 +1,166 @@ + + + + +BrowserFactory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BrowserFactory

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory
+
+
+
+
public abstract class BrowserFactory +extends Object
+
Factory class for creating Browser instances in an SWT application. +

+ This utility class provides a method to instantiate Browser components + with a specified parent composite and style.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.eclipse.swt.browser.Browser
    +
    create(org.eclipse.swt.widgets.Composite parent, + int style)
    +
    +
    Creates a new Browser instance with the specified parent and style.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static org.eclipse.swt.browser.Browser create(org.eclipse.swt.widgets.Composite parent, + int style)
      +
      Creates a new Browser instance with the specified parent and style.
      +
      +
      Parameters:
      +
      parent - the parent Composite that will contain the browser.
      +
      style - the style flags for the browser.
      +
      Returns:
      +
      a newly created Browser instance.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/IViewRender.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/IViewRender.html new file mode 100644 index 0000000..8437ead --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/IViewRender.html @@ -0,0 +1,185 @@ + + + + +IViewRender (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IViewRender

+
+
+
+
All Known Implementing Classes:
+
ViewRender
+
+
+
public interface IViewRender
+
Interface for rendering HTML-based views in the application. +

+ This interface defines methods for dynamically building HTML content and + reading resource files (e.g., JavaScript and CSS) from the plugin's bundle. + Implementations of this interface are responsible for creating and managing + the HTML views used in the application.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Builds the HTML content for the view.
    +
    + + +
    +
    Reads the content of a resource file located in the plugin's bundle.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      build

      +
      String build()
      +
      Builds the HTML content for the view. +

      + This method dynamically includes JavaScript and CSS resources by reading their contents + from the plugin's resources. The generated HTML contains a placeholder for chat interactions + and user instructions.

      +
      +
      Returns:
      +
      the complete HTML content as a String.
      +
      +
      +
    • +
    • +
      +

      getResourceContent

      +
      String getResourceContent(String filename)
      +
      Reads the content of a resource file located in the plugin's bundle. +

      + This method resolves the file path using the plugin's bundle, reads the file content line by line, + and returns the content as a single string.

      +
      +
      Parameters:
      +
      filename - the name of the file to read from the resources/views directory.
      +
      Returns:
      +
      the content of the file as a String, or an empty string if an error occurs.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewListener.html new file mode 100644 index 0000000..e981d25 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewListener.html @@ -0,0 +1,330 @@ + + + + +ViewListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ViewListener

+
+
java.lang.Object +
org.eclipse.core.commands.common.EventManager +
org.eclipse.ui.part.WorkbenchPart +
org.eclipse.ui.part.ViewPart +
com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
+
+
+
public class ViewListener +extends org.eclipse.ui.part.ViewPart
+
Represents a custom Eclipse view that integrates a browser and various event listeners. +

+ The ViewListener class extends ViewPart and provides functionality for: +

    +
  • Rendering HTML-based UI components using a Browser.
  • +
  • Handling toolbar and menu actions like login, logout, and clearing chat history.
  • +
  • Listening to part and selection events in the Eclipse workspace.
  • +
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.eclipse.ui.IWorkbenchPart

    +PROP_TITLE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    createPartControl(org.eclipse.swt.widgets.Composite parent)
    +
    +
    Creates the view's controls, including the browser and toolbar.
    +
    +
    void
    + +
    +
    Disposes of the view and its associated resources, including listeners and the browser.
    +
    +
    void
    +
    setBrowser(org.eclipse.swt.browser.Browser browser)
    +
    +
    Sets the browser component for the view.
    +
    +
    void
    + +
    +
    Sets the focus to the browser component.
    +
    +
    void
    + +
    +
    Sets the part listener for monitoring part lifecycle events.
    +
    +
    void
    +
    setSelectionListener(org.eclipse.ui.ISelectionListener selectionListener)
    +
    +
    Sets the selection listener for monitoring selection events.
    +
    +
    void
    +
    setShell(org.eclipse.swt.widgets.Shell shell)
    +
    +
    Sets the shell instance for the view.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.ui.part.ViewPart

    +checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
    +
    +

    Methods inherited from class org.eclipse.ui.part.WorkbenchPart

    +addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
    +
    +

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    +addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.eclipse.core.runtime.IAdaptable

    +getAdapter
    +
    +

    Methods inherited from interface org.eclipse.ui.IWorkbenchPart

    +addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ViewListener

      +
      public ViewListener()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      createPartControl

      +
      public void createPartControl(org.eclipse.swt.widgets.Composite parent)
      +
      Creates the view's controls, including the browser and toolbar.
      +
      +
      Specified by:
      +
      createPartControl in interface org.eclipse.ui.IWorkbenchPart
      +
      Specified by:
      +
      createPartControl in class org.eclipse.ui.part.WorkbenchPart
      +
      Parameters:
      +
      parent - the parent Composite that will contain the view's controls.
      +
      +
      +
    • +
    • +
      +

      dispose

      +
      public void dispose()
      +
      Disposes of the view and its associated resources, including listeners and the browser.
      +
      +
      Specified by:
      +
      dispose in interface org.eclipse.ui.IWorkbenchPart
      +
      Overrides:
      +
      dispose in class org.eclipse.ui.part.WorkbenchPart
      +
      +
      +
    • +
    • +
      +

      setFocus

      +
      public void setFocus()
      +
      Sets the focus to the browser component.
      +
      +
      Specified by:
      +
      setFocus in interface org.eclipse.ui.IWorkbenchPart
      +
      Specified by:
      +
      setFocus in class org.eclipse.ui.part.WorkbenchPart
      +
      +
      +
    • +
    • +
      +

      setBrowser

      +
      public void setBrowser(org.eclipse.swt.browser.Browser browser)
      +
      Sets the browser component for the view.
      +
      +
      Parameters:
      +
      browser - the Browser instance to set.
      +
      +
      +
    • +
    • +
      +

      setPartListener

      +
      public void setPartListener(PartListener partListener)
      +
      Sets the part listener for monitoring part lifecycle events.
      +
      +
      Parameters:
      +
      partListener - the PartListener to set.
      +
      +
      +
    • +
    • +
      +

      setSelectionListener

      +
      public void setSelectionListener(org.eclipse.ui.ISelectionListener selectionListener)
      +
      Sets the selection listener for monitoring selection events.
      +
      +
      Parameters:
      +
      selectionListener - the ISelectionListener to set.
      +
      +
      +
    • +
    • +
      +

      setShell

      +
      public void setShell(org.eclipse.swt.widgets.Shell shell)
      +
      Sets the shell instance for the view.
      +
      +
      Parameters:
      +
      shell - the Shell to set.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewRender.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewRender.html new file mode 100644 index 0000000..24341d4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/ViewRender.html @@ -0,0 +1,211 @@ + + + + +ViewRender (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ViewRender

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.ui.ViewRender
+
+
+
+
All Implemented Interfaces:
+
IViewRender
+
+
+
public class ViewRender +extends Object +implements IViewRender
+
Responsible for rendering an HTML-based view with embedded JavaScript and CSS resources. +

+ The ViewRender class implements IViewRender and provides methods to build + a complete HTML page dynamically by including JavaScript and CSS resources from the plugin's bundle.

+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      create

      +
      public static IViewRender create()
      +
      Factory method to create a new ViewRender instance.
      +
      +
      Returns:
      +
      a new IViewRender instance.
      +
      +
      +
    • +
    • +
      +

      build

      +
      public String build()
      +
      Builds the HTML content for the view. +

      + This method dynamically includes JavaScript and CSS resources by reading their contents + from the plugin's resources. The generated HTML contains a placeholder for chat interactions + and user instructions.

      +
      +
      Specified by:
      +
      build in interface IViewRender
      +
      Returns:
      +
      the complete HTML content as a String.
      +
      +
      +
    • +
    • +
      +

      getResourceContent

      +
      public String getResourceContent(String filename)
      +
      Reads the content of a resource file located in the plugin's bundle. +

      + This method resolves the file path using the plugin's bundle, reads the file content line by line, + and returns the content as a single string.

      +
      +
      Specified by:
      +
      getResourceContent in interface IViewRender
      +
      Parameters:
      +
      filename - the name of the file to read from the resources/views directory.
      +
      Returns:
      +
      the content of the file as a String, or an empty string if an error occurs.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/BrowserFactory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/BrowserFactory.html new file mode 100644 index 0000000..b0600e6 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/BrowserFactory.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory

+
+No usage of com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/IViewRender.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/IViewRender.html new file mode 100644 index 0000000..b47d319 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/IViewRender.html @@ -0,0 +1,100 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.core.ui.IViewRender (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.core.ui.IViewRender

+
+
Packages that use IViewRender
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewListener.html new file mode 100644 index 0000000..f1598d1 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewListener.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.ui.ViewListener

+
+No usage of com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewRender.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewRender.html new file mode 100644 index 0000000..efcef21 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/class-use/ViewRender.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.ui.ViewRender (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.ui.ViewRender

+
+No usage of com.developer.nefarious.zjoule.plugin.core.ui.ViewRender
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-summary.html new file mode 100644 index 0000000..f044d6d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-summary.html @@ -0,0 +1,129 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.ui (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.core.ui

+
+
+
package com.developer.nefarious.zjoule.plugin.core.ui
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-tree.html new file mode 100644 index 0000000..70e9048 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-tree.html @@ -0,0 +1,96 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.ui Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.core.ui

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory
    • +
    • org.eclipse.core.commands.common.EventManager +
        +
      • org.eclipse.ui.part.WorkbenchPart (implements org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation) +
          +
        • org.eclipse.ui.part.ViewPart (implements org.eclipse.ui.IViewPart) +
            +
          • com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
          • +
          +
        • +
        +
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.core.ui.ViewRender (implements com.developer.nefarious.zjoule.plugin.core.ui.IViewRender)
    • +
    +
  • +
+
+
+

Interface Hierarchy

+
    +
  • com.developer.nefarious.zjoule.plugin.core.ui.IViewRender
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-use.html new file mode 100644 index 0000000..f59ad21 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/ui/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.core.ui (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.core.ui

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/SystemProvider.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/SystemProvider.html new file mode 100644 index 0000000..b26a9c7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/SystemProvider.html @@ -0,0 +1,174 @@ + + + + +SystemProvider (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SystemProvider

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider
+
+
+
+
public abstract class SystemProvider +extends Object
+
Utility class for providing information about the current operating system. +

+ This class is designed to be used as a utility and cannot be instantiated. + It provides a static method to retrieve the name of the operating system + as reported by the Java Virtual Machine (JVM). +

+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCurrentSystem

      +
      public static String getCurrentSystem()
      +
      Retrieves the name of the operating system on which the JVM is currently running. +

      + This method wraps the System.getProperty("os.name") call, which + provides the operating system name as a String. +

      +
      +
      Returns:
      +
      the name of the operating system, such as "Windows 10", "Linux", or "Mac OS X". + The exact value is determined by the underlying JVM implementation.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/class-use/SystemProvider.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/class-use/SystemProvider.html new file mode 100644 index 0000000..d75380a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/class-use/SystemProvider.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider

+
+No usage of com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-summary.html new file mode 100644 index 0000000..adec55d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-summary.html @@ -0,0 +1,115 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.core.utils

+
+
+
package com.developer.nefarious.zjoule.plugin.core.utils
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-tree.html new file mode 100644 index 0000000..ee104ec --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-tree.html @@ -0,0 +1,76 @@ + + + + +com.developer.nefarious.zjoule.plugin.core.utils Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.core.utils

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-use.html new file mode 100644 index 0000000..792e93f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/core/utils/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.core.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.core.utils

+
+No usage of com.developer.nefarious.zjoule.plugin.core.utils
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/LoginWizard.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/LoginWizard.html new file mode 100644 index 0000000..de9a68e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/LoginWizard.html @@ -0,0 +1,253 @@ + + + + +LoginWizard (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LoginWizard

+
+
java.lang.Object +
org.eclipse.jface.wizard.Wizard +
com.developer.nefarious.zjoule.plugin.login.LoginWizard
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard
+
+
+
public class LoginWizard +extends org.eclipse.jface.wizard.Wizard
+
A wizard for logging into SAP AI Core. +

+ The LoginWizard class manages a multi-page wizard that guides the user + through the login process, including entering credentials and selecting configurations. +

+ It integrates with temporary memory components and client objects to handle authentication + and session management.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from class org.eclipse.jface.wizard.Wizard

    +DEFAULT_IMAGE
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    LoginWizard(org.eclipse.swt.browser.Browser browser)
    +
    +
    Constructs a new LoginWizard instance.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Adds the wizard pages to the login process.
    +
    +
    boolean
    + +
    +
    Completes the login process and persists the temporary memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.wizard.Wizard

    +addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LoginWizard

      +
      public LoginWizard(org.eclipse.swt.browser.Browser browser)
      +
      Constructs a new LoginWizard instance.
      +
      +
      Parameters:
      +
      browser - the Browser instance used for login-related UI updates.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      addPages

      +
      public void addPages()
      +
      Adds the wizard pages to the login process. +

      + This method initializes: +

      +
      +
      Specified by:
      +
      addPages in interface org.eclipse.jface.wizard.IWizard
      +
      Overrides:
      +
      addPages in class org.eclipse.jface.wizard.Wizard
      +
      +
      +
    • +
    • +
      +

      performFinish

      +
      public boolean performFinish()
      +
      Completes the login process and persists the temporary memory. +

      + This method persists the following temporary memory components: +

      + It also logs in the user by invoking SessionManager.login(Browser).
      +
      +
      Specified by:
      +
      performFinish in interface org.eclipse.jface.wizard.IWizard
      +
      Specified by:
      +
      performFinish in class org.eclipse.jface.wizard.Wizard
      +
      Returns:
      +
      true if the wizard completes successfully.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetDeploymentsResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetDeploymentsResponse.html new file mode 100644 index 0000000..ba1390d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetDeploymentsResponse.html @@ -0,0 +1,236 @@ + + + + +GetDeploymentsResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GetDeploymentsResponse

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
+
+
+
public class GetDeploymentsResponse +extends Object
+
Represents the response from an API call that retrieves a list of deployments. +

+ The GetDeploymentsResponse class contains the total count of deployments + and a list of Deployment objects returned by the API.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetDeploymentsResponse

      +
      public GetDeploymentsResponse()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCount

      +
      public int getCount()
      +
      Retrieves the total count of deployments.
      +
      +
      Returns:
      +
      the total count of deployments as an int.
      +
      +
      +
    • +
    • +
      +

      setCount

      +
      public void setCount(int count)
      +
      Sets the total count of deployments.
      +
      +
      Parameters:
      +
      count - the total count of deployments as an int.
      +
      +
      +
    • +
    • +
      +

      getDeployments

      +
      public List<Deployment> getDeployments()
      +
      Retrieves the list of deployments.
      +
      +
      Returns:
      +
      a List of Deployment objects.
      +
      +
      +
    • +
    • +
      +

      setResources

      +
      public void setResources(List<Deployment> deployments)
      +
      Sets the list of deployments.
      +
      +
      Parameters:
      +
      deployments - a List of Deployment objects.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetResourceGroupsResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetResourceGroupsResponse.html new file mode 100644 index 0000000..60c9f7e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/GetResourceGroupsResponse.html @@ -0,0 +1,236 @@ + + + + +GetResourceGroupsResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GetResourceGroupsResponse

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
+
+
+
public class GetResourceGroupsResponse +extends Object
+
Represents the response from an API call that retrieves a list of resource groups. +

+ The GetResourceGroupsResponse class contains the total count of resource groups + and a list of ResourceGroup objects returned by the API.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetResourceGroupsResponse

      +
      public GetResourceGroupsResponse()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCount

      +
      public int getCount()
      +
      Retrieves the total count of resource groups.
      +
      +
      Returns:
      +
      the total count of resource groups as an int.
      +
      +
      +
    • +
    • +
      +

      setCount

      +
      public void setCount(int count)
      +
      Sets the total count of resource groups.
      +
      +
      Parameters:
      +
      count - the total count of resource groups as an int.
      +
      +
      +
    • +
    • +
      +

      getResourceGroups

      +
      public List<ResourceGroup> getResourceGroups()
      +
      Retrieves the list of resource groups.
      +
      +
      Returns:
      +
      a List of ResourceGroup objects.
      +
      +
      +
    • +
    • +
      +

      setResourceGroups

      +
      public void setResourceGroups(List<ResourceGroup> resourceGroups)
      +
      Sets the list of resource groups.
      +
      +
      Parameters:
      +
      resourceGroups - a List of ResourceGroup objects.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClient.html new file mode 100644 index 0000000..ee32021 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClient.html @@ -0,0 +1,191 @@ + + + + +ILoginClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ILoginClient

+
+
+
+
All Known Implementing Classes:
+
LoginClient
+
+
+
public interface ILoginClient
+
Interface for handling login-related API interactions with SAP AI Core. +

+ The ILoginClient defines methods for retrieving deployments and resource groups + by interacting with the SAP AI Core API.

+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClientHelper.html new file mode 100644 index 0000000..6e5b4bf --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/ILoginClientHelper.html @@ -0,0 +1,196 @@ + + + + +ILoginClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ILoginClientHelper

+
+
+
+
All Known Implementing Classes:
+
LoginClientHelper
+
+
+
public interface ILoginClientHelper
+
Interface for helper methods used in login-related API operations. +

+ The ILoginClientHelper defines methods for creating API request URIs + and parsing JSON response bodies into their corresponding Java objects.

+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClient.html new file mode 100644 index 0000000..a1f4319 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClient.html @@ -0,0 +1,241 @@ + + + + +LoginClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LoginClient

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.api.LoginClient
+
+
+
+
All Implemented Interfaces:
+
ILoginClient
+
+
+
public class LoginClient +extends Object +implements ILoginClient
+
Implements the ILoginClient interface for managing API interactions related to login operations. +

+ The LoginClient class communicates with SAP AI Core APIs to retrieve deployments + and resource groups, leveraging an IAuthClient for authentication and an ILoginClientHelper + for building requests and parsing responses.

+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClientHelper.html new file mode 100644 index 0000000..4f9f7fb --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/LoginClientHelper.html @@ -0,0 +1,243 @@ + + + + +LoginClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LoginClientHelper

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+
+
+
+
All Implemented Interfaces:
+
ILoginClientHelper
+
+
+
public class LoginClientHelper +extends Object +implements ILoginClientHelper
+
A helper class for handling login-related API operations. +

+ The LoginClientHelper provides utility methods for creating URIs + and parsing API responses into their corresponding Java objects. + Implements the ILoginClientHelper interface.

+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetDeploymentsResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetDeploymentsResponse.html new file mode 100644 index 0000000..ad88907 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetDeploymentsResponse.html @@ -0,0 +1,106 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse

+
+
Packages that use GetDeploymentsResponse
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetResourceGroupsResponse.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetResourceGroupsResponse.html new file mode 100644 index 0000000..b2f2230 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/GetResourceGroupsResponse.html @@ -0,0 +1,140 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse

+
+
Packages that use GetResourceGroupsResponse
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClient.html new file mode 100644 index 0000000..1501256 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClient.html @@ -0,0 +1,141 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ILoginClient

+
+
Packages that use ILoginClient
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClientHelper.html new file mode 100644 index 0000000..cde7b9c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/ILoginClientHelper.html @@ -0,0 +1,101 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper

+
+
Packages that use ILoginClientHelper
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClient.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClient.html new file mode 100644 index 0000000..1d3a67c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClient.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.api.LoginClient (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.api.LoginClient

+
+No usage of com.developer.nefarious.zjoule.plugin.login.api.LoginClient
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClientHelper.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClientHelper.html new file mode 100644 index 0000000..ca22f41 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/class-use/LoginClientHelper.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper

+
+No usage of com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-summary.html new file mode 100644 index 0000000..7122c04 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-summary.html @@ -0,0 +1,139 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.api (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login.api

+
+
+
package com.developer.nefarious.zjoule.plugin.login.api
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-tree.html new file mode 100644 index 0000000..59a0538 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-tree.html @@ -0,0 +1,86 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.api Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login.api

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-use.html new file mode 100644 index 0000000..fc25cb0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/api/package-use.html @@ -0,0 +1,147 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login.api (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login.api

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/class-use/LoginWizard.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/class-use/LoginWizard.html new file mode 100644 index 0000000..6be0399 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/class-use/LoginWizard.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.LoginWizard (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.LoginWizard

+
+No usage of com.developer.nefarious.zjoule.plugin.login.LoginWizard
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/DeploymentSelectionAdapter.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/DeploymentSelectionAdapter.html new file mode 100644 index 0000000..6fadc43 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/DeploymentSelectionAdapter.html @@ -0,0 +1,214 @@ + + + + +DeploymentSelectionAdapter (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DeploymentSelectionAdapter

+
+
java.lang.Object +
org.eclipse.swt.events.SelectionAdapter +
com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter
+
+
+
+
+
All Implemented Interfaces:
+
EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
+
+
+
public class DeploymentSelectionAdapter +extends org.eclipse.swt.events.SelectionAdapter
+
Handles selection events for the deployment dropdown in the second page of the login wizard. +

+ The DeploymentSelectionAdapter listens for changes to the selected deployment configuration, + updates the page's state, and saves the selected deployment to memory.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      widgetSelected

      +
      public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
      +
      Handles selection events triggered by the deployment dropdown. +

      + If a deployment is selected, it is saved to memory and the page is marked as complete. + If no selection is made, the page is marked as incomplete.

      +
      +
      Specified by:
      +
      widgetSelected in interface org.eclipse.swt.events.SelectionListener
      +
      Overrides:
      +
      widgetSelected in class org.eclipse.swt.events.SelectionAdapter
      +
      Parameters:
      +
      e - the SelectionEvent triggered by the dropdown.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ResourceGroupSelectionAdapter.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ResourceGroupSelectionAdapter.html new file mode 100644 index 0000000..f117960 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ResourceGroupSelectionAdapter.html @@ -0,0 +1,222 @@ + + + + +ResourceGroupSelectionAdapter (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ResourceGroupSelectionAdapter

+
+
java.lang.Object +
org.eclipse.swt.events.SelectionAdapter +
com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter
+
+
+
+
+
All Implemented Interfaces:
+
EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
+
+
+
public class ResourceGroupSelectionAdapter +extends org.eclipse.swt.events.SelectionAdapter
+
Handles selection events for the resource group dropdown in the second page of the login wizard. +

+ The ResourceGroupSelectionAdapter listens for changes to the selected resource group, + updates the deployment dropdown with available deployments for the selected group, + and saves the selected resource group to memory.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      widgetSelected

      +
      public void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
      +
      Handles selection events triggered by the resource group dropdown. +

      + When a new resource group is selected: +

        +
      • Resets the deployment dropdown and page status.
      • +
      • Fetches and populates available deployments for the selected group.
      • +
      + If no resource group is selected, the deployment dropdown remains disabled.
      +
      +
      Specified by:
      +
      widgetSelected in interface org.eclipse.swt.events.SelectionListener
      +
      Overrides:
      +
      widgetSelected in class org.eclipse.swt.events.SelectionAdapter
      +
      Parameters:
      +
      event - the SelectionEvent triggered by the dropdown.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ServiceKeyModifyListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ServiceKeyModifyListener.html new file mode 100644 index 0000000..f98dd70 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/ServiceKeyModifyListener.html @@ -0,0 +1,217 @@ + + + + +ServiceKeyModifyListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ServiceKeyModifyListener

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener
+
+
+
+
All Implemented Interfaces:
+
EventListener, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.internal.SWTEventListener
+
+
+
public class ServiceKeyModifyListener +extends Object +implements org.eclipse.swt.events.ModifyListener
+
Handles modifications to the service key input field in the first page of the login wizard. +

+ The ServiceKeyModifyListener validates the service key entered by the user, updates the UI state, + and retrieves resource groups if the service key is valid.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ServiceKeyModifyListener

      +
      public ServiceKeyModifyListener(FirstLoginWizardPage firstLoginWizardPage, + ILoginClient loginClient, + com.google.gson.Gson gson)
      +
      Constructs a new ServiceKeyModifyListener.
      +
      +
      Parameters:
      +
      firstLoginWizardPage - the FirstLoginWizardPage containing the service key input field.
      +
      loginClient - the ILoginClient for validating the service key and retrieving resource groups.
      +
      gson - the Gson instance for parsing the service key JSON.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      modifyText

      +
      public void modifyText(org.eclipse.swt.events.ModifyEvent event)
      +
      Handles modifications to the service key input field. +

      + This method performs the following steps: +

        +
      1. Clears the message log and disables the "Next" button if the input is empty.
      2. +
      3. Validates the input JSON format using JsonValidator.
      4. +
      5. Parses the input into a ServiceKey object and validates it.
      6. +
      7. Retrieves resource groups and updates the wizard state if the service key is valid.
      8. +
      9. Displays an error message and disables the "Next" button if validation fails or an error occurs.
      10. +
      +
      +
      Specified by:
      +
      modifyText in interface org.eclipse.swt.events.ModifyListener
      +
      Parameters:
      +
      event - the ModifyEvent triggered by the input field modification.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/DeploymentSelectionAdapter.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/DeploymentSelectionAdapter.html new file mode 100644 index 0000000..4bc3b83 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/DeploymentSelectionAdapter.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter

+
+No usage of com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ResourceGroupSelectionAdapter.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ResourceGroupSelectionAdapter.html new file mode 100644 index 0000000..a3f10b2 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ResourceGroupSelectionAdapter.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter

+
+No usage of com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ServiceKeyModifyListener.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ServiceKeyModifyListener.html new file mode 100644 index 0000000..ffbc8af --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/class-use/ServiceKeyModifyListener.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener

+
+No usage of com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-summary.html new file mode 100644 index 0000000..c9bafb1 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-summary.html @@ -0,0 +1,125 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.events (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login.events

+
+
+
package com.developer.nefarious.zjoule.plugin.login.events
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-tree.html new file mode 100644 index 0000000..30f6c5a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-tree.html @@ -0,0 +1,82 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.events Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login.events

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-use.html new file mode 100644 index 0000000..180c6c0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/events/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login.events (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login.events

+
+No usage of com.developer.nefarious.zjoule.plugin.login.events
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/ITemporaryMemoryObject.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/ITemporaryMemoryObject.html new file mode 100644 index 0000000..d8b581f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/ITemporaryMemoryObject.html @@ -0,0 +1,154 @@ + + + + +ITemporaryMemoryObject (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ITemporaryMemoryObject

+
+
+
+
All Known Implementing Classes:
+
TemporaryMemoryAccessToken, TemporaryMemoryDeployment, TemporaryMemoryResourceGroup, TemporaryMemoryServiceKey
+
+
+
public interface ITemporaryMemoryObject
+
Represents an object that can be persisted from temporary memory to permanent storage. +

+ The ITemporaryMemoryObject interface defines a method for persisting + temporary data to a more durable storage mechanism.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Persists the temporary memory object to permanent storage.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      persist

      +
      void persist()
      +
      Persists the temporary memory object to permanent storage.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryAccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryAccessToken.html new file mode 100644 index 0000000..f4fd479 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryAccessToken.html @@ -0,0 +1,310 @@ + + + + +TemporaryMemoryAccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TemporaryMemoryAccessToken

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
+
+
All Implemented Interfaces:
+
ITemporaryMemoryObject, IMemoryObject<AccessToken>
+
+
+
public class TemporaryMemoryAccessToken +extends Object +implements IMemoryObject<AccessToken>, ITemporaryMemoryObject
+
Manages temporary storage and retrieval of an access token during the login process. +

+ The TemporaryMemoryAccessToken class provides methods to save, load, and persist + temporary access tokens using Eclipse preferences. It implements IMemoryObject<AccessToken> + and ITemporaryMemoryObject.

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the temporary access token in Eclipse preferences.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static TemporaryMemoryAccessToken getInstance()
      +
      Retrieves the singleton instance of TemporaryMemoryAccessToken.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the TemporaryMemoryAccessToken singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<AccessToken>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public AccessToken load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<AccessToken>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      persist

      +
      public void persist()
      +
      Persists the temporary memory object to permanent storage.
      +
      +
      Specified by:
      +
      persist in interface ITemporaryMemoryObject
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(AccessToken accessToken)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<AccessToken>
      +
      Parameters:
      +
      accessToken - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryDeployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryDeployment.html new file mode 100644 index 0000000..45247ed --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryDeployment.html @@ -0,0 +1,310 @@ + + + + +TemporaryMemoryDeployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TemporaryMemoryDeployment

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
+
+
All Implemented Interfaces:
+
ITemporaryMemoryObject, IMemoryObject<Deployment>
+
+
+
public class TemporaryMemoryDeployment +extends Object +implements IMemoryObject<Deployment>, ITemporaryMemoryObject
+
Manages temporary storage and retrieval of deployment information during the login process. +

+ The TemporaryMemoryDeployment class provides methods to save, load, and persist + temporary deployment data using Eclipse preferences. It implements IMemoryObject<Deployment> + and ITemporaryMemoryObject.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    Key used for storing and retrieving the temporary deployment in Eclipse preferences.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the singleton instance of TemporaryMemoryDeployment.
    +
    +
    static void
    +
    initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
    +
    +
    Initializes the TemporaryMemoryDeployment singleton with the specified dependencies.
    +
    + + +
    +
    Checks if the stored data is empty or invalid.
    +
    + + +
    +
    Loads the data from memory.
    +
    +
    void
    + +
    +
    Persists the temporary memory object to permanent storage.
    +
    +
    static void
    + +
    +
    Resets the singleton instance.
    +
    +
    void
    +
    save(Deployment deployment)
    +
    +
    Saves the given data to memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the temporary deployment in Eclipse preferences.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static TemporaryMemoryDeployment getInstance()
      +
      Retrieves the singleton instance of TemporaryMemoryDeployment.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the TemporaryMemoryDeployment singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<Deployment>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public Deployment load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<Deployment>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      persist

      +
      public void persist()
      +
      Persists the temporary memory object to permanent storage.
      +
      +
      Specified by:
      +
      persist in interface ITemporaryMemoryObject
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(Deployment deployment)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<Deployment>
      +
      Parameters:
      +
      deployment - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryResourceGroup.html new file mode 100644 index 0000000..0031f8a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryResourceGroup.html @@ -0,0 +1,307 @@ + + + + +TemporaryMemoryResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TemporaryMemoryResourceGroup

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
+
+
All Implemented Interfaces:
+
ITemporaryMemoryObject, IMemoryObject<String>
+
+
+
public class TemporaryMemoryResourceGroup +extends Object +implements IMemoryObject<String>, ITemporaryMemoryObject
+
Manages temporary storage and retrieval of resource group information during the login process. +

+ The TemporaryMemoryResourceGroup class provides methods to save, load, and persist + temporary resource group data using Eclipse preferences. It implements IMemoryObject<String> + and ITemporaryMemoryObject.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    Key used for storing and retrieving the temporary resource group in Eclipse preferences.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the singleton instance of TemporaryMemoryResourceGroup.
    +
    +
    static void
    +
    initialize(IEclipseMemory eclipseMemory)
    +
    +
    Initializes the TemporaryMemoryResourceGroup singleton with the specified dependencies.
    +
    + + +
    +
    Checks if the stored data is empty or invalid.
    +
    + + +
    +
    Loads the data from memory.
    +
    +
    void
    + +
    +
    Persists the temporary memory object to permanent storage.
    +
    +
    static void
    + +
    +
    Resets the singleton instance.
    +
    +
    void
    +
    save(String resourceGroup)
    +
    +
    Saves the given data to memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the temporary resource group in Eclipse preferences.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static TemporaryMemoryResourceGroup getInstance()
      +
      Retrieves the singleton instance of TemporaryMemoryResourceGroup.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IEclipseMemory eclipseMemory)
      +
      Initializes the TemporaryMemoryResourceGroup singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<String>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public String load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<String>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      persist

      +
      public void persist()
      +
      Persists the temporary memory object to permanent storage.
      +
      +
      Specified by:
      +
      persist in interface ITemporaryMemoryObject
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(String resourceGroup)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<String>
      +
      Parameters:
      +
      resourceGroup - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryServiceKey.html new file mode 100644 index 0000000..188afd9 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/TemporaryMemoryServiceKey.html @@ -0,0 +1,310 @@ + + + + +TemporaryMemoryServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TemporaryMemoryServiceKey

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
+
+
All Implemented Interfaces:
+
ITemporaryMemoryObject, IMemoryObject<ServiceKey>
+
+
+
public class TemporaryMemoryServiceKey +extends Object +implements IMemoryObject<ServiceKey>, ITemporaryMemoryObject
+
Manages temporary storage and retrieval of service key information during the login process. +

+ The TemporaryMemoryServiceKey class provides methods to save, load, and persist + temporary service key data using Eclipse preferences. It implements IMemoryObject<ServiceKey> + and ITemporaryMemoryObject.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    Key used for storing and retrieving the temporary service key in Eclipse preferences.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the singleton instance of TemporaryMemoryServiceKey.
    +
    +
    static void
    +
    initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
    +
    +
    Initializes the TemporaryMemoryServiceKey singleton with the specified dependencies.
    +
    + + +
    +
    Checks if the stored data is empty or invalid.
    +
    + + +
    +
    Loads the data from memory.
    +
    +
    void
    + +
    +
    Persists the temporary memory object to permanent storage.
    +
    +
    static void
    + +
    +
    Resets the singleton instance.
    +
    +
    void
    +
    save(ServiceKey serviceKey)
    +
    +
    Saves the given data to memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the temporary service key in Eclipse preferences.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static TemporaryMemoryServiceKey getInstance()
      +
      Retrieves the singleton instance of TemporaryMemoryServiceKey.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the TemporaryMemoryServiceKey singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<ServiceKey>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public ServiceKey load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<ServiceKey>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      persist

      +
      public void persist()
      +
      Persists the temporary memory object to permanent storage.
      +
      +
      Specified by:
      +
      persist in interface ITemporaryMemoryObject
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(ServiceKey serviceKey)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<ServiceKey>
      +
      Parameters:
      +
      serviceKey - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/ITemporaryMemoryObject.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/ITemporaryMemoryObject.html new file mode 100644 index 0000000..8a1bf84 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/ITemporaryMemoryObject.html @@ -0,0 +1,104 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject

+
+
Packages that use ITemporaryMemoryObject
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryAccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryAccessToken.html new file mode 100644 index 0000000..b40ac57 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryAccessToken.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken

+
+
Packages that use TemporaryMemoryAccessToken
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryDeployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryDeployment.html new file mode 100644 index 0000000..7ed434c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryDeployment.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment

+
+
Packages that use TemporaryMemoryDeployment
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryResourceGroup.html new file mode 100644 index 0000000..67f783d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryResourceGroup.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryServiceKey.html new file mode 100644 index 0000000..8415cae --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/class-use/TemporaryMemoryServiceKey.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey

+
+
Packages that use TemporaryMemoryServiceKey
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-summary.html new file mode 100644 index 0000000..887ef18 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-summary.html @@ -0,0 +1,135 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login.memory

+
+
+
package com.developer.nefarious.zjoule.plugin.login.memory
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-tree.html new file mode 100644 index 0000000..74d51b1 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-tree.html @@ -0,0 +1,85 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.memory Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login.memory

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-use.html new file mode 100644 index 0000000..8cac7bf --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/memory/package-use.html @@ -0,0 +1,102 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login.memory

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-summary.html new file mode 100644 index 0000000..d96dd49 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-summary.html @@ -0,0 +1,117 @@ + + + + +com.developer.nefarious.zjoule.plugin.login (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login

+
+
+
package com.developer.nefarious.zjoule.plugin.login
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-tree.html new file mode 100644 index 0000000..470bae0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-tree.html @@ -0,0 +1,80 @@ + + + + +com.developer.nefarious.zjoule.plugin.login Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.eclipse.jface.wizard.Wizard (implements org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard) +
        +
      • com.developer.nefarious.zjoule.plugin.login.LoginWizard
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-use.html new file mode 100644 index 0000000..6e2875f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login

+
+No usage of com.developer.nefarious.zjoule.plugin.login
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/FirstLoginWizardPage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/FirstLoginWizardPage.html new file mode 100644 index 0000000..cb72445 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/FirstLoginWizardPage.html @@ -0,0 +1,344 @@ + + + + +FirstLoginWizardPage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FirstLoginWizardPage

+
+
java.lang.Object +
org.eclipse.jface.dialogs.DialogPage +
org.eclipse.jface.wizard.WizardPage +
com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
+
+
+
public class FirstLoginWizardPage +extends org.eclipse.jface.wizard.WizardPage
+
Represents the first page of the login wizard where the user provides SAP AI Core credentials. +

+ This page includes: +

    +
  • A text field for entering the content of the service key JSON.
  • +
  • An error message widget for validation feedback.
  • +
  • Logic to propagate resource group information to subsequent wizard pages.
  • +
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    The unique identifier for this wizard page.
    +
    +
    +
    +

    Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider

    +ERROR, INFORMATION, NONE, WARNING
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Constructs a new FirstLoginWizardPage.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    createControl(org.eclipse.swt.widgets.Composite parent)
    +
    +
    Creates the UI controls for this wizard page.
    +
    + + +
    +
    Retrieves the text entered by the user in the input field.
    +
    + + +
    +
    Retrieves the ServiceKey parsed from the user input.
    +
    +
    void
    + +
    +
    Propagates resource groups from the service key response to the second wizard page.
    +
    +
    void
    + +
    +
    Sets the ServiceKey for this page.
    +
    +
    void
    + +
    +
    Displays a validation error message in the UI or hides it if the message is null or empty.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.wizard.WizardPage

    +canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
    +
    +

    Methods inherited from class org.eclipse.jface.dialogs.DialogPage

    +convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage

    +dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
    +
    +

    Methods inherited from interface org.eclipse.jface.wizard.IWizardPage

    +getMinimumPageSize
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      PAGE_ID

      +
      public static final String PAGE_ID
      +
      The unique identifier for this wizard page.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FirstLoginWizardPage

      +
      public FirstLoginWizardPage(ILoginClient loginClient)
      +
      Constructs a new FirstLoginWizardPage.
      +
      +
      Parameters:
      +
      loginClient - the ILoginClient used for API interactions during the login process.
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      createControl

      +
      public void createControl(org.eclipse.swt.widgets.Composite parent)
      +
      Creates the UI controls for this wizard page.
      +
      +
      Parameters:
      +
      parent - the parent Composite for the wizard page controls.
      +
      +
      +
    • +
    • +
      +

      getInputText

      +
      public String getInputText()
      +
      Retrieves the text entered by the user in the input field.
      +
      +
      Returns:
      +
      the user input as a String.
      +
      +
      +
    • +
    • +
      +

      getServiceKey

      +
      public ServiceKey getServiceKey()
      +
      Retrieves the ServiceKey parsed from the user input.
      +
      +
      Returns:
      +
      the ServiceKey object.
      +
      +
      +
    • +
    • +
      +

      setResourceGroupsOnTheSecondPage

      +
      public void setResourceGroupsOnTheSecondPage(GetResourceGroupsResponse getResourceGroupsResponse)
      +
      Propagates resource groups from the service key response to the second wizard page.
      +
      +
      Parameters:
      +
      getResourceGroupsResponse - the response containing available resource groups.
      +
      +
      +
    • +
    • +
      +

      setServiceKey

      +
      public void setServiceKey(ServiceKey serviceKey)
      +
      Sets the ServiceKey for this page.
      +
      +
      Parameters:
      +
      serviceKey - the ServiceKey object to set.
      +
      +
      +
    • +
    • +
      +

      setValidationError

      +
      public void setValidationError(String message)
      +
      Displays a validation error message in the UI or hides it if the message is null or empty. +

      + If an error message is displayed, the page is marked as incomplete. Otherwise, it is marked as complete.

      +
      +
      Parameters:
      +
      message - the error message to display, or null to hide the error widget.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/SecondLoginWizardPage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/SecondLoginWizardPage.html new file mode 100644 index 0000000..f10718d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/SecondLoginWizardPage.html @@ -0,0 +1,387 @@ + + + + +SecondLoginWizardPage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SecondLoginWizardPage

+
+
java.lang.Object +
org.eclipse.jface.dialogs.DialogPage +
org.eclipse.jface.wizard.WizardPage +
com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
+
+
+
+
All Implemented Interfaces:
+
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
+
+
+
public class SecondLoginWizardPage +extends org.eclipse.jface.wizard.WizardPage
+
Represents the second page of the login wizard, where the user selects a + resource group and deployment ID based on the credentials provided on the + first page. +

+ This page includes: +

    +
  • A dropdown for selecting a resource group.
  • +
  • A dropdown for selecting a deployment ID (enabled after selecting a resource group).
  • +
+ It also communicates with FirstLoginWizardPage to retrieve service key data.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    The unique identifier for this wizard page.
    +
    +
    +
    +

    Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider

    +ERROR, INFORMATION, NONE, WARNING
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    SecondLoginWizardPage(ILoginClient loginClient, + IMemoryObject<String> memoryResourceGroup, + IMemoryObject<Deployment> memoryDeployment)
    +
    +
    Constructs a new SecondLoginWizardPage.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    createControl(org.eclipse.swt.widgets.Composite parent)
    +
    +
    Creates the UI controls for this wizard page.
    +
    +
    org.eclipse.swt.widgets.Combo
    + +
    +
    Retrieves the deployment dropdown widget.
    +
    + + +
    +
    Retrieves the list of deployments available for selection.
    +
    +
    org.eclipse.swt.widgets.Combo
    + +
    +
    Retrieves the resource group dropdown widget.
    +
    + + +
    +
    Retrieves the ServiceKey from the first wizard page.
    +
    +
    void
    +
    setDeploymentsForSelection(List<Deployment> deploymentsForSelection)
    +
    +
    Sets the list of deployments available for selection and updates the dropdown.
    +
    +
    void
    +
    setResourceGroupsForSelection(List<String> resourceGroupsForSelection)
    +
    +
    Sets the list of resource groups available for selection.
    +
    +
    void
    +
    setVisible(boolean visible)
    +
    +
    Sets the visibility of this page.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.eclipse.jface.wizard.WizardPage

    +canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
    +
    +

    Methods inherited from class org.eclipse.jface.dialogs.DialogPage

    +convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage

    +dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
    +
    +

    Methods inherited from interface org.eclipse.jface.wizard.IWizardPage

    +getMinimumPageSize
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      PAGE_ID

      +
      public static final String PAGE_ID
      +
      The unique identifier for this wizard page.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      createControl

      +
      public void createControl(org.eclipse.swt.widgets.Composite parent)
      +
      Creates the UI controls for this wizard page.
      +
      +
      Parameters:
      +
      parent - the parent Composite for the wizard page controls.
      +
      +
      +
    • +
    • +
      +

      getDeploymentDropdown

      +
      public org.eclipse.swt.widgets.Combo getDeploymentDropdown()
      +
      Retrieves the deployment dropdown widget.
      +
      +
      Returns:
      +
      the Combo representing the deployment dropdown.
      +
      +
      +
    • +
    • +
      +

      getDeploymentsForSelection

      +
      public List<Deployment> getDeploymentsForSelection()
      +
      Retrieves the list of deployments available for selection.
      +
      +
      Returns:
      +
      a List of Deployment objects.
      +
      +
      +
    • +
    • +
      +

      getResourceGroupDropdown

      +
      public org.eclipse.swt.widgets.Combo getResourceGroupDropdown()
      +
      Retrieves the resource group dropdown widget.
      +
      +
      Returns:
      +
      the Combo representing the resource group dropdown.
      +
      +
      +
    • +
    • +
      +

      getServiceKey

      +
      public ServiceKey getServiceKey()
      +
      Retrieves the ServiceKey from the first wizard page.
      +
      +
      Returns:
      +
      the ServiceKey provided on the first page.
      +
      +
      +
    • +
    • +
      +

      setDeploymentsForSelection

      +
      public void setDeploymentsForSelection(List<Deployment> deploymentsForSelection)
      +
      Sets the list of deployments available for selection and updates the dropdown.
      +
      +
      Parameters:
      +
      deploymentsForSelection - a List of Deployment objects.
      +
      +
      +
    • +
    • +
      +

      setResourceGroupsForSelection

      +
      public void setResourceGroupsForSelection(List<String> resourceGroupsForSelection)
      +
      Sets the list of resource groups available for selection.
      +
      +
      Parameters:
      +
      resourceGroupsForSelection - a List of resource group IDs as String.
      +
      +
      +
    • +
    • +
      +

      setVisible

      +
      public void setVisible(boolean visible)
      +
      Sets the visibility of this page. When visible, it populates the resource group + dropdown using data from the first page. When hidden, it clears dropdown selections.
      +
      +
      Specified by:
      +
      setVisible in interface org.eclipse.jface.dialogs.IDialogPage
      +
      Overrides:
      +
      setVisible in class org.eclipse.jface.dialogs.DialogPage
      +
      Parameters:
      +
      visible - true if the page should be visible; false otherwise.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/FirstLoginWizardPage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/FirstLoginWizardPage.html new file mode 100644 index 0000000..9a82ff0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/FirstLoginWizardPage.html @@ -0,0 +1,91 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage

+
+
Packages that use FirstLoginWizardPage
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/SecondLoginWizardPage.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/SecondLoginWizardPage.html new file mode 100644 index 0000000..da9d264 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/class-use/SecondLoginWizardPage.html @@ -0,0 +1,97 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage

+
+
Packages that use SecondLoginWizardPage
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-summary.html new file mode 100644 index 0000000..51b510e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-summary.html @@ -0,0 +1,123 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.pages (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login.pages

+
+
+
package com.developer.nefarious.zjoule.plugin.login.pages
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-tree.html new file mode 100644 index 0000000..0c45045 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-tree.html @@ -0,0 +1,85 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.pages Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login.pages

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.eclipse.jface.dialogs.DialogPage (implements org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider) +
        +
      • org.eclipse.jface.wizard.WizardPage (implements org.eclipse.jface.wizard.IWizardPage) + +
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-use.html new file mode 100644 index 0000000..c0fb46f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/pages/package-use.html @@ -0,0 +1,92 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login.pages (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login.pages

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/JsonValidator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/JsonValidator.html new file mode 100644 index 0000000..d045bf5 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/JsonValidator.html @@ -0,0 +1,165 @@ + + + + +JsonValidator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JsonValidator

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator
+
+
+
+
public abstract class JsonValidator +extends Object
+
Utility class for validating JSON strings. +

+ This class provides a static method to check whether a given string is valid JSON. + It uses the Google Gson library to attempt parsing the string and determine its validity. +

+ This class is abstract to prevent instantiation.

+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isValidJson

      +
      public static boolean isValidJson(String json)
      +
      Validates whether a given string is a well-formed JSON.
      +
      +
      Parameters:
      +
      json - the string to validate.
      +
      Returns:
      +
      true if the string is valid JSON, false otherwise.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/ResourceGroupIdExtractor.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/ResourceGroupIdExtractor.html new file mode 100644 index 0000000..5cbf9da --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/ResourceGroupIdExtractor.html @@ -0,0 +1,167 @@ + + + + +ResourceGroupIdExtractor (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ResourceGroupIdExtractor

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor
+
+
+
+
public abstract class ResourceGroupIdExtractor +extends Object
+
Utility class for extracting resource group IDs from a GetResourceGroupsResponse. +

+ This class provides a static method to process a response and retrieve a list + of resource group IDs. It is abstract to prevent instantiation.

+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      extractResourceGroupIds

      +
      public static List<String> extractResourceGroupIds(GetResourceGroupsResponse response)
      +
      Extracts a list of resource group IDs from the given GetResourceGroupsResponse. +

      + If the response is null, the method returns null. + Otherwise, it processes the list of ResourceGroup objects contained + in the response and extracts their IDs into a new list.

      +
      +
      Parameters:
      +
      response - the GetResourceGroupsResponse containing resource group data.
      +
      Returns:
      +
      a List of resource group IDs as String, or null if the response is null.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/JsonValidator.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/JsonValidator.html new file mode 100644 index 0000000..09d5a87 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/JsonValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator

+
+No usage of com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/ResourceGroupIdExtractor.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/ResourceGroupIdExtractor.html new file mode 100644 index 0000000..e56fe51 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/class-use/ResourceGroupIdExtractor.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor

+
+No usage of com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-summary.html new file mode 100644 index 0000000..e77c151 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-summary.html @@ -0,0 +1,121 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.login.utils

+
+
+
package com.developer.nefarious.zjoule.plugin.login.utils
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-tree.html new file mode 100644 index 0000000..e367dd8 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-tree.html @@ -0,0 +1,77 @@ + + + + +com.developer.nefarious.zjoule.plugin.login.utils Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.login.utils

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-use.html new file mode 100644 index 0000000..4819a1d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/login/utils/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.login.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.login.utils

+
+No usage of com.developer.nefarious.zjoule.plugin.login.utils
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/EclipseMemory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/EclipseMemory.html new file mode 100644 index 0000000..1374a68 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/EclipseMemory.html @@ -0,0 +1,291 @@ + + + + +EclipseMemory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EclipseMemory

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
+
+
All Implemented Interfaces:
+
IEclipseMemory
+
+
+
public class EclipseMemory +extends Object +implements IEclipseMemory
+
Manages interactions with Eclipse's preference storage system. +

+ The EclipseMemory class provides methods to save, load, and delete key-value pairs + from Eclipse's preferences and to clear all stored preferences. It implements IEclipseMemory.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EclipseMemory

      +
      public EclipseMemory()
      +
      Constructs a new EclipseMemory instance. +

      + Initializes the preferences field with the global Eclipse preferences for the plugin.

      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getEclipsePreferences

      +
      public static org.eclipse.core.runtime.preferences.IEclipsePreferences getEclipsePreferences()
      +
      Retrieves the global Eclipse preferences for the plugin.
      +
      +
      Returns:
      +
      the IEclipsePreferences instance associated with the plugin.
      +
      +
      +
    • +
    • +
      +

      clearAll

      +
      public void clearAll()
      +
      Clears all key-value pairs from Eclipse's preferences storage. +

      + This method removes all data from the preferences node associated with the plugin and + flushes the changes to ensure they are persisted.

      +
      +
      Specified by:
      +
      clearAll in interface IEclipseMemory
      +
      +
      +
    • +
    • +
      +

      deleteFromEclipsePreferences

      +
      public void deleteFromEclipsePreferences(String key)
      +
      Deletes the specified key-value pair from Eclipse's preferences storage. +

      + This method removes the value associated with the given key and flushes the changes to + ensure they are persisted.

      +
      +
      Specified by:
      +
      deleteFromEclipsePreferences in interface IEclipseMemory
      +
      Parameters:
      +
      key - the key of the preference to remove.
      +
      +
      +
    • +
    • +
      +

      loadFromEclipsePreferences

      +
      public String loadFromEclipsePreferences(String key)
      +
      Loads the value associated with the specified key from Eclipse's preferences storage.
      +
      +
      Specified by:
      +
      loadFromEclipsePreferences in interface IEclipseMemory
      +
      Parameters:
      +
      key - the key of the preference to load.
      +
      Returns:
      +
      the value associated with the given key, or null if the key does not exist.
      +
      +
      +
    • +
    • +
      +

      saveOnEclipsePreferences

      +
      public void saveOnEclipsePreferences(String key, + String value)
      +
      Saves a key-value pair to Eclipse's preferences storage. +

      + This method associates the given key with the specified value and flushes the changes + to ensure they are persisted.

      +
      +
      Specified by:
      +
      saveOnEclipsePreferences in interface IEclipseMemory
      +
      Parameters:
      +
      key - the key of the preference to save.
      +
      value - the value to associate with the given key.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IEclipseMemory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IEclipseMemory.html new file mode 100644 index 0000000..430a0a0 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IEclipseMemory.html @@ -0,0 +1,256 @@ + + + + +IEclipseMemory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IEclipseMemory

+
+
+
+
All Known Implementing Classes:
+
EclipseMemory
+
+
+
public interface IEclipseMemory
+
Interface for managing interactions with Eclipse's preference storage system. +

+ The IEclipseMemory interface defines methods for saving, loading, deleting, and clearing + key-value pairs in Eclipse's preferences.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    The plugin ID used to identify the preferences node in Eclipse's preference storage.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Clears all key-value pairs from Eclipse's preferences storage.
    +
    +
    void
    + +
    +
    Deletes the specified key-value pair from Eclipse's preferences storage.
    +
    + + +
    +
    Loads the value associated with the specified key from Eclipse's preferences storage.
    +
    +
    void
    + +
    +
    Saves a key-value pair to Eclipse's preferences storage.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      PLUGIN_ID

      +
      static final String PLUGIN_ID
      +
      The plugin ID used to identify the preferences node in Eclipse's preference storage.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      clearAll

      +
      void clearAll()
      +
      Clears all key-value pairs from Eclipse's preferences storage. +

      + This method removes all data from the preferences node associated with the plugin and + flushes the changes to ensure they are persisted.

      +
      +
    • +
    • +
      +

      deleteFromEclipsePreferences

      +
      void deleteFromEclipsePreferences(String key)
      +
      Deletes the specified key-value pair from Eclipse's preferences storage. +

      + This method removes the value associated with the given key and flushes the changes to + ensure they are persisted.

      +
      +
      Parameters:
      +
      key - the key of the preference to remove.
      +
      +
      +
    • +
    • +
      +

      loadFromEclipsePreferences

      +
      String loadFromEclipsePreferences(String key)
      +
      Loads the value associated with the specified key from Eclipse's preferences storage.
      +
      +
      Parameters:
      +
      key - the key of the preference to load.
      +
      Returns:
      +
      the value associated with the given key, or null if the key does not exist.
      +
      +
      +
    • +
    • +
      +

      saveOnEclipsePreferences

      +
      void saveOnEclipsePreferences(String key, + String value)
      +
      Saves a key-value pair to Eclipse's preferences storage. +

      + This method associates the given key with the specified value and flushes the changes + to ensure they are persisted.

      +
      +
      Parameters:
      +
      key - the key of the preference to save.
      +
      value - the value to associate with the given key.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IMemoryObject.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IMemoryObject.html new file mode 100644 index 0000000..531c28d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/IMemoryObject.html @@ -0,0 +1,194 @@ + + + + +IMemoryObject (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IMemoryObject<T>

+
+
+
+
Type Parameters:
+
T - the type of the object to be stored and retrieved.
+
+
+
All Known Implementing Classes:
+
MemoryAccessToken, MemoryDeployment, MemoryResourceGroup, MemoryServiceKey, TemporaryMemoryAccessToken, TemporaryMemoryDeployment, TemporaryMemoryResourceGroup, TemporaryMemoryServiceKey
+
+
+
public interface IMemoryObject<T>
+
Generic interface for managing the storage and retrieval of data in memory. +

+ The IMemoryObject interface defines methods for saving, loading, and + checking the validity of data stored in memory. It is parameterized to support any data type.

+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Checks if the stored data is empty or invalid.
    +
    + + +
    +
    Loads the data from memory.
    +
    +
    void
    +
    save(T data)
    +
    +
    Saves the given data to memory.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isEmpty

      +
      Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      T load()
      +
      Loads the data from memory.
      +
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      save

      +
      void save(T data)
      +
      Saves the given data to memory.
      +
      +
      Parameters:
      +
      data - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryAccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryAccessToken.html new file mode 100644 index 0000000..d6a595a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryAccessToken.html @@ -0,0 +1,293 @@ + + + + +MemoryAccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MemoryAccessToken

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
+
+
All Implemented Interfaces:
+
IMemoryObject<AccessToken>
+
+
+
public class MemoryAccessToken +extends Object +implements IMemoryObject<AccessToken>
+
Manages the storage and retrieval of access tokens in memory. +

+ The MemoryAccessToken class provides methods to save, load, and check + the validity of access tokens stored in Eclipse preferences. It implements IMemoryObject<AccessToken>.

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the access token in memory.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static MemoryAccessToken getInstance()
      +
      Retrieves the singleton instance of MemoryAccessToken.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the MemoryAccessToken singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<AccessToken>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public AccessToken load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<AccessToken>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(AccessToken accesstoken)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<AccessToken>
      +
      Parameters:
      +
      accesstoken - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryDeployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryDeployment.html new file mode 100644 index 0000000..2349cb7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryDeployment.html @@ -0,0 +1,293 @@ + + + + +MemoryDeployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MemoryDeployment

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
+
+
All Implemented Interfaces:
+
IMemoryObject<Deployment>
+
+
+
public class MemoryDeployment +extends Object +implements IMemoryObject<Deployment>
+
Manages the storage and retrieval of deployment information in memory. +

+ The MemoryDeployment class provides methods to save, load, and check + the validity of deployment data stored in Eclipse preferences. It implements IMemoryObject<Deployment>.

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving deployment information in memory.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static MemoryDeployment getInstance()
      +
      Retrieves the singleton instance of MemoryDeployment.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the MemoryDeployment singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<Deployment>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public Deployment load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<Deployment>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(Deployment deployment)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<Deployment>
      +
      Parameters:
      +
      deployment - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryResourceGroup.html new file mode 100644 index 0000000..ccbd19c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryResourceGroup.html @@ -0,0 +1,290 @@ + + + + +MemoryResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MemoryResourceGroup

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
+
+
All Implemented Interfaces:
+
IMemoryObject<String>
+
+
+
public class MemoryResourceGroup +extends Object +implements IMemoryObject<String>
+
Manages the storage and retrieval of resource group information in memory. +

+ The MemoryResourceGroup class provides methods to save, load, and check + the validity of resource group data stored in Eclipse preferences. It implements IMemoryObject<String>.

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
    +
    Key used for storing and retrieving the resource group information in memory.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the singleton instance of MemoryResourceGroup.
    +
    +
    static void
    +
    initialize(IEclipseMemory eclipseMemory)
    +
    +
    Initializes the MemoryResourceGroup singleton with the specified dependencies.
    +
    + + +
    +
    Checks if the stored data is empty or invalid.
    +
    + + +
    +
    Loads the data from memory.
    +
    +
    static void
    + +
    +
    Resets the singleton instance.
    +
    +
    void
    +
    save(String resourceGroup)
    +
    +
    Saves the given data to memory.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the resource group information in memory.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static MemoryResourceGroup getInstance()
      +
      Retrieves the singleton instance of MemoryResourceGroup.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IEclipseMemory eclipseMemory)
      +
      Initializes the MemoryResourceGroup singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<String>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public String load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<String>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(String resourceGroup)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<String>
      +
      Parameters:
      +
      resourceGroup - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryServiceKey.html new file mode 100644 index 0000000..0afa4e5 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/MemoryServiceKey.html @@ -0,0 +1,293 @@ + + + + +MemoryServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MemoryServiceKey

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
+
+
All Implemented Interfaces:
+
IMemoryObject<ServiceKey>
+
+
+
public class MemoryServiceKey +extends Object +implements IMemoryObject<ServiceKey>
+
Manages the storage and retrieval of service key information in memory. +

+ The MemoryServiceKey class provides methods to save, load, and check + the validity of service key data stored in Eclipse preferences. It implements IMemoryObject<ServiceKey>.

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      KEY

      +
      public static final String KEY
      +
      Key used for storing and retrieving the service key information in memory.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static MemoryServiceKey getInstance()
      +
      Retrieves the singleton instance of MemoryServiceKey.
      +
      +
      Returns:
      +
      the singleton instance.
      +
      Throws:
      +
      IllegalStateException - if the instance has not been initialized.
      +
      +
      +
    • +
    • +
      +

      initialize

      +
      public static void initialize(IObjectSerializer objectSerializer, + IEclipseMemory eclipseMemory)
      +
      Initializes the MemoryServiceKey singleton with the specified dependencies.
      +
      +
      Parameters:
      +
      objectSerializer - the serializer for handling object serialization and deserialization.
      +
      eclipseMemory - the manager for Eclipse preferences storage.
      +
      +
      +
    • +
    • +
      +

      resetInstance

      +
      public static void resetInstance()
      +
      Resets the singleton instance. Useful for testing or reinitialization.
      +
      +
    • +
    • +
      +

      isEmpty

      +
      public Boolean isEmpty()
      +
      Checks if the stored data is empty or invalid.
      +
      +
      Specified by:
      +
      isEmpty in interface IMemoryObject<ServiceKey>
      +
      Returns:
      +
      true if the stored data is empty or invalid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      load

      +
      public ServiceKey load()
      +
      Loads the data from memory.
      +
      +
      Specified by:
      +
      load in interface IMemoryObject<ServiceKey>
      +
      Returns:
      +
      the stored object of type T, or null if no data is found or loading fails.
      +
      +
      +
    • +
    • +
      +

      save

      +
      public void save(ServiceKey serviceKey)
      +
      Saves the given data to memory.
      +
      +
      Specified by:
      +
      save in interface IMemoryObject<ServiceKey>
      +
      Parameters:
      +
      serviceKey - the object of type T to save.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/EclipseMemory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/EclipseMemory.html new file mode 100644 index 0000000..aff389a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/EclipseMemory.html @@ -0,0 +1,90 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.EclipseMemory

+
+
Packages that use EclipseMemory
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IEclipseMemory.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IEclipseMemory.html new file mode 100644 index 0000000..092c94b --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IEclipseMemory.html @@ -0,0 +1,173 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory

+
+
Packages that use IEclipseMemory
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IMemoryObject.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IMemoryObject.html new file mode 100644 index 0000000..88f180e --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/IMemoryObject.html @@ -0,0 +1,225 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.memory.IMemoryObject (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.IMemoryObject

+
+
Packages that use IMemoryObject
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryAccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryAccessToken.html new file mode 100644 index 0000000..2dce136 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryAccessToken.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken

+
+
Packages that use MemoryAccessToken
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryDeployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryDeployment.html new file mode 100644 index 0000000..4ca0b5f --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryDeployment.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment

+
+
Packages that use MemoryDeployment
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryResourceGroup.html new file mode 100644 index 0000000..86a0683 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryResourceGroup.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup

+
+
Packages that use MemoryResourceGroup
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryServiceKey.html new file mode 100644 index 0000000..577f499 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/class-use/MemoryServiceKey.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey

+
+
Packages that use MemoryServiceKey
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-summary.html new file mode 100644 index 0000000..2a88ac4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-summary.html @@ -0,0 +1,135 @@ + + + + +com.developer.nefarious.zjoule.plugin.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.memory

+
+
+
package com.developer.nefarious.zjoule.plugin.memory
+
+
    +
  • + +
  • +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
    +
    Manages interactions with Eclipse's preference storage system.
    +
    + +
    +
    Interface for managing interactions with Eclipse's preference storage system.
    +
    + +
    +
    Generic interface for managing the storage and retrieval of data in memory.
    +
    + +
    +
    Manages the storage and retrieval of access tokens in memory.
    +
    + +
    +
    Manages the storage and retrieval of deployment information in memory.
    +
    + +
    +
    Manages the storage and retrieval of resource group information in memory.
    +
    + +
    +
    Manages the storage and retrieval of service key information in memory.
    +
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-tree.html new file mode 100644 index 0000000..01058f3 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-tree.html @@ -0,0 +1,87 @@ + + + + +com.developer.nefarious.zjoule.plugin.memory Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.memory

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-use.html new file mode 100644 index 0000000..21ce97d --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/package-use.html @@ -0,0 +1,204 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.memory (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.memory

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/IObjectSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/IObjectSerializer.html new file mode 100644 index 0000000..2f162c3 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/IObjectSerializer.html @@ -0,0 +1,183 @@ + + + + +IObjectSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface IObjectSerializer

+
+
+
+
All Known Implementing Classes:
+
ObjectSerializer
+
+
+
public interface IObjectSerializer
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    <T> T
    +
    deserialize(String jsonString, + Class<T> clazz)
    +
    +
    Deserializes a JSON string into an object of the specified class type.
    +
    + +
    serialize(Object object)
    +
    +
    Serializes an object into a JSON string.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      deserialize

      +
      <T> T deserialize(String jsonString, + Class<T> clazz)
      +
      Deserializes a JSON string into an object of the specified class type.
      +
      +
      Type Parameters:
      +
      T - the type of the object to deserialize.
      +
      Parameters:
      +
      jsonString - the JSON string to deserialize.
      +
      clazz - the Class of the object to deserialize.
      +
      Returns:
      +
      the deserialized object of type T.
      +
      Throws:
      +
      IllegalArgumentException - if the JSON string is null or empty.
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      String serialize(Object object)
      +
      Serializes an object into a JSON string.
      +
      +
      Parameters:
      +
      object - the object to serialize.
      +
      Returns:
      +
      the serialized JSON string.
      +
      Throws:
      +
      IllegalArgumentException - if the object is null.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/ObjectSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/ObjectSerializer.html new file mode 100644 index 0000000..59546c4 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/ObjectSerializer.html @@ -0,0 +1,241 @@ + + + + +ObjectSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ObjectSerializer

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer
+
+
+
+
All Implemented Interfaces:
+
IObjectSerializer
+
+
+
public class ObjectSerializer +extends Object +implements IObjectSerializer
+
Singleton implementation of IObjectSerializer that provides methods + for serializing objects to JSON and deserializing JSON strings into objects. +

+ This class uses the Google Gson library for JSON processing and ensures thread safety + for singleton instance retrieval.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ObjectSerializer

      +
      public ObjectSerializer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static ObjectSerializer getInstance()
      +
      Retrieves the singleton instance of ObjectSerializer. +

      + If the instance has not been initialized, it creates a new one.

      +
      +
      Returns:
      +
      the singleton instance of ObjectSerializer.
      +
      +
      +
    • +
    • +
      +

      deserialize

      +
      public <T> T deserialize(String jsonString, + Class<T> clazz)
      +
      Deserializes a JSON string into an object of the specified class type.
      +
      +
      Specified by:
      +
      deserialize in interface IObjectSerializer
      +
      Type Parameters:
      +
      T - the type of the object to deserialize.
      +
      Parameters:
      +
      jsonString - the JSON string to deserialize.
      +
      clazz - the Class of the object to deserialize.
      +
      Returns:
      +
      the deserialized object of type T.
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public String serialize(Object object)
      +
      Serializes an object into a JSON string.
      +
      +
      Specified by:
      +
      serialize in interface IObjectSerializer
      +
      Parameters:
      +
      object - the object to serialize.
      +
      Returns:
      +
      the serialized JSON string.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/IObjectSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/IObjectSerializer.html new file mode 100644 index 0000000..e3714b7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/IObjectSerializer.html @@ -0,0 +1,171 @@ + + + + +Uses of Interface com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer

+
+
Packages that use IObjectSerializer
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/ObjectSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/ObjectSerializer.html new file mode 100644 index 0000000..a030ddf --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/class-use/ObjectSerializer.html @@ -0,0 +1,89 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer

+
+
Packages that use ObjectSerializer
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-summary.html new file mode 100644 index 0000000..333ca1a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-summary.html @@ -0,0 +1,114 @@ + + + + +com.developer.nefarious.zjoule.plugin.memory.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.memory.utils

+
+
+
package com.developer.nefarious.zjoule.plugin.memory.utils
+
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-tree.html new file mode 100644 index 0000000..1c699e5 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-tree.html @@ -0,0 +1,82 @@ + + + + +com.developer.nefarious.zjoule.plugin.memory.utils Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.memory.utils

+
+Package Hierarchies: + +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-use.html new file mode 100644 index 0000000..48406cd --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/memory/utils/package-use.html @@ -0,0 +1,128 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.memory.utils (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.memory.utils

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/AccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/AccessToken.html new file mode 100644 index 0000000..a5f03c7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/AccessToken.html @@ -0,0 +1,392 @@ + + + + +AccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AccessToken

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
+
+
public class AccessToken +extends Object
+
Represents an OAuth2 access token along with its metadata and expiration details. +

+ The AccessToken class is used to store information about an OAuth2 access token, + including the token string, its type, expiration time, scope, and additional metadata. + It also tracks the time the token was received, allowing for validation of its validity + based on the expiration time. +

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccessToken

      +
      public AccessToken()
      +
      Default constructor that initializes the receivedAt field to the current time. +

      + The receivedAt field is used to calculate the token's validity duration + based on its expiresIn value. +

      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAccessToken

      +
      public String getAccessToken()
      +
      Retrieves the access token string.
      +
      +
      Returns:
      +
      the access token string.
      +
      +
      +
    • +
    • +
      +

      getExpiresIn

      +
      public long getExpiresIn()
      +
      Retrieves the expiration time in seconds.
      +
      +
      Returns:
      +
      the expiration time in seconds.
      +
      +
      +
    • +
    • +
      +

      getJti

      +
      public String getJti()
      +
      Retrieves the unique token identifier.
      +
      +
      Returns:
      +
      the token's unique identifier.
      +
      +
      +
    • +
    • +
      +

      getReceivedAt

      +
      public Date getReceivedAt()
      +
      Retrieves the time the token was received.
      +
      +
      Returns:
      +
      the Date when the token was received.
      +
      +
      +
    • +
    • +
      +

      getScope

      +
      public String getScope()
      +
      Retrieves the scope of the token.
      +
      +
      Returns:
      +
      the token's scope.
      +
      +
      +
    • +
    • +
      +

      getTokenType

      +
      public String getTokenType()
      +
      Retrieves the token type (e.g., Bearer).
      +
      +
      Returns:
      +
      the token type.
      +
      +
      +
    • +
    • +
      +

      isValid

      +
      public Boolean isValid()
      +
      Checks if the access token is still valid based on its expiration time and + the time it was received.
      +
      +
      Returns:
      +
      true if the token is still valid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      setAccessToken

      +
      public void setAccessToken(String accessToken)
      +
      Sets the access token string.
      +
      +
      Parameters:
      +
      accessToken - the access token string to set.
      +
      +
      +
    • +
    • +
      +

      setExpiresIn

      +
      public void setExpiresIn(long expiresIn)
      +
      Sets the expiration time in seconds.
      +
      +
      Parameters:
      +
      expiresIn - the expiration time in seconds to set.
      +
      +
      +
    • +
    • +
      +

      setJti

      +
      public void setJti(String jti)
      +
      Sets the unique token identifier.
      +
      +
      Parameters:
      +
      jti - the token's unique identifier to set.
      +
      +
      +
    • +
    • +
      +

      setReceivedAt

      +
      public void setReceivedAt(Date receivedAt)
      +
      Sets the time the token was received.
      +
      +
      Parameters:
      +
      receivedAt - the Date when the token was received.
      +
      +
      +
    • +
    • +
      +

      setScope

      +
      public void setScope(String scope)
      +
      Sets the scope of the token.
      +
      +
      Parameters:
      +
      scope - the token's scope to set.
      +
      +
      +
    • +
    • +
      +

      setTokenType

      +
      public void setTokenType(String tokenType)
      +
      Sets the token type (e.g., Bearer).
      +
      +
      Parameters:
      +
      tokenType - the token type to set.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Deployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Deployment.html new file mode 100644 index 0000000..ec2a138 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Deployment.html @@ -0,0 +1,441 @@ + + + + +Deployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Deployment

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.models.Deployment
+
+
+
+
public class Deployment +extends Object
+
Represents detailed information about a deployment in a backend system. +

+ This class includes metadata such as configuration details, deployment + status, and related resources. It provides utility methods to retrieve + information about the model, configurations, and operational status.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Deployment

      +
      public Deployment()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConfigurationId

      +
      public String getConfigurationId()
      +
      +
    • +
    • +
      +

      setConfigurationId

      +
      public void setConfigurationId(String configurationId)
      +
      +
    • +
    • +
      +

      getConfigurationName

      +
      public String getConfigurationName()
      +
      +
    • +
    • +
      +

      setConfigurationName

      +
      public void setConfigurationName(String configurationName)
      +
      +
    • +
    • +
      +

      getCreatedAt

      +
      public String getCreatedAt()
      +
      +
    • +
    • +
      +

      setCreatedAt

      +
      public void setCreatedAt(String createdAt)
      +
      +
    • +
    • +
      +

      getDeploymentUrl

      +
      public String getDeploymentUrl()
      +
      +
    • +
    • +
      +

      setDeploymentUrl

      +
      public void setDeploymentUrl(String deploymentUrl)
      +
      +
    • +
    • +
      +

      getDetails

      +
      public com.developer.nefarious.zjoule.plugin.models.Details getDetails()
      +
      +
    • +
    • +
      +

      setDetails

      +
      public void setDetails(com.developer.nefarious.zjoule.plugin.models.Details details)
      +
      +
    • +
    • +
      +

      getId

      +
      public String getId()
      +
      +
    • +
    • +
      +

      setId

      +
      public void setId(String id)
      +
      +
    • +
    • +
      +

      getLastOperation

      +
      public String getLastOperation()
      +
      +
    • +
    • +
      +

      setLastOperation

      +
      public void setLastOperation(String lastOperation)
      +
      +
    • +
    • +
      +

      getLatestRunningConfigurationId

      +
      public String getLatestRunningConfigurationId()
      +
      +
    • +
    • +
      +

      setLatestRunningConfigurationId

      +
      public void setLatestRunningConfigurationId(String latestRunningConfigurationId)
      +
      +
    • +
    • +
      +

      getModifiedAt

      +
      public String getModifiedAt()
      +
      +
    • +
    • +
      +

      setModifiedAt

      +
      public void setModifiedAt(String modifiedAt)
      +
      +
    • +
    • +
      +

      getScenarioId

      +
      public String getScenarioId()
      +
      +
    • +
    • +
      +

      setScenarioId

      +
      public void setScenarioId(String scenarioId)
      +
      +
    • +
    • +
      +

      getStartTime

      +
      public String getStartTime()
      +
      +
    • +
    • +
      +

      setStartTime

      +
      public void setStartTime(String startTime)
      +
      +
    • +
    • +
      +

      getStatus

      +
      public String getStatus()
      +
      +
    • +
    • +
      +

      setStatus

      +
      public void setStatus(String status)
      +
      +
    • +
    • +
      +

      getSubmissionTime

      +
      public String getSubmissionTime()
      +
      +
    • +
    • +
      +

      setSubmissionTime

      +
      public void setSubmissionTime(String submissionTime)
      +
      +
    • +
    • +
      +

      getTargetStatus

      +
      public String getTargetStatus()
      +
      +
    • +
    • +
      +

      setTargetStatus

      +
      public void setTargetStatus(String targetStatus)
      +
      +
    • +
    • +
      +

      getModelName

      +
      public String getModelName()
      +
      Retrieves the name of the model associated with this deployment.
      +
      +
      Returns:
      +
      the name of the model.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ResourceGroup.html new file mode 100644 index 0000000..6e22b0c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ResourceGroup.html @@ -0,0 +1,399 @@ + + + + +ResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ResourceGroup

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
+
+
public class ResourceGroup +extends Object
+
Represents a resource group in the system. +

+ A resource group is an organizational entity that contains various metadata + such as creation time, labels, status, and identifiers for the tenant and zone. + This class provides accessors and mutators for managing resource group properties. + It is designed to be serialized and deserialized using the Google Gson library. +

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResourceGroup

      +
      public ResourceGroup()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getCreatedAt

      +
      public String getCreatedAt()
      +
      Retrieves the creation timestamp of the resource group.
      +
      +
      Returns:
      +
      the creation timestamp as a String.
      +
      +
      +
    • +
    • +
      +

      setCreatedAt

      +
      public void setCreatedAt(String createdAt)
      +
      Sets the creation timestamp of the resource group.
      +
      +
      Parameters:
      +
      createdAt - the creation timestamp to set.
      +
      +
      +
    • +
    • +
      +

      getLabels

      +
      public List<String> getLabels()
      +
      Retrieves the labels associated with the resource group.
      +
      +
      Returns:
      +
      a List of labels as String.
      +
      +
      +
    • +
    • +
      +

      setLabels

      +
      public void setLabels(List<String> labels)
      +
      Sets the labels associated with the resource group.
      +
      +
      Parameters:
      +
      labels - a List of labels to set.
      +
      +
      +
    • +
    • +
      +

      getResourceGroupId

      +
      public String getResourceGroupId()
      +
      Retrieves the unique identifier of the resource group.
      +
      +
      Returns:
      +
      the resource group ID as a String.
      +
      +
      +
    • +
    • +
      +

      setResourceGroupId

      +
      public void setResourceGroupId(String resourceGroupId)
      +
      Sets the unique identifier of the resource group.
      +
      +
      Parameters:
      +
      resourceGroupId - the resource group ID to set.
      +
      +
      +
    • +
    • +
      +

      getStatus

      +
      public String getStatus()
      +
      Retrieves the current status of the resource group.
      +
      +
      Returns:
      +
      the status as a String.
      +
      +
      +
    • +
    • +
      +

      setStatus

      +
      public void setStatus(String status)
      +
      Sets the current status of the resource group.
      +
      +
      Parameters:
      +
      status - the status to set.
      +
      +
      +
    • +
    • +
      +

      getStatusMessage

      +
      public String getStatusMessage()
      +
      Retrieves the status message providing additional information.
      +
      +
      Returns:
      +
      the status message as a String.
      +
      +
      +
    • +
    • +
      +

      setStatusMessage

      +
      public void setStatusMessage(String statusMessage)
      +
      Sets the status message providing additional information.
      +
      +
      Parameters:
      +
      statusMessage - the status message to set.
      +
      +
      +
    • +
    • +
      +

      getTenantId

      +
      public String getTenantId()
      +
      Retrieves the tenant ID associated with the resource group.
      +
      +
      Returns:
      +
      the tenant ID as a String.
      +
      +
      +
    • +
    • +
      +

      setTenantId

      +
      public void setTenantId(String tenantId)
      +
      Sets the tenant ID associated with the resource group.
      +
      +
      Parameters:
      +
      tenantId - the tenant ID to set.
      +
      +
      +
    • +
    • +
      +

      getZoneId

      +
      public String getZoneId()
      +
      Retrieves the zone ID where the resource group resides.
      +
      +
      Returns:
      +
      the zone ID as a String.
      +
      +
      +
    • +
    • +
      +

      setZoneId

      +
      public void setZoneId(String zoneId)
      +
      Sets the zone ID where the resource group resides.
      +
      +
      Parameters:
      +
      zoneId - the zone ID to set.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.RoleSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.RoleSerializer.html new file mode 100644 index 0000000..dba185a --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.RoleSerializer.html @@ -0,0 +1,208 @@ + + + + +Role.RoleSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Role.RoleSerializer

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer
+
+
+
+
All Implemented Interfaces:
+
com.google.gson.JsonSerializer<Role>
+
+
+
Enclosing class:
+
Role
+
+
+
public static class Role.RoleSerializer +extends Object +implements com.google.gson.JsonSerializer<Role>
+
Custom serializer for the Role enum to be used with Gson. +

+ Converts a Role enum instance into its corresponding JSON representation, + which is the string value of the role. +

+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    com.google.gson.JsonElement
    +
    serialize(Role src, + Type typeOfSrc, + com.google.gson.JsonSerializationContext context)
    +
    +
    Serializes a Role enum instance into a JSON element.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RoleSerializer

      +
      public RoleSerializer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      serialize

      +
      public com.google.gson.JsonElement serialize(Role src, + Type typeOfSrc, + com.google.gson.JsonSerializationContext context)
      +
      Serializes a Role enum instance into a JSON element.
      +
      +
      Specified by:
      +
      serialize in interface com.google.gson.JsonSerializer<Role>
      +
      Parameters:
      +
      src - the Role instance to serialize.
      +
      typeOfSrc - the type of the source object.
      +
      context - the serialization context.
      +
      Returns:
      +
      a JsonPrimitive containing the string value of the role.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.html new file mode 100644 index 0000000..3180fc7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/Role.html @@ -0,0 +1,308 @@ + + + + +Role (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Role

+
+
java.lang.Object +
java.lang.Enum<Role> +
com.developer.nefarious.zjoule.plugin.models.Role
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Role>, Constable
+
+
+
public enum Role +extends Enum<Role>
+
Represents different roles in the system. +

+ The Role enum defines three distinct roles: +

    +
  • USER - Represents a standard user.
  • +
  • ASSISTANT - Represents an assistant role.
  • +
  • SYSTEM - Represents a system-level role.
  • +
+ Each role has an associated string value for serialization and display purposes. +

+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static class 
    + +
    +
    Custom serializer for the Role enum to be used with Gson.
    +
    +
    +
    +

    Nested classes/interfaces inherited from class java.lang.Enum

    +Enum.EnumDesc<E extends Enum<E>>
    +
    +
  • + +
  • +
    +

    Enum Constant Summary

    +
    Enum Constants
    +
    +
    Enum Constant
    +
    Description
    + +
    +
    Represents an assistant role.
    +
    + +
    +
    Represents a system-level role.
    +
    + +
    +
    Represents a standard user role.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Retrieves the string value associated with the role.
    +
    + + +
    +
    Returns the string representation of the role.
    +
    +
    static Role
    + +
    +
    Returns the enum constant of this class with the specified name.
    +
    +
    static Role[]
    + +
    +
    Returns an array containing the constants of this enum class, in +the order they are declared.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
    +
    +

    Methods inherited from class java.lang.Object

    +getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      USER

      +
      public static final Role USER
      +
      Represents a standard user role.
      +
      +
    • +
    • +
      +

      ASSISTANT

      +
      public static final Role ASSISTANT
      +
      Represents an assistant role.
      +
      +
    • +
    • +
      +

      SYSTEM

      +
      public static final Role SYSTEM
      +
      Represents a system-level role.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Role[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Role valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      getValue

      +
      public String getValue()
      +
      Retrieves the string value associated with the role.
      +
      +
      Returns:
      +
      the string value of the role.
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      Returns the string representation of the role.
      +
      +
      Overrides:
      +
      toString in class Enum<Role>
      +
      Returns:
      +
      the string value of the role.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ServiceKey.html new file mode 100644 index 0000000..c64bd9c --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/ServiceKey.html @@ -0,0 +1,301 @@ + + + + +ServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ServiceKey

+
+
java.lang.Object +
com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
+
+
public class ServiceKey +extends Object
+
Represents the service key configuration required for accessing API endpoints and authentication. +

+ The ServiceKey class contains information about the API URLs, client credentials, and token URL. + It provides methods to validate the service key's integrity and to retrieve the formatted URLs. +

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ServiceKey

      +
      public ServiceKey()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getClientId

      +
      public String getClientId()
      +
      Retrieves the client ID for authentication.
      +
      +
      Returns:
      +
      the client ID.
      +
      +
      +
    • +
    • +
      +

      setClientId

      +
      public void setClientId(String clientId)
      +
      Sets the client ID for authentication.
      +
      +
      Parameters:
      +
      clientId - the client ID to set.
      +
      +
      +
    • +
    • +
      +

      getClientSecret

      +
      public String getClientSecret()
      +
      Retrieves the client secret for authentication.
      +
      +
      Returns:
      +
      the client secret.
      +
      +
      +
    • +
    • +
      +

      setClientSecret

      +
      public void setClientSecret(String clientSecret)
      +
      Sets the client secret for authentication.
      +
      +
      Parameters:
      +
      clientSecret - the client secret to set.
      +
      +
      +
    • +
    • +
      +

      getServiceURL

      +
      public String getServiceURL()
      +
      Retrieves the API service URL, formatted with a version suffix.
      +
      +
      Returns:
      +
      the API service URL with the `/v2` suffix.
      +
      +
      +
    • +
    • +
      +

      getTokenURL

      +
      public String getTokenURL()
      +
      Retrieves the token URL for OAuth authentication.
      +
      +
      Returns:
      +
      the token URL appended with the `/oauth/token` suffix.
      +
      +
      +
    • +
    • +
      +

      isValid

      +
      public Boolean isValid()
      +
      Validates the service key's integrity by ensuring all required fields are non-null and non-empty.
      +
      +
      Returns:
      +
      true if the service key is valid; false otherwise.
      +
      +
      +
    • +
    • +
      +

      setTokenUrl

      +
      public void setTokenUrl(String tokenUrl)
      +
      Sets the token URL for OAuth authentication.
      +
      +
      Parameters:
      +
      tokenUrl - the token URL to set.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/AccessToken.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/AccessToken.html new file mode 100644 index 0000000..ee73a41 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/AccessToken.html @@ -0,0 +1,165 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.models.AccessToken (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.models.AccessToken

+
+
Packages that use AccessToken
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Deployment.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Deployment.html new file mode 100644 index 0000000..65e9b65 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Deployment.html @@ -0,0 +1,206 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.models.Deployment (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.models.Deployment

+
+
Packages that use Deployment
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ResourceGroup.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ResourceGroup.html new file mode 100644 index 0000000..41f80eb --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ResourceGroup.html @@ -0,0 +1,100 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.models.ResourceGroup (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.models.ResourceGroup

+
+
Packages that use ResourceGroup
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.RoleSerializer.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.RoleSerializer.html new file mode 100644 index 0000000..5c457f7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.RoleSerializer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer

+
+No usage of com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.html new file mode 100644 index 0000000..41bece7 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/Role.html @@ -0,0 +1,226 @@ + + + + +Uses of Enum Class com.developer.nefarious.zjoule.plugin.models.Role (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
com.developer.nefarious.zjoule.plugin.models.Role

+
+
Packages that use Role
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ServiceKey.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ServiceKey.html new file mode 100644 index 0000000..8396404 --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/class-use/ServiceKey.html @@ -0,0 +1,221 @@ + + + + +Uses of Class com.developer.nefarious.zjoule.plugin.models.ServiceKey (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
com.developer.nefarious.zjoule.plugin.models.ServiceKey

+
+
Packages that use ServiceKey
+ +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-summary.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-summary.html new file mode 100644 index 0000000..71174aa --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-summary.html @@ -0,0 +1,120 @@ + + + + +com.developer.nefarious.zjoule.plugin.models (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.developer.nefarious.zjoule.plugin.models

+
+
+
package com.developer.nefarious.zjoule.plugin.models
+
+
    +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
    +
    Represents an OAuth2 access token along with its metadata and expiration details.
    +
    + +
    +
    Represents detailed information about a deployment in a backend system.
    +
    + +
    +
    Represents a resource group in the system.
    +
    + +
    +
    Represents different roles in the system.
    +
    + +
    +
    Custom serializer for the Role enum to be used with Gson.
    +
    + +
    +
    Represents the service key configuration required for accessing API endpoints and authentication.
    +
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-tree.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-tree.html new file mode 100644 index 0000000..a95eaac --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-tree.html @@ -0,0 +1,94 @@ + + + + +com.developer.nefarious.zjoule.plugin.models Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.developer.nefarious.zjoule.plugin.models

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.developer.nefarious.zjoule.plugin.models.AccessToken
    • +
    • com.developer.nefarious.zjoule.plugin.models.Deployment
    • +
    • com.developer.nefarious.zjoule.plugin.models.ResourceGroup
    • +
    • com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer (implements com.google.gson.JsonSerializer<T>)
    • +
    • com.developer.nefarious.zjoule.plugin.models.ServiceKey
    • +
    +
  • +
+
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-use.html b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-use.html new file mode 100644 index 0000000..3be76af --- /dev/null +++ b/docs/v1.0.2/doc/com/developer/nefarious/zjoule/plugin/models/package-use.html @@ -0,0 +1,253 @@ + + + + +Uses of Package com.developer.nefarious.zjoule.plugin.models (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
com.developer.nefarious.zjoule.plugin.models

+
+ + +
+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/constant-values.html b/docs/v1.0.2/doc/constant-values.html new file mode 100644 index 0000000..efbc9cc --- /dev/null +++ b/docs/v1.0.2/doc/constant-values.html @@ -0,0 +1,249 @@ + + + + +Constant Field Values (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+
+

Contents

+ +
+
+

com.developer.*

+
    +
  • +
    com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "message-history"
    +
    +
  • +
+ +
    +
  • +
    com.developer.nefarious.zjoule.plugin.core.Activator
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "com.developer.nefarious.zjoule"
    +
    +
  • +
+
    +
  • +
    com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "tmp-access-token"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "tmp-deployment"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "tmp-resource-group"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "tmp-service-key"
    +
    +
  • +
+
    +
  • +
    com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "First Page"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "Second Page"
    +
    +
  • +
+
    +
  • +
    com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "com.developer.nefarious.zjoule"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "access-token"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "deployment"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "resource-group"
    +
    +
  • +
  • +
    com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "service-key"
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/copy.svg b/docs/v1.0.2/doc/copy.svg new file mode 100644 index 0000000..7c46ab1 --- /dev/null +++ b/docs/v1.0.2/doc/copy.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/docs/v1.0.2/doc/element-list b/docs/v1.0.2/doc/element-list new file mode 100644 index 0000000..0fb4c55 --- /dev/null +++ b/docs/v1.0.2/doc/element-list @@ -0,0 +1,20 @@ +com.developer.nefarious.zjoule.plugin.auth +com.developer.nefarious.zjoule.plugin.chat +com.developer.nefarious.zjoule.plugin.chat.memory +com.developer.nefarious.zjoule.plugin.chat.models +com.developer.nefarious.zjoule.plugin.chat.openai +com.developer.nefarious.zjoule.plugin.chat.utils +com.developer.nefarious.zjoule.plugin.core +com.developer.nefarious.zjoule.plugin.core.events +com.developer.nefarious.zjoule.plugin.core.functions +com.developer.nefarious.zjoule.plugin.core.ui +com.developer.nefarious.zjoule.plugin.core.utils +com.developer.nefarious.zjoule.plugin.login +com.developer.nefarious.zjoule.plugin.login.api +com.developer.nefarious.zjoule.plugin.login.events +com.developer.nefarious.zjoule.plugin.login.memory +com.developer.nefarious.zjoule.plugin.login.pages +com.developer.nefarious.zjoule.plugin.login.utils +com.developer.nefarious.zjoule.plugin.memory +com.developer.nefarious.zjoule.plugin.memory.utils +com.developer.nefarious.zjoule.plugin.models diff --git a/docs/v1.0.2/doc/help-doc.html b/docs/v1.0.2/doc/help-doc.html new file mode 100644 index 0000000..1b319b0 --- /dev/null +++ b/docs/v1.0.2/doc/help-doc.html @@ -0,0 +1,198 @@ + + + + +API Help (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exception Classes
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Use

+

Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Constant Field Values

+

The Constant Field Values page lists the static final fields and their values.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+ +
+
+ + diff --git a/docs/v1.0.2/doc/index-all.html b/docs/v1.0.2/doc/index-all.html new file mode 100644 index 0000000..6986d4d --- /dev/null +++ b/docs/v1.0.2/doc/index-all.html @@ -0,0 +1,1844 @@ + + + + +Index (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G I J K L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values +

A

+
+
AccessToken - Class in com.developer.nefarious.zjoule.plugin.models
+
+
Represents an OAuth2 access token along with its metadata and expiration details.
+
+
AccessToken() - Constructor for class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Default constructor that initializes the receivedAt field to the current time.
+
+
Activator - Class in com.developer.nefarious.zjoule.plugin.core
+
+
The activator class controls the plug-in lifecycle for the zJoule plugin.
+
+
Activator() - Constructor for class com.developer.nefarious.zjoule.plugin.core.Activator
+
+
The default constructor for the Activator.
+
+
addPages() - Method in class com.developer.nefarious.zjoule.plugin.login.LoginWizard
+
+
Adds the wizard pages to the login process.
+
+
AIClientFactory - Class in com.developer.nefarious.zjoule.plugin.chat
+
+
A factory class responsible for creating instances of IAIClient.
+
+
ASSISTANT - Enum constant in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Represents an assistant role.
+
+
AuthClient - Class in com.developer.nefarious.zjoule.plugin.auth
+
+
The AuthClient class provides functionality to authenticate with a service + and retrieve access tokens.
+
+
AuthClient(IMemoryObject<AccessToken>, IMemoryObject<ServiceKey>, IAuthClientHelper) - Constructor for class com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
Constructs an AuthClient instance with the given dependencies.
+
+
AuthClientHelper - Class in com.developer.nefarious.zjoule.plugin.auth
+
+
A helper class for the AuthClient that provides utility methods for + constructing HTTP requests, parsing responses, and managing URI conversions.
+
+
AuthClientHelper() - Constructor for class com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+
+
Constructs a new AuthClientHelper instance and initializes a Gson instance.
+
+
+

B

+
+
BrowserFactory - Class in com.developer.nefarious.zjoule.plugin.core.ui
+
+
Factory class for creating Browser instances in an SWT application.
+
+
build() - Method in interface com.developer.nefarious.zjoule.plugin.core.ui.IViewRender
+
+
Builds the HTML content for the view.
+
+
build() - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewRender
+
+
Builds the HTML content for the view.
+
+
+

C

+
+
chatCompletion(List<IChatMessage>) - Method in interface com.developer.nefarious.zjoule.plugin.chat.IAIClient
+
+
Sends a list of chat messages to the AI model and retrieves the AI-generated response.
+
+
chatCompletion(List<IChatMessage>) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
Sends a chat completion request to the OpenAI service and retrieves the AI-generated response.
+
+
ChatOrchestrator - Class in com.developer.nefarious.zjoule.plugin.chat
+
+
Orchestrates the chat process by interacting with the AI client to retrieve + answers based on user prompts and active editor content.
+
+
ChatOrchestrator() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator
+
 
+
Choice() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
 
+
clear() - Method in interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
+
+
Clears the stored chat message history from memory.
+
+
clear() - Method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Clears the stored chat message history from memory.
+
+
clearAll() - Method in class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Clears all key-value pairs from Eclipse's preferences storage.
+
+
clearAll() - Method in interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
+
+
Clears all key-value pairs from Eclipse's preferences storage.
+
+
ClearHandler - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Handles the "Clear Chat" action in the application.
+
+
com.developer.nefarious.zjoule.plugin.auth - package com.developer.nefarious.zjoule.plugin.auth
+
 
+
com.developer.nefarious.zjoule.plugin.chat - package com.developer.nefarious.zjoule.plugin.chat
+
 
+
com.developer.nefarious.zjoule.plugin.chat.memory - package com.developer.nefarious.zjoule.plugin.chat.memory
+
 
+
com.developer.nefarious.zjoule.plugin.chat.models - package com.developer.nefarious.zjoule.plugin.chat.models
+
 
+
com.developer.nefarious.zjoule.plugin.chat.openai - package com.developer.nefarious.zjoule.plugin.chat.openai
+
 
+
com.developer.nefarious.zjoule.plugin.chat.utils - package com.developer.nefarious.zjoule.plugin.chat.utils
+
 
+
com.developer.nefarious.zjoule.plugin.core - package com.developer.nefarious.zjoule.plugin.core
+
 
+
com.developer.nefarious.zjoule.plugin.core.events - package com.developer.nefarious.zjoule.plugin.core.events
+
 
+
com.developer.nefarious.zjoule.plugin.core.functions - package com.developer.nefarious.zjoule.plugin.core.functions
+
 
+
com.developer.nefarious.zjoule.plugin.core.ui - package com.developer.nefarious.zjoule.plugin.core.ui
+
 
+
com.developer.nefarious.zjoule.plugin.core.utils - package com.developer.nefarious.zjoule.plugin.core.utils
+
 
+
com.developer.nefarious.zjoule.plugin.login - package com.developer.nefarious.zjoule.plugin.login
+
 
+
com.developer.nefarious.zjoule.plugin.login.api - package com.developer.nefarious.zjoule.plugin.login.api
+
 
+
com.developer.nefarious.zjoule.plugin.login.events - package com.developer.nefarious.zjoule.plugin.login.events
+
 
+
com.developer.nefarious.zjoule.plugin.login.memory - package com.developer.nefarious.zjoule.plugin.login.memory
+
 
+
com.developer.nefarious.zjoule.plugin.login.pages - package com.developer.nefarious.zjoule.plugin.login.pages
+
 
+
com.developer.nefarious.zjoule.plugin.login.utils - package com.developer.nefarious.zjoule.plugin.login.utils
+
 
+
com.developer.nefarious.zjoule.plugin.memory - package com.developer.nefarious.zjoule.plugin.memory
+
 
+
com.developer.nefarious.zjoule.plugin.memory.utils - package com.developer.nefarious.zjoule.plugin.memory.utils
+
 
+
com.developer.nefarious.zjoule.plugin.models - package com.developer.nefarious.zjoule.plugin.models
+
 
+
convertEndpointStringToURI(String) - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+
+
Converts a token endpoint URL string into a URI object.
+
+
convertEndpointStringToURI(String) - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper
+
+
Converts a token endpoint URL string into a URI object.
+
+
convertResponseToObject(String) - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+
+
Converts a JSON response body into an AccessToken object.
+
+
convertResponseToObject(String) - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper
+
+
Converts a JSON response body into an AccessToken object.
+
+
convertResponseToObject(String) - Method in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
Converts a serialized JSON response body from the OpenAI service into an IChatMessage.
+
+
convertResponseToObject(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper
+
+
Converts a serialized JSON response body from the OpenAI service into an IChatMessage.
+
+
create() - Static method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewRender
+
+
Factory method to create a new ViewRender instance.
+
+
create(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.events.PartListener
+
+
Factory method to create a PartListener instance.
+
+
create(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.events.SelectionListener
+
+
Factory method to create a SelectionListener instance.
+
+
create(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler
+
+
Factory method to create a new ClearHandler instance.
+
+
create(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler
+
+
Factory method to create a new LogoutHandler instance.
+
+
create(Browser, String) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
+
+
Factory method to create a new PromptHandler instance.
+
+
create(Composite, int) - Static method in class com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory
+
+
Creates a new Browser instance with the specified parent and style.
+
+
create(Shell, Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler
+
+
Factory method to create a new LoginHandler instance.
+
+
createAuthUri(String) - Method in interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper
+
+
Creates a URI for the given API endpoint.
+
+
createAuthUri(String) - Method in class com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+
+
Creates a URI for the given API endpoint.
+
+
createControl(Composite) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Creates the UI controls for this wizard page.
+
+
createControl(Composite) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Creates the UI controls for this wizard page.
+
+
createMessage(Role, String) - Method in interface com.developer.nefarious.zjoule.plugin.chat.IAIClient
+
+
Creates a new chat message with the specified role and content.
+
+
createMessage(Role, String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
Creates a chat message with the specified role and content.
+
+
createPartControl(Composite) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Creates the view's controls, including the browser and toolbar.
+
+
createRequestBody(String, String) - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper
+
+
Creates a request body for a client credentials grant type.
+
+
createRequestBody(String, String) - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper
+
+
Creates a request body for a client credentials grant type.
+
+
createRequestBody(List<IChatMessage>) - Method in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
Creates an HTTP request body for a chat completion request to the OpenAI service.
+
+
createRequestBody(List<IChatMessage>) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper
+
+
Creates an HTTP request body for a chat completion request to the OpenAI service.
+
+
+

D

+
+
deleteFromEclipsePreferences(String) - Method in class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Deletes the specified key-value pair from Eclipse's preferences storage.
+
+
deleteFromEclipsePreferences(String) - Method in interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
+
+
Deletes the specified key-value pair from Eclipse's preferences storage.
+
+
Deployment - Class in com.developer.nefarious.zjoule.plugin.models
+
+
Represents detailed information about a deployment in a backend system.
+
+
Deployment() - Constructor for class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
DeploymentSelectionAdapter - Class in com.developer.nefarious.zjoule.plugin.login.events
+
+
Handles selection events for the deployment dropdown in the second page of the login wizard.
+
+
DeploymentSelectionAdapter(SecondLoginWizardPage, IMemoryObject<Deployment>) - Constructor for class com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter
+
+
Constructs a new DeploymentSelectionAdapter.
+
+
deserialize(String, Class<T>) - Method in interface com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer
+
+
Deserializes a JSON string into an object of the specified class type.
+
+
deserialize(String, Class<T>) - Method in class com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer
+
+
Deserializes a JSON string into an object of the specified class type.
+
+
dispose() - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Disposes of the view and its associated resources, including listeners and the browser.
+
+
+

E

+
+
EclipseMemory - Class in com.developer.nefarious.zjoule.plugin.memory
+
+
Manages interactions with Eclipse's preference storage system.
+
+
EclipseMemory() - Constructor for class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Constructs a new EclipseMemory instance.
+
+
EditorContentReader - Class in com.developer.nefarious.zjoule.plugin.chat.utils
+
+
Utility class for reading content and metadata from the active editor in the Eclipse IDE.
+
+
extractResourceGroupIds(GetResourceGroupsResponse) - Static method in class com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor
+
+
Extracts a list of resource group IDs from the given GetResourceGroupsResponse.
+
+
+

F

+
+
FirstLoginWizardPage - Class in com.developer.nefarious.zjoule.plugin.login.pages
+
+
Represents the first page of the login wizard where the user provides SAP AI Core credentials.
+
+
FirstLoginWizardPage(ILoginClient) - Constructor for class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Constructs a new FirstLoginWizardPage.
+
+
FREQUENCY_PENALTY - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
The frequency penalty parameter for discouraging repeated phrases.
+
+
function(Object[]) - Method in class com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
+
+
Handles the JavaScript function call from the browser.
+
+
+

G

+
+
getAccessToken() - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
Retrieves the current access token.
+
+
getAccessToken() - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClient
+
+
Retrieves the current access token.
+
+
getAccessToken() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the access token string.
+
+
getActiveEditorFileName() - Static method in class com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader
+
+
Retrieves the name of the file currently open in the active editor.
+
+
getAnswer(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator
+
+
Generates an AI response for the given user prompt by performing the following steps: + + Determining which AI client to use. + Fetching the chat message history from the client. + Retrieving the content of the active editor window as context. + Creating system and user messages for the AI. + Obtaining the response from the AI client via a chat completion request. + Saving the updated chat history back to the AI client. + Returning the response message as a string. +
+
+
getAnswer(String) - Method in interface com.developer.nefarious.zjoule.plugin.chat.IChatOrchestrator
+
+
Generates an AI response for the given user prompt by performing the following steps: + + Determining which AI client to use. + Fetching the chat message history from the client. + Retrieving the content of the active editor window as context. + Creating system and user messages for the AI. + Obtaining the response from the AI client via a chat completion request. + Saving the updated chat history back to the AI client. + Returning the response message as a string. +
+
+
getChoices() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the list of choices returned by the OpenAI API.
+
+
getClient() - Static method in class com.developer.nefarious.zjoule.plugin.chat.AIClientFactory
+
+
Creates and returns an appropriate implementation of IAIClient based on the + deployment's model name.
+
+
getClientId() - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Retrieves the client ID for authentication.
+
+
getClientSecret() - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Retrieves the client secret for authentication.
+
+
getCompletionTokens() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Retrieves the number of tokens used for the completion.
+
+
getConfigurationId() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getConfigurationName() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getContent() - Method in class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Retrieves the content of the message.
+
+
getContent() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Retrieves the content of the message.
+
+
getCount() - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
+
Retrieves the total count of deployments.
+
+
getCount() - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
+
Retrieves the total count of resource groups.
+
+
getCreated() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the timestamp when the response was created.
+
+
getCreatedAt() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getCreatedAt() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the creation timestamp of the resource group.
+
+
getCurrentSystem() - Static method in class com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider
+
+
Retrieves the name of the operating system on which the JVM is currently running.
+
+
getDefault() - Static method in class com.developer.nefarious.zjoule.plugin.core.Activator
+
+
Returns the shared instance of the Activator.
+
+
getDeploymentDropdown() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Retrieves the deployment dropdown widget.
+
+
getDeployments() - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
+
Retrieves the list of deployments.
+
+
getDeployments(ServiceKey, String) - Method in interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClient
+
+
Retrieves a list of deployments from the SAP AI Core API.
+
+
getDeployments(ServiceKey, String) - Method in class com.developer.nefarious.zjoule.plugin.login.api.LoginClient
+
+
Retrieves a list of deployments from the SAP AI Core API.
+
+
getDeploymentsForSelection() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Retrieves the list of deployments available for selection.
+
+
GetDeploymentsResponse - Class in com.developer.nefarious.zjoule.plugin.login.api
+
+
Represents the response from an API call that retrieves a list of deployments.
+
+
GetDeploymentsResponse() - Constructor for class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
 
+
getDeploymentUrl() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getDetails() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getEclipsePreferences() - Static method in class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Retrieves the global Eclipse preferences for the plugin.
+
+
getExpiresIn() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the expiration time in seconds.
+
+
getFinishReason() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Retrieves the reason why the response generation finished.
+
+
getFrequencyPenalty() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the frequency penalty applied to the response.
+
+
getId() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the unique identifier for the response.
+
+
getId() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getIndex() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Retrieves the index of this choice in the response.
+
+
getInputText() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Retrieves the text entered by the user in the input field.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Retrieves the singleton instance of MemoryMessageHistory.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Retrieves the singleton instance of TemporaryMemoryAccessToken.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Retrieves the singleton instance of TemporaryMemoryDeployment.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Retrieves the singleton instance of TemporaryMemoryResourceGroup.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Retrieves the singleton instance of TemporaryMemoryServiceKey.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Retrieves the singleton instance of MemoryAccessToken.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Retrieves the singleton instance of MemoryDeployment.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Retrieves the singleton instance of MemoryResourceGroup.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Retrieves the singleton instance of MemoryServiceKey.
+
+
getInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer
+
+
Retrieves the singleton instance of ObjectSerializer.
+
+
getJti() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the unique token identifier.
+
+
getLabels() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the labels associated with the resource group.
+
+
getLastOperation() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getLatestRunningConfigurationId() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getMaxTokens() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the maximum number of tokens allowed in the response.
+
+
getMessage() - Method in interface com.developer.nefarious.zjoule.plugin.chat.IChatMessage
+
+
Retrieves the content of the chat message.
+
+
getMessage() - Static method in class com.developer.nefarious.zjoule.plugin.chat.Instruction
+
+
Retrieves the predefined system message text.
+
+
getMessage() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Retrieves the message content.
+
+
getMessage() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Retrieves the message generated by the OpenAI model for this choice.
+
+
getMessageHistory() - Method in interface com.developer.nefarious.zjoule.plugin.chat.IAIClient
+
+
Retrieves the chat message history.
+
+
getMessageHistory() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
Retrieves the chat message history stored in memory.
+
+
getMessages() - Method in class com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
+
+
Retrieves the list of messages in the chat history.
+
+
getMessages() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the list of chat messages in the request.
+
+
getModel() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the model used to generate the response.
+
+
getModelName() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
+
Retrieves the name of the model associated with this deployment.
+
+
getModifiedAt() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getNewAccessToken() - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
Retrieves a new access token using the stored service key.
+
+
getNewAccessToken() - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClient
+
+
Retrieves a new access token using the stored service key.
+
+
getNewAccessToken(ServiceKey) - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
Retrieves a new access token using the provided service key.
+
+
getNewAccessToken(ServiceKey) - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClient
+
+
Retrieves a new access token using the provided service key.
+
+
getObject() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the object type of the response.
+
+
getPresencePenalty() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the presence penalty applied to the response.
+
+
getPromptTokens() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Retrieves the number of tokens used for the prompt.
+
+
getReceivedAt() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the time the token was received.
+
+
getResourceContent(String) - Method in interface com.developer.nefarious.zjoule.plugin.core.ui.IViewRender
+
+
Reads the content of a resource file located in the plugin's bundle.
+
+
getResourceContent(String) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewRender
+
+
Reads the content of a resource file located in the plugin's bundle.
+
+
getResourceGroupDropdown() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Retrieves the resource group dropdown widget.
+
+
getResourceGroupId() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the unique identifier of the resource group.
+
+
getResourceGroups() - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
+
Retrieves the list of resource groups.
+
+
getResourceGroups(ServiceKey) - Method in interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClient
+
+
Retrieves a list of resource groups from the SAP AI Core API.
+
+
getResourceGroups(ServiceKey) - Method in class com.developer.nefarious.zjoule.plugin.login.api.LoginClient
+
+
Retrieves a list of resource groups from the SAP AI Core API.
+
+
GetResourceGroupsResponse - Class in com.developer.nefarious.zjoule.plugin.login.api
+
+
Represents the response from an API call that retrieves a list of resource groups.
+
+
GetResourceGroupsResponse() - Constructor for class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
 
+
getRole() - Method in interface com.developer.nefarious.zjoule.plugin.chat.IChatMessage
+
+
Retrieves the role associated with the message.
+
+
getRole() - Method in class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Retrieves the role of the message.
+
+
getRole() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Retrieves the role associated with the message.
+
+
getScenarioId() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getScope() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the scope of the token.
+
+
getServiceKey() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Retrieves the ServiceKey parsed from the user input.
+
+
getServiceKey() - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Retrieves the ServiceKey from the first wizard page.
+
+
getServiceUrl() - Method in class com.developer.nefarious.zjoule.plugin.auth.AuthClient
+
+
Retrieves the service URL from the stored service key.
+
+
getServiceUrl() - Method in interface com.developer.nefarious.zjoule.plugin.auth.IAuthClient
+
+
Retrieves the service URL from the stored service key.
+
+
getServiceURL() - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Retrieves the API service URL, formatted with a version suffix.
+
+
getStartTime() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getStatus() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getStatus() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the current status of the resource group.
+
+
getStatusMessage() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the status message providing additional information.
+
+
getStop() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the stop sequence used to terminate the AI's response.
+
+
getSubmissionTime() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getTargetStatus() - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
getTemperature() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Retrieves the temperature parameter for the AI's response.
+
+
getTenantId() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the tenant ID associated with the resource group.
+
+
getTokenType() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Retrieves the token type (e.g., Bearer).
+
+
getTokenURL() - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Retrieves the token URL for OAuth authentication.
+
+
getTotalTokens() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Retrieves the total number of tokens used for the request.
+
+
getUsage() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Retrieves the token usage details for the request.
+
+
getValue() - Method in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Retrieves the string value associated with the role.
+
+
getZoneId() - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Retrieves the zone ID where the resource group resides.
+
+
+

I

+
+
IAIClient - Interface in com.developer.nefarious.zjoule.plugin.chat
+
+
Interface for AI client implementations.
+
+
IAuthClient - Interface in com.developer.nefarious.zjoule.plugin.auth
+
+
Interface defining the contract for an authentication client.
+
+
IAuthClientHelper - Interface in com.developer.nefarious.zjoule.plugin.auth
+
+
Defines utility methods for handling authentication-related tasks.
+
+
IChatMessage - Interface in com.developer.nefarious.zjoule.plugin.chat
+
+
Represents a message exchanged in a chat interaction with an AI model.
+
+
IChatOrchestrator - Interface in com.developer.nefarious.zjoule.plugin.chat
+
+
Interface for orchestrating AI-based chat interactions.
+
+
IEclipseMemory - Interface in com.developer.nefarious.zjoule.plugin.memory
+
+
Interface for managing interactions with Eclipse's preference storage system.
+
+
ILoginClient - Interface in com.developer.nefarious.zjoule.plugin.login.api
+
+
Interface for handling login-related API interactions with SAP AI Core.
+
+
ILoginClientHelper - Interface in com.developer.nefarious.zjoule.plugin.login.api
+
+
Interface for helper methods used in login-related API operations.
+
+
IMemoryMessageHistory - Interface in com.developer.nefarious.zjoule.plugin.chat.memory
+
+
Interface for managing chat message history in memory.
+
+
IMemoryObject<T> - Interface in com.developer.nefarious.zjoule.plugin.memory
+
+
Generic interface for managing the storage and retrieval of data in memory.
+
+
Initialization - Class in com.developer.nefarious.zjoule.plugin.core.events
+
+
Handles the initialization process for the application by managing user sessions, + loading message history, and updating the browser state.
+
+
Initialization(Browser) - Constructor for class com.developer.nefarious.zjoule.plugin.core.events.Initialization
+
+
Constructs an Initialization instance with the specified Browser.
+
+
initialize(IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Initializes the TemporaryMemoryResourceGroup singleton with the specified dependencies.
+
+
initialize(IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Initializes the MemoryResourceGroup singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Initializes the singleton instance of MemoryMessageHistory.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Initializes the TemporaryMemoryAccessToken singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Initializes the TemporaryMemoryDeployment singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Initializes the TemporaryMemoryServiceKey singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Initializes the MemoryAccessToken singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Initializes the MemoryDeployment singleton with the specified dependencies.
+
+
initialize(IObjectSerializer, IEclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Initializes the MemoryServiceKey singleton with the specified dependencies.
+
+
Instruction - Class in com.developer.nefarious.zjoule.plugin.chat
+
+
Provides system-level instructions for AI interactions.
+
+
IObjectSerializer - Interface in com.developer.nefarious.zjoule.plugin.memory.utils
+
 
+
IOpenAIClientHelper - Interface in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Defines helper methods for interacting with the OpenAI service.
+
+
isEmpty() - Method in interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
+
+
Checks if the stored chat message history is empty.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Checks if the stored chat message history is empty.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in interface com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Checks if the stored data is empty or invalid.
+
+
isEmpty() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Checks if the stored data is empty or invalid.
+
+
isUserLoggedIn() - Static method in class com.developer.nefarious.zjoule.plugin.auth.SessionManager
+
+
Checks if the user is currently logged in.
+
+
isValid() - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Checks if the access token is still valid based on its expiration time and + the time it was received.
+
+
isValid() - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Validates the service key's integrity by ensuring all required fields are non-null and non-empty.
+
+
isValidJson(String) - Static method in class com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator
+
+
Validates whether a given string is a well-formed JSON.
+
+
ITemporaryMemoryObject - Interface in com.developer.nefarious.zjoule.plugin.login.memory
+
+
Represents an object that can be persisted from temporary memory to permanent storage.
+
+
IViewRender - Interface in com.developer.nefarious.zjoule.plugin.core.ui
+
+
Interface for rendering HTML-based views in the application.
+
+
+

J

+
+
JsonValidator - Class in com.developer.nefarious.zjoule.plugin.login.utils
+
+
Utility class for validating JSON strings.
+
+
+

K

+
+
KEY - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
+
+
Key used for storing and retrieving the message history in the persistence layer.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Key used for storing and retrieving the temporary access token in Eclipse preferences.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Key used for storing and retrieving the temporary deployment in Eclipse preferences.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Key used for storing and retrieving the temporary resource group in Eclipse preferences.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Key used for storing and retrieving the temporary service key in Eclipse preferences.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Key used for storing and retrieving the access token in memory.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Key used for storing and retrieving deployment information in memory.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Key used for storing and retrieving the resource group information in memory.
+
+
KEY - Static variable in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Key used for storing and retrieving the service key information in memory.
+
+
+

L

+
+
load() - Method in interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
+
+
Loads the chat message history from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Loads the chat message history from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Loads the data from memory.
+
+
load() - Method in interface com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Loads the data from memory.
+
+
load() - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Loads the data from memory.
+
+
loadFromEclipsePreferences(String) - Method in class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Loads the value associated with the specified key from Eclipse's preferences storage.
+
+
loadFromEclipsePreferences(String) - Method in interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
+
+
Loads the value associated with the specified key from Eclipse's preferences storage.
+
+
loadFromMemory(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader
+
+
Loads chat message history from memory and displays it in the specified browser.
+
+
login(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.auth.SessionManager
+
+
Executes the login process using the specified browser.
+
+
LoginClient - Class in com.developer.nefarious.zjoule.plugin.login.api
+
+
Implements the ILoginClient interface for managing API interactions related to login operations.
+
+
LoginClient(ILoginClientHelper, IAuthClient) - Constructor for class com.developer.nefarious.zjoule.plugin.login.api.LoginClient
+
+
Constructs a new LoginClient instance.
+
+
LoginClientHelper - Class in com.developer.nefarious.zjoule.plugin.login.api
+
+
A helper class for handling login-related API operations.
+
+
LoginClientHelper() - Constructor for class com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+
+
Constructs a new LoginClientHelper instance.
+
+
LoginHandler - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Handles the "Login" action for connecting to a BTP subaccount.
+
+
LoginWizard - Class in com.developer.nefarious.zjoule.plugin.login
+
+
A wizard for logging into SAP AI Core.
+
+
LoginWizard(Browser) - Constructor for class com.developer.nefarious.zjoule.plugin.login.LoginWizard
+
+
Constructs a new LoginWizard instance.
+
+
logout(Browser, EclipseMemory) - Static method in class com.developer.nefarious.zjoule.plugin.auth.SessionManager
+
+
Executes the logout process using the specified browser and clears all memory.
+
+
LogoutHandler - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Handles the "Logout" action for ending the user's session.
+
+
+

M

+
+
MAX_TOKENS - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
The maximum number of tokens allowed in a single request.
+
+
MemoryAccessToken - Class in com.developer.nefarious.zjoule.plugin.memory
+
+
Manages the storage and retrieval of access tokens in memory.
+
+
MemoryDeployment - Class in com.developer.nefarious.zjoule.plugin.memory
+
+
Manages the storage and retrieval of deployment information in memory.
+
+
MemoryMessageHistory - Class in com.developer.nefarious.zjoule.plugin.chat.memory
+
+
Manages the storage and retrieval of chat message history in Eclipse preferences.
+
+
MemoryResourceGroup - Class in com.developer.nefarious.zjoule.plugin.memory
+
+
Manages the storage and retrieval of resource group information in memory.
+
+
MemoryServiceKey - Class in com.developer.nefarious.zjoule.plugin.memory
+
+
Manages the storage and retrieval of service key information in memory.
+
+
Message - Class in com.developer.nefarious.zjoule.plugin.chat.models
+
+
Represents a single chat message with a role and content.
+
+
Message() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Default constructor for creating an empty Message.
+
+
Message(Role, String) - Constructor for class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Constructs a Message with the specified role and content.
+
+
MessageHistory - Class in com.developer.nefarious.zjoule.plugin.chat.models
+
+
Represents the history of chat messages in a conversation.
+
+
MessageHistory() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
+
 
+
MessageHistoryLoader - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Utility class for loading chat message history into a browser component.
+
+
modifyText(ModifyEvent) - Method in class com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener
+
+
Handles modifications to the service key input field.
+
+
+

O

+
+
ObjectSerializer - Class in com.developer.nefarious.zjoule.plugin.memory.utils
+
+
Singleton implementation of IObjectSerializer that provides methods + for serializing objects to JSON and deserializing JSON strings into objects.
+
+
ObjectSerializer() - Constructor for class com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer
+
 
+
OpenAIChatMessage - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Represents a chat message exchanged with the OpenAI model.
+
+
OpenAIChatMessage() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Default constructor for creating an empty OpenAIChatMessage.
+
+
OpenAIChatMessage(Role, String) - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Constructs a new OpenAIChatMessage with the specified role and content.
+
+
OpenAIClient - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Implements the IAIClient interface for interacting with OpenAI-based models.
+
+
OpenAIClient(IAuthClient, IMemoryMessageHistory, IMemoryObject<String>, IMemoryObject<Deployment>, IOpenAIClientHelper) - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
Constructs a new OpenAIClient with the required dependencies.
+
+
OpenAIClientHelper - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
A helper class for the OpenAIClient that provides utility methods for + creating HTTP request bodies and converting responses from the OpenAI service.
+
+
OpenAIClientHelper() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper
+
 
+
OpenAIRequestBody - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Represents the request body for an OpenAI chat completion API call.
+
+
OpenAIRequestBody() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
 
+
OpenAIRequestResponse - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Represents the response body from an OpenAI chat completion API request.
+
+
OpenAIRequestResponse() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
 
+
OpenAIRequestResponse.Choice - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Represents a single choice in the response from the OpenAI API.
+
+
OpenAIRequestResponse.Usage - Class in com.developer.nefarious.zjoule.plugin.chat.openai
+
+
Represents the token usage details in the OpenAI API response.
+
+
+

P

+
+
PAGE_ID - Static variable in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
The unique identifier for this wizard page.
+
+
PAGE_ID - Static variable in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
The unique identifier for this wizard page.
+
+
parseDeploymentsResponseToObject(String) - Method in interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper
+
+
Parses a JSON response body into a GetDeploymentsResponse object.
+
+
parseDeploymentsResponseToObject(String) - Method in class com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+
+
Parses a JSON response body into a GetDeploymentsResponse object.
+
+
parseResourceGroupsResponseToObject(String) - Method in interface com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper
+
+
Parses a JSON response body into a GetResourceGroupsResponse object.
+
+
parseResourceGroupsResponseToObject(String) - Method in class com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper
+
+
Parses a JSON response body into a GetResourceGroupsResponse object.
+
+
partClosed(IWorkbenchPartReference) - Method in class com.developer.nefarious.zjoule.plugin.core.events.PartListener
+
+
Handles the partClosed event triggered when a part is closed.
+
+
PartListener - Class in com.developer.nefarious.zjoule.plugin.core.events
+
+
Implements a part listener to monitor and handle editor-related events in the Eclipse workspace.
+
+
performFinish() - Method in class com.developer.nefarious.zjoule.plugin.login.LoginWizard
+
+
Completes the login process and persists the temporary memory.
+
+
persist() - Method in interface com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject
+
+
Persists the temporary memory object to permanent storage.
+
+
persist() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Persists the temporary memory object to permanent storage.
+
+
persist() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Persists the temporary memory object to permanent storage.
+
+
persist() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Persists the temporary memory object to permanent storage.
+
+
persist() - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Persists the temporary memory object to permanent storage.
+
+
PLUGIN_ID - Static variable in class com.developer.nefarious.zjoule.plugin.core.Activator
+
+
The plug-in ID for the zJoule plugin.
+
+
PLUGIN_ID - Static variable in interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
+
+
The plugin ID used to identify the preferences node in Eclipse's preference storage.
+
+
PRESENCE_PENALTY - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
The presence penalty parameter for encouraging diverse topic generation.
+
+
PromptHandler - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Handles user prompts from the browser and communicates with the chat orchestrator to generate responses.
+
+
PromptHandler(Browser, String) - Constructor for class com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
+
+
Constructs a new PromptHandler instance.
+
+
+

R

+
+
readActiveEditorContent() - Static method in class com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader
+
+
Reads and returns the content of the file currently open in the active editor.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Resets the singleton instance of MemoryMessageHistory.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Resets the singleton instance.
+
+
resetInstance() - Static method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Resets the singleton instance.
+
+
ResourceGroup - Class in com.developer.nefarious.zjoule.plugin.models
+
+
Represents a resource group in the system.
+
+
ResourceGroup() - Constructor for class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
 
+
ResourceGroupIdExtractor - Class in com.developer.nefarious.zjoule.plugin.login.utils
+
+
Utility class for extracting resource group IDs from a GetResourceGroupsResponse.
+
+
ResourceGroupSelectionAdapter - Class in com.developer.nefarious.zjoule.plugin.login.events
+
+
Handles selection events for the resource group dropdown in the second page of the login wizard.
+
+
ResourceGroupSelectionAdapter(SecondLoginWizardPage, ILoginClient, IMemoryObject<String>) - Constructor for class com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter
+
+
Constructs a new ResourceGroupSelectionAdapter.
+
+
Role - Enum Class in com.developer.nefarious.zjoule.plugin.models
+
+
Represents different roles in the system.
+
+
Role.RoleSerializer - Class in com.developer.nefarious.zjoule.plugin.models
+
+
Custom serializer for the Role enum to be used with Gson.
+
+
RoleSerializer() - Constructor for class com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer
+
 
+
run() - Method in class com.developer.nefarious.zjoule.plugin.core.events.Initialization
+
+
Executes the initialization process.
+
+
run() - Method in class com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler
+
+
Executes the "Clear Chat" action.
+
+
run() - Method in class com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler
+
+
Executes the "Login" action.
+
+
run() - Method in class com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler
+
+
Executes the "Logout" action.
+
+
+

S

+
+
save(MessageHistory) - Method in interface com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory
+
+
Saves the given MessageHistory object to memory.
+
+
save(MessageHistory) - Method in class com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory
+
+
Saves the given MessageHistory object to memory.
+
+
save(AccessToken) - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken
+
+
Saves the given data to memory.
+
+
save(AccessToken) - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken
+
+
Saves the given data to memory.
+
+
save(Deployment) - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment
+
+
Saves the given data to memory.
+
+
save(Deployment) - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment
+
+
Saves the given data to memory.
+
+
save(ServiceKey) - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey
+
+
Saves the given data to memory.
+
+
save(ServiceKey) - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey
+
+
Saves the given data to memory.
+
+
save(String) - Method in class com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup
+
+
Saves the given data to memory.
+
+
save(String) - Method in class com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup
+
+
Saves the given data to memory.
+
+
save(T) - Method in interface com.developer.nefarious.zjoule.plugin.memory.IMemoryObject
+
+
Saves the given data to memory.
+
+
saveOnEclipsePreferences(String, String) - Method in class com.developer.nefarious.zjoule.plugin.memory.EclipseMemory
+
+
Saves a key-value pair to Eclipse's preferences storage.
+
+
saveOnEclipsePreferences(String, String) - Method in interface com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory
+
+
Saves a key-value pair to Eclipse's preferences storage.
+
+
SecondLoginWizardPage - Class in com.developer.nefarious.zjoule.plugin.login.pages
+
+
Represents the second page of the login wizard, where the user selects a + resource group and deployment ID based on the credentials provided on the + first page.
+
+
SecondLoginWizardPage(ILoginClient, IMemoryObject<String>, IMemoryObject<Deployment>) - Constructor for class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Constructs a new SecondLoginWizardPage.
+
+
selectionChanged(IWorkbenchPart, ISelection) - Method in class com.developer.nefarious.zjoule.plugin.core.events.SelectionListener
+
+
Invoked when the selection in the Eclipse workspace changes.
+
+
SelectionListener - Class in com.developer.nefarious.zjoule.plugin.core.events
+
+
Listens for selection changes in the Eclipse workspace and updates the browser state accordingly.
+
+
serialize(Role, Type, JsonSerializationContext) - Method in class com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer
+
+
Serializes a Role enum instance into a JSON element.
+
+
serialize(Object) - Method in interface com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer
+
+
Serializes an object into a JSON string.
+
+
serialize(Object) - Method in class com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer
+
+
Serializes an object into a JSON string.
+
+
ServiceKey - Class in com.developer.nefarious.zjoule.plugin.models
+
+
Represents the service key configuration required for accessing API endpoints and authentication.
+
+
ServiceKey() - Constructor for class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
 
+
ServiceKeyModifyListener - Class in com.developer.nefarious.zjoule.plugin.login.events
+
+
Handles modifications to the service key input field in the first page of the login wizard.
+
+
ServiceKeyModifyListener(FirstLoginWizardPage, ILoginClient, Gson) - Constructor for class com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener
+
+
Constructs a new ServiceKeyModifyListener.
+
+
SessionManager - Class in com.developer.nefarious.zjoule.plugin.auth
+
+
Manages the user's session within the application.
+
+
setAccessToken(String) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the access token string.
+
+
setBrowser(Browser) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Sets the browser component for the view.
+
+
setChoices(List<OpenAIRequestResponse.Choice>) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the list of choices returned by the OpenAI API.
+
+
setClientId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Sets the client ID for authentication.
+
+
setClientSecret(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Sets the client secret for authentication.
+
+
setCompletionTokens(int) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Sets the number of tokens used for the completion.
+
+
setConfigurationId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setConfigurationName(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setContent(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Sets the content of the message.
+
+
setContent(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Sets the content of the message.
+
+
setCount(int) - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
+
Sets the total count of deployments.
+
+
setCount(int) - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
+
Sets the total count of resource groups.
+
+
setCreated(long) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the timestamp when the response was created.
+
+
setCreatedAt(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setCreatedAt(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the creation timestamp of the resource group.
+
+
setDeploymentsForSelection(List<Deployment>) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Sets the list of deployments available for selection and updates the dropdown.
+
+
setDeploymentUrl(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setDetails(Details) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setExpiresIn(long) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the expiration time in seconds.
+
+
setFinishReason(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Sets the reason why the response generation finished.
+
+
setFocus() - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Sets the focus to the browser component.
+
+
setFrequencyPenalty(double) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the frequency penalty applied to the response.
+
+
setId(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the unique identifier for the response.
+
+
setId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setIndex(int) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Sets the index of this choice in the response.
+
+
setJti(String) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the unique token identifier.
+
+
setLabels(List<String>) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the labels associated with the resource group.
+
+
setLastOperation(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setLatestRunningConfigurationId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setMaxTokens(int) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the maximum number of tokens allowed in the response.
+
+
setMessage(OpenAIChatMessage) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
+
+
Sets the message generated by the OpenAI model for this choice.
+
+
setMessageHistory(List<IChatMessage>) - Method in interface com.developer.nefarious.zjoule.plugin.chat.IAIClient
+
+
Updates the chat message history with the provided list of messages.
+
+
setMessageHistory(List<IChatMessage>) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient
+
+
Stores the chat message history in memory.
+
+
setMessages(List<IChatMessage>) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the list of chat messages in the request.
+
+
setMessages(List<Message>) - Method in class com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
+
+
Sets the list of messages in the chat history.
+
+
setModel(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the model used to generate the response.
+
+
setModifiedAt(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setObject(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the object type of the response.
+
+
setPartListener(PartListener) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Sets the part listener for monitoring part lifecycle events.
+
+
setPresencePenalty(double) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the presence penalty applied to the response.
+
+
setPromptTokens(int) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Sets the number of tokens used for the prompt.
+
+
setReceivedAt(Date) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the time the token was received.
+
+
setResourceGroupId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the unique identifier of the resource group.
+
+
setResourceGroups(List<ResourceGroup>) - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
+
+
Sets the list of resource groups.
+
+
setResourceGroupsForSelection(List<String>) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Sets the list of resource groups available for selection.
+
+
setResourceGroupsOnTheSecondPage(GetResourceGroupsResponse) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Propagates resource groups from the service key response to the second wizard page.
+
+
setResources(List<Deployment>) - Method in class com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
+
+
Sets the list of deployments.
+
+
setRole(Role) - Method in class com.developer.nefarious.zjoule.plugin.chat.models.Message
+
+
Sets the role of the message.
+
+
setRole(Role) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
+
+
Sets the role of the message.
+
+
setScenarioId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setScope(String) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the scope of the token.
+
+
setSelectionListener(ISelectionListener) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Sets the selection listener for monitoring selection events.
+
+
setServiceKey(ServiceKey) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Sets the ServiceKey for this page.
+
+
setShell(Shell) - Method in class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
+
Sets the shell instance for the view.
+
+
setStartTime(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setStatus(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setStatus(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the current status of the resource group.
+
+
setStatusMessage(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the status message providing additional information.
+
+
setStop(String) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the stop sequence used to terminate the AI's response.
+
+
setSubmissionTime(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setTargetStatus(String) - Method in class com.developer.nefarious.zjoule.plugin.models.Deployment
+
 
+
setTemperature(double) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Sets the temperature parameter for the AI's response.
+
+
setTenantId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the tenant ID associated with the resource group.
+
+
setTokenType(String) - Method in class com.developer.nefarious.zjoule.plugin.models.AccessToken
+
+
Sets the token type (e.g., Bearer).
+
+
setTokenUrl(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ServiceKey
+
+
Sets the token URL for OAuth authentication.
+
+
setTotalTokens(int) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
+
Sets the total number of tokens used for the request.
+
+
setUsage(OpenAIRequestResponse.Usage) - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
+
+
Sets the token usage details for the request.
+
+
setValidationError(String) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage
+
+
Displays a validation error message in the UI or hides it if the message is null or empty.
+
+
setVisible(boolean) - Method in class com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage
+
+
Sets the visibility of this page.
+
+
setZoneId(String) - Method in class com.developer.nefarious.zjoule.plugin.models.ResourceGroup
+
+
Sets the zone ID where the resource group resides.
+
+
start(BundleContext) - Method in class com.developer.nefarious.zjoule.plugin.core.Activator
+
+
Starts the plugin by initializing the shared instance and memory resources.
+
+
stop(BundleContext) - Method in class com.developer.nefarious.zjoule.plugin.core.Activator
+
+
Stops the plugin by clearing the shared instance.
+
+
STOP - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
The stop sequence used to terminate AI responses.
+
+
SYSTEM - Enum constant in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Represents a system-level role.
+
+
SystemProvider - Class in com.developer.nefarious.zjoule.plugin.core.utils
+
+
Utility class for providing information about the current operating system.
+
+
+

T

+
+
TagHandler - Class in com.developer.nefarious.zjoule.plugin.core.functions
+
+
Handles updating tags in the browser based on the currently active editor file.
+
+
TEMPERATURE - Static variable in interface com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
+
+
The temperature parameter for controlling the randomness of AI responses.
+
+
TemporaryMemoryAccessToken - Class in com.developer.nefarious.zjoule.plugin.login.memory
+
+
Manages temporary storage and retrieval of an access token during the login process.
+
+
TemporaryMemoryDeployment - Class in com.developer.nefarious.zjoule.plugin.login.memory
+
+
Manages temporary storage and retrieval of deployment information during the login process.
+
+
TemporaryMemoryResourceGroup - Class in com.developer.nefarious.zjoule.plugin.login.memory
+
+
Manages temporary storage and retrieval of resource group information during the login process.
+
+
TemporaryMemoryServiceKey - Class in com.developer.nefarious.zjoule.plugin.login.memory
+
+
Manages temporary storage and retrieval of service key information during the login process.
+
+
toString() - Method in class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
+
+
Serializes this object to its JSON representation using Gson.
+
+
toString() - Method in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Returns the string representation of the role.
+
+
+

U

+
+
update(Browser) - Static method in class com.developer.nefarious.zjoule.plugin.core.functions.TagHandler
+
+
Updates the tag in the browser with the name of the currently active editor file.
+
+
Usage() - Constructor for class com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
+
 
+
USER - Enum constant in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Represents a standard user role.
+
+
+

V

+
+
valueOf(String) - Static method in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class com.developer.nefarious.zjoule.plugin.models.Role
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
ViewListener - Class in com.developer.nefarious.zjoule.plugin.core.ui
+
+
Represents a custom Eclipse view that integrates a browser and various event listeners.
+
+
ViewListener() - Constructor for class com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
+
 
+
ViewRender - Class in com.developer.nefarious.zjoule.plugin.core.ui
+
+
Responsible for rendering an HTML-based view with embedded JavaScript and CSS resources.
+
+
+

W

+
+
widgetSelected(SelectionEvent) - Method in class com.developer.nefarious.zjoule.plugin.login.events.DeploymentSelectionAdapter
+
+
Handles selection events triggered by the deployment dropdown.
+
+
widgetSelected(SelectionEvent) - Method in class com.developer.nefarious.zjoule.plugin.login.events.ResourceGroupSelectionAdapter
+
+
Handles selection events triggered by the resource group dropdown.
+
+
+A B C D E F G I J K L M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values
+ +
+
+ + diff --git a/docs/v1.0.2/doc/index.html b/docs/v1.0.2/doc/index.html new file mode 100644 index 0000000..023d39f --- /dev/null +++ b/docs/v1.0.2/doc/index.html @@ -0,0 +1,109 @@ + + + + +Overview (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

zJoule - Eclipse AI Assitant

+
+ +
+ +
+
+ + diff --git a/docs/v1.0.2/doc/javadoc.sh b/docs/v1.0.2/doc/javadoc.sh new file mode 100755 index 0000000..9faf1bf --- /dev/null +++ b/docs/v1.0.2/doc/javadoc.sh @@ -0,0 +1 @@ +/usr/lib/jvm/temurin-21-jdk-amd64/bin/javadoc -J-Duser.language= -J-Duser.country= @options @packages \ No newline at end of file diff --git a/docs/v1.0.2/doc/legal/ADDITIONAL_LICENSE_INFO b/docs/v1.0.2/doc/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/docs/v1.0.2/doc/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/docs/v1.0.2/doc/legal/ASSEMBLY_EXCEPTION b/docs/v1.0.2/doc/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..4296666 --- /dev/null +++ b/docs/v1.0.2/doc/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + https://openjdk.org/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/docs/v1.0.2/doc/legal/LICENSE b/docs/v1.0.2/doc/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/docs/v1.0.2/doc/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/docs/v1.0.2/doc/legal/jquery.md b/docs/v1.0.2/doc/legal/jquery.md new file mode 100644 index 0000000..a763ec6 --- /dev/null +++ b/docs/v1.0.2/doc/legal/jquery.md @@ -0,0 +1,26 @@ +## jQuery v3.7.1 + +### jQuery License +``` +jQuery v 3.7.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/docs/v1.0.2/doc/legal/jqueryUI.md b/docs/v1.0.2/doc/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/docs/v1.0.2/doc/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/docs/v1.0.2/doc/link.svg b/docs/v1.0.2/doc/link.svg new file mode 100644 index 0000000..7ccc5ed --- /dev/null +++ b/docs/v1.0.2/doc/link.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/docs/v1.0.2/doc/member-search-index.js b/docs/v1.0.2/doc/member-search-index.js new file mode 100644 index 0000000..8135330 --- /dev/null +++ b/docs/v1.0.2/doc/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"AccessToken()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.core","c":"Activator","l":"Activator()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login","c":"LoginWizard","l":"addPages()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"ASSISTANT"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClient","l":"AuthClient(IMemoryObject, IMemoryObject, IAuthClientHelper)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.memory.IMemoryObject,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject,com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClientHelper","l":"AuthClientHelper()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"IViewRender","l":"build()"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewRender","l":"build()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IAIClient","l":"chatCompletion(List)","u":"chatCompletion(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClient","l":"chatCompletion(List)","u":"chatCompletion(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"ChatOrchestrator","l":"ChatOrchestrator()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"Choice()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"IMemoryMessageHistory","l":"clear()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"clear()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"clearAll()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IEclipseMemory","l":"clearAll()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClientHelper","l":"convertEndpointStringToURI(String)","u":"convertEndpointStringToURI(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClientHelper","l":"convertEndpointStringToURI(String)","u":"convertEndpointStringToURI(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClientHelper","l":"convertResponseToObject(String)","u":"convertResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClientHelper","l":"convertResponseToObject(String)","u":"convertResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"convertResponseToObject(String)","u":"convertResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClientHelper","l":"convertResponseToObject(String)","u":"convertResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewRender","l":"create()"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"PartListener","l":"create(Browser)","u":"create(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"SelectionListener","l":"create(Browser)","u":"create(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"ClearHandler","l":"create(Browser)","u":"create(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"LogoutHandler","l":"create(Browser)","u":"create(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"PromptHandler","l":"create(Browser, String)","u":"create(org.eclipse.swt.browser.Browser,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"BrowserFactory","l":"create(Composite, int)","u":"create(org.eclipse.swt.widgets.Composite,int)"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"LoginHandler","l":"create(Shell, Browser)","u":"create(org.eclipse.swt.widgets.Shell,org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"ILoginClientHelper","l":"createAuthUri(String)","u":"createAuthUri(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClientHelper","l":"createAuthUri(String)","u":"createAuthUri(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"createControl(Composite)","u":"createControl(org.eclipse.swt.widgets.Composite)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"createControl(Composite)","u":"createControl(org.eclipse.swt.widgets.Composite)"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IAIClient","l":"createMessage(Role, String)","u":"createMessage(com.developer.nefarious.zjoule.plugin.models.Role,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClient","l":"createMessage(Role, String)","u":"createMessage(com.developer.nefarious.zjoule.plugin.models.Role,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"createPartControl(Composite)","u":"createPartControl(org.eclipse.swt.widgets.Composite)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"createRequestBody(List)","u":"createRequestBody(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClientHelper","l":"createRequestBody(List)","u":"createRequestBody(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClientHelper","l":"createRequestBody(String, String)","u":"createRequestBody(java.lang.String,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClientHelper","l":"createRequestBody(String, String)","u":"createRequestBody(java.lang.String,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"deleteFromEclipsePreferences(String)","u":"deleteFromEclipsePreferences(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IEclipseMemory","l":"deleteFromEclipsePreferences(String)","u":"deleteFromEclipsePreferences(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"Deployment()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"DeploymentSelectionAdapter","l":"DeploymentSelectionAdapter(SecondLoginWizardPage, IMemoryObject)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject)"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"IObjectSerializer","l":"deserialize(String, Class)","u":"deserialize(java.lang.String,java.lang.Class)"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"ObjectSerializer","l":"deserialize(String, Class)","u":"deserialize(java.lang.String,java.lang.Class)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"dispose()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"EclipseMemory()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.utils","c":"ResourceGroupIdExtractor","l":"extractResourceGroupIds(GetResourceGroupsResponse)","u":"extractResourceGroupIds(com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"FirstLoginWizardPage(ILoginClient)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.api.ILoginClient)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"FREQUENCY_PENALTY"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"PromptHandler","l":"function(Object[])","u":"function(java.lang.Object[])"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClient","l":"getAccessToken()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClient","l":"getAccessToken()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getAccessToken()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.utils","c":"EditorContentReader","l":"getActiveEditorFileName()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"ChatOrchestrator","l":"getAnswer(String)","u":"getAnswer(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IChatOrchestrator","l":"getAnswer(String)","u":"getAnswer(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getChoices()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"AIClientFactory","l":"getClient()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"getClientId()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"getClientSecret()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"getCompletionTokens()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getConfigurationId()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getConfigurationName()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"getContent()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"getContent()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetDeploymentsResponse","l":"getCount()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetResourceGroupsResponse","l":"getCount()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getCreated()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getCreatedAt()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getCreatedAt()"},{"p":"com.developer.nefarious.zjoule.plugin.core.utils","c":"SystemProvider","l":"getCurrentSystem()"},{"p":"com.developer.nefarious.zjoule.plugin.core","c":"Activator","l":"getDefault()"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"getDeploymentDropdown()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetDeploymentsResponse","l":"getDeployments()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"ILoginClient","l":"getDeployments(ServiceKey, String)","u":"getDeployments(com.developer.nefarious.zjoule.plugin.models.ServiceKey,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClient","l":"getDeployments(ServiceKey, String)","u":"getDeployments(com.developer.nefarious.zjoule.plugin.models.ServiceKey,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"getDeploymentsForSelection()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetDeploymentsResponse","l":"GetDeploymentsResponse()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getDeploymentUrl()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getDetails()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"getEclipsePreferences()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getExpiresIn()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"getFinishReason()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getFrequencyPenalty()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getId()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getId()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"getIndex()"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"getInputText()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"ObjectSerializer","l":"getInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getJti()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getLabels()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getLastOperation()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getLatestRunningConfigurationId()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getMaxTokens()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IChatMessage","l":"getMessage()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"Instruction","l":"getMessage()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"getMessage()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"getMessage()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IAIClient","l":"getMessageHistory()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClient","l":"getMessageHistory()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"MessageHistory","l":"getMessages()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getMessages()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getModel()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getModelName()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getModifiedAt()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClient","l":"getNewAccessToken()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClient","l":"getNewAccessToken()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClient","l":"getNewAccessToken(ServiceKey)","u":"getNewAccessToken(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClient","l":"getNewAccessToken(ServiceKey)","u":"getNewAccessToken(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getObject()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getPresencePenalty()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"getPromptTokens()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getReceivedAt()"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"IViewRender","l":"getResourceContent(String)","u":"getResourceContent(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewRender","l":"getResourceContent(String)","u":"getResourceContent(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"getResourceGroupDropdown()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getResourceGroupId()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetResourceGroupsResponse","l":"getResourceGroups()"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"ILoginClient","l":"getResourceGroups(ServiceKey)","u":"getResourceGroups(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClient","l":"getResourceGroups(ServiceKey)","u":"getResourceGroups(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetResourceGroupsResponse","l":"GetResourceGroupsResponse()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IChatMessage","l":"getRole()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"getRole()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"getRole()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getScenarioId()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getScope()"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"getServiceKey()"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"getServiceKey()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"AuthClient","l":"getServiceUrl()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"IAuthClient","l":"getServiceUrl()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"getServiceURL()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getStartTime()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getStatus()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getStatus()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getStatusMessage()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getStop()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getSubmissionTime()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"getTargetStatus()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"getTemperature()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getTenantId()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"getTokenType()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"getTokenURL()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"getTotalTokens()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"getUsage()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"getValue()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"getZoneId()"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"Initialization","l":"Initialization(Browser)","u":"%3Cinit%3E(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"initialize(IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"initialize(IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"initialize(IObjectSerializer, IEclipseMemory)","u":"initialize(com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer,com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"IMemoryMessageHistory","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IMemoryObject","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"isEmpty()"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"SessionManager","l":"isUserLoggedIn()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"isValid()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"isValid()"},{"p":"com.developer.nefarious.zjoule.plugin.login.utils","c":"JsonValidator","l":"isValidJson(String)","u":"isValidJson(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"IMemoryMessageHistory","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"KEY"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"IMemoryMessageHistory","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IMemoryObject","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"load()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"loadFromEclipsePreferences(String)","u":"loadFromEclipsePreferences(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IEclipseMemory","l":"loadFromEclipsePreferences(String)","u":"loadFromEclipsePreferences(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"MessageHistoryLoader","l":"loadFromMemory(Browser)","u":"loadFromMemory(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"SessionManager","l":"login(Browser)","u":"login(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClient","l":"LoginClient(ILoginClientHelper, IAuthClient)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper,com.developer.nefarious.zjoule.plugin.auth.IAuthClient)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClientHelper","l":"LoginClientHelper()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login","c":"LoginWizard","l":"LoginWizard(Browser)","u":"%3Cinit%3E(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.auth","c":"SessionManager","l":"logout(Browser, EclipseMemory)","u":"logout(org.eclipse.swt.browser.Browser,com.developer.nefarious.zjoule.plugin.memory.EclipseMemory)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"MAX_TOKENS"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"Message()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"Message(Role, String)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.models.Role,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"MessageHistory","l":"MessageHistory()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"ServiceKeyModifyListener","l":"modifyText(ModifyEvent)","u":"modifyText(org.eclipse.swt.events.ModifyEvent)"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"ObjectSerializer","l":"ObjectSerializer()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"OpenAIChatMessage()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"OpenAIChatMessage(Role, String)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.models.Role,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClient","l":"OpenAIClient(IAuthClient, IMemoryMessageHistory, IMemoryObject, IMemoryObject, IOpenAIClientHelper)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.auth.IAuthClient,com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject,com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClientHelper","l":"OpenAIClientHelper()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"OpenAIRequestBody()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"OpenAIRequestResponse()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"PAGE_ID"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"PAGE_ID"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"ILoginClientHelper","l":"parseDeploymentsResponseToObject(String)","u":"parseDeploymentsResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClientHelper","l":"parseDeploymentsResponseToObject(String)","u":"parseDeploymentsResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"ILoginClientHelper","l":"parseResourceGroupsResponseToObject(String)","u":"parseResourceGroupsResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"LoginClientHelper","l":"parseResourceGroupsResponseToObject(String)","u":"parseResourceGroupsResponseToObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"PartListener","l":"partClosed(IWorkbenchPartReference)","u":"partClosed(org.eclipse.ui.IWorkbenchPartReference)"},{"p":"com.developer.nefarious.zjoule.plugin.login","c":"LoginWizard","l":"performFinish()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"ITemporaryMemoryObject","l":"persist()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"persist()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"persist()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"persist()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"persist()"},{"p":"com.developer.nefarious.zjoule.plugin.core","c":"Activator","l":"PLUGIN_ID"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IEclipseMemory","l":"PLUGIN_ID"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"PRESENCE_PENALTY"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"PromptHandler","l":"PromptHandler(Browser, String)","u":"%3Cinit%3E(org.eclipse.swt.browser.Browser,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.utils","c":"EditorContentReader","l":"readActiveEditorContent()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"resetInstance()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"ResourceGroup()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"ResourceGroupSelectionAdapter","l":"ResourceGroupSelectionAdapter(SecondLoginWizardPage, ILoginClient, IMemoryObject)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.pages.SecondLoginWizardPage,com.developer.nefarious.zjoule.plugin.login.api.ILoginClient,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role.RoleSerializer","l":"RoleSerializer()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"Initialization","l":"run()"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"ClearHandler","l":"run()"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"LoginHandler","l":"run()"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"LogoutHandler","l":"run()"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryAccessToken","l":"save(AccessToken)","u":"save(com.developer.nefarious.zjoule.plugin.models.AccessToken)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryAccessToken","l":"save(AccessToken)","u":"save(com.developer.nefarious.zjoule.plugin.models.AccessToken)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryDeployment","l":"save(Deployment)","u":"save(com.developer.nefarious.zjoule.plugin.models.Deployment)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryDeployment","l":"save(Deployment)","u":"save(com.developer.nefarious.zjoule.plugin.models.Deployment)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"IMemoryMessageHistory","l":"save(MessageHistory)","u":"save(com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","c":"MemoryMessageHistory","l":"save(MessageHistory)","u":"save(com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryServiceKey","l":"save(ServiceKey)","u":"save(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryServiceKey","l":"save(ServiceKey)","u":"save(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","c":"TemporaryMemoryResourceGroup","l":"save(String)","u":"save(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"MemoryResourceGroup","l":"save(String)","u":"save(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IMemoryObject","l":"save(T)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"EclipseMemory","l":"saveOnEclipsePreferences(String, String)","u":"saveOnEclipsePreferences(java.lang.String,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.memory","c":"IEclipseMemory","l":"saveOnEclipsePreferences(String, String)","u":"saveOnEclipsePreferences(java.lang.String,java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"SecondLoginWizardPage(ILoginClient, IMemoryObject, IMemoryObject)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.api.ILoginClient,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject,com.developer.nefarious.zjoule.plugin.memory.IMemoryObject)"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","c":"SelectionListener","l":"selectionChanged(IWorkbenchPart, ISelection)","u":"selectionChanged(org.eclipse.ui.IWorkbenchPart,org.eclipse.jface.viewers.ISelection)"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"IObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","c":"ObjectSerializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role.RoleSerializer","l":"serialize(Role, Type, JsonSerializationContext)","u":"serialize(com.developer.nefarious.zjoule.plugin.models.Role,java.lang.reflect.Type,com.google.gson.JsonSerializationContext)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"ServiceKey()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"ServiceKeyModifyListener","l":"ServiceKeyModifyListener(FirstLoginWizardPage, ILoginClient, Gson)","u":"%3Cinit%3E(com.developer.nefarious.zjoule.plugin.login.pages.FirstLoginWizardPage,com.developer.nefarious.zjoule.plugin.login.api.ILoginClient,com.google.gson.Gson)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setAccessToken(String)","u":"setAccessToken(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"setBrowser(Browser)","u":"setBrowser(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setChoices(List)","u":"setChoices(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"setClientId(String)","u":"setClientId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"setClientSecret(String)","u":"setClientSecret(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"setCompletionTokens(int)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setConfigurationId(String)","u":"setConfigurationId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setConfigurationName(String)","u":"setConfigurationName(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"setContent(String)","u":"setContent(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"setContent(String)","u":"setContent(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetDeploymentsResponse","l":"setCount(int)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetResourceGroupsResponse","l":"setCount(int)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setCreated(long)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setCreatedAt(String)","u":"setCreatedAt(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setCreatedAt(String)","u":"setCreatedAt(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"setDeploymentsForSelection(List)","u":"setDeploymentsForSelection(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setDeploymentUrl(String)","u":"setDeploymentUrl(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setDetails(Details)","u":"setDetails(com.developer.nefarious.zjoule.plugin.models.Details)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setExpiresIn(long)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"setFinishReason(String)","u":"setFinishReason(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"setFocus()"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setFrequencyPenalty(double)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"setIndex(int)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setJti(String)","u":"setJti(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setLabels(List)","u":"setLabels(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setLastOperation(String)","u":"setLastOperation(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setLatestRunningConfigurationId(String)","u":"setLatestRunningConfigurationId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setMaxTokens(int)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Choice","l":"setMessage(OpenAIChatMessage)","u":"setMessage(com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage)"},{"p":"com.developer.nefarious.zjoule.plugin.chat","c":"IAIClient","l":"setMessageHistory(List)","u":"setMessageHistory(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIClient","l":"setMessageHistory(List)","u":"setMessageHistory(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setMessages(List)","u":"setMessages(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"MessageHistory","l":"setMessages(List)","u":"setMessages(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setModel(String)","u":"setModel(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setModifiedAt(String)","u":"setModifiedAt(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setObject(String)","u":"setObject(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"setPartListener(PartListener)","u":"setPartListener(com.developer.nefarious.zjoule.plugin.core.events.PartListener)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setPresencePenalty(double)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"setPromptTokens(int)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setReceivedAt(Date)","u":"setReceivedAt(java.util.Date)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setResourceGroupId(String)","u":"setResourceGroupId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetResourceGroupsResponse","l":"setResourceGroups(List)","u":"setResourceGroups(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"setResourceGroupsForSelection(List)","u":"setResourceGroupsForSelection(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"setResourceGroupsOnTheSecondPage(GetResourceGroupsResponse)","u":"setResourceGroupsOnTheSecondPage(com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse)"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","c":"GetDeploymentsResponse","l":"setResources(List)","u":"setResources(java.util.List)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","c":"Message","l":"setRole(Role)","u":"setRole(com.developer.nefarious.zjoule.plugin.models.Role)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIChatMessage","l":"setRole(Role)","u":"setRole(com.developer.nefarious.zjoule.plugin.models.Role)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setScenarioId(String)","u":"setScenarioId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setScope(String)","u":"setScope(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"setSelectionListener(ISelectionListener)","u":"setSelectionListener(org.eclipse.ui.ISelectionListener)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"setServiceKey(ServiceKey)","u":"setServiceKey(com.developer.nefarious.zjoule.plugin.models.ServiceKey)"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"setShell(Shell)","u":"setShell(org.eclipse.swt.widgets.Shell)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setStartTime(String)","u":"setStartTime(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setStatus(String)","u":"setStatus(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setStatusMessage(String)","u":"setStatusMessage(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setStop(String)","u":"setStop(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setSubmissionTime(String)","u":"setSubmissionTime(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Deployment","l":"setTargetStatus(String)","u":"setTargetStatus(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"setTemperature(double)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setTenantId(String)","u":"setTenantId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"AccessToken","l":"setTokenType(String)","u":"setTokenType(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ServiceKey","l":"setTokenUrl(String)","u":"setTokenUrl(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"setTotalTokens(int)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse","l":"setUsage(OpenAIRequestResponse.Usage)","u":"setUsage(com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"FirstLoginWizardPage","l":"setValidationError(String)","u":"setValidationError(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","c":"SecondLoginWizardPage","l":"setVisible(boolean)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"ResourceGroup","l":"setZoneId(String)","u":"setZoneId(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.core","c":"Activator","l":"start(BundleContext)","u":"start(org.osgi.framework.BundleContext)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"STOP"},{"p":"com.developer.nefarious.zjoule.plugin.core","c":"Activator","l":"stop(BundleContext)","u":"stop(org.osgi.framework.BundleContext)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"SYSTEM"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"IOpenAIClientHelper","l":"TEMPERATURE"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestBody","l":"toString()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"toString()"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","c":"TagHandler","l":"update(Browser)","u":"update(org.eclipse.swt.browser.Browser)"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","c":"OpenAIRequestResponse.Usage","l":"Usage()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"USER"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.developer.nefarious.zjoule.plugin.models","c":"Role","l":"values()"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","c":"ViewListener","l":"ViewListener()","u":"%3Cinit%3E()"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"DeploymentSelectionAdapter","l":"widgetSelected(SelectionEvent)","u":"widgetSelected(org.eclipse.swt.events.SelectionEvent)"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","c":"ResourceGroupSelectionAdapter","l":"widgetSelected(SelectionEvent)","u":"widgetSelected(org.eclipse.swt.events.SelectionEvent)"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/v1.0.2/doc/module-search-index.js b/docs/v1.0.2/doc/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/docs/v1.0.2/doc/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/docs/v1.0.2/doc/options b/docs/v1.0.2/doc/options new file mode 100644 index 0000000..1e3c64b --- /dev/null +++ b/docs/v1.0.2/doc/options @@ -0,0 +1,22 @@ +-classpath +'/home/runner/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.79/bcpg-jdk18on-1.79.jar:/home/runner/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.79/bcprov-jdk18on-1.79.jar:/home/runner/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.79/bcutil-jdk18on-1.79.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.207.0.v20241030-1436/org.eclipse.ui-3.207.0.v20241030-1436.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.32.0.v20241003-0436/org.eclipse.core.runtime-3.32.0.v20241003-0436.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.22.0.v20241001-1711/org.eclipse.core.resources-3.22.0.v20241001-1711.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.22.400.v20241031-2136/org.eclipse.ui.ide-3.22.400.v20241031-2136.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.35.100.v20241003-1431/org.eclipse.jface-3.35.100.v20241003-1431.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.128.0.v20241113-2009/org.eclipse.swt-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl.ui/1.3.101.v202308010229/org.eclipse.wst.wsdl.ui-1.3.101.v202308010229.jar:/home/runner/.m2/repository/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar:/home/runner/.m2/repository/com/google/errorprone/error_prone_annotations/2.27.0/error_prone_annotations-2.27.0.jar:/home/runner/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar:/home/runner/.m2/repository/com/ibm/icu/icu4j/76.1/icu4j-76.1.jar:/home/runner/.m2/repository/p2/osgi/bundle/com.sun.jna/5.15.0.v20240915-2000/com.sun.jna-5.15.0.v20240915-2000.jar:/home/runner/.m2/repository/p2/osgi/bundle/com.sun.jna.source/5.15.0.v20240915-2000/com.sun.jna.source-5.15.0.v20240915-2000.jar:/home/runner/.m2/repository/net/java/dev/jna/jna-platform/5.15.0/jna-platform-5.15.0.jar:/home/runner/.m2/repository/net/java/dev/jna/jna/5.15.0/jna-5.15.0.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.22.0.v20241030-2121/org.eclipse.osgi-3.22.0.v20241030-2121.jar:/home/runner/.m2/repository/p2/osgi/bundle/javax.activation/1.2.2.v20221203-1659/javax.activation-1.2.2.v20221203-1659.jar:/home/runner/.m2/repository/.cache/tycho/javax.xml.rpc-1.1.0.v201209140446.jar/lib/jaxrpc.jar:/home/runner/.m2/repository/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar:/home/runner/.m2/repository/.cache/tycho/javax.xml.soap-1.2.0.v201005080501.jar/lib/saaj.jar:/home/runner/.m2/repository/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar:/home/runner/.m2/repository/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.axis/1.4.1.v20231107-0937/org.apache.axis-1.4.1.v20231107-0937.jar:/home/runner/.m2/repository/p2/osgi/bundle/javax.wsdl/1.6.2.v201012040545/javax.wsdl-1.6.2.v201012040545.jar:/home/runner/.m2/repository/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.18.0.v20241009-1200/org.apache.batik.constants-1.18.0.v20241009-1200.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-constants/1.18/batik-constants-1.18.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.18/batik-shared-resources-1.18.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.18.0.v20241009-1200/org.apache.batik.css-1.18.0.v20241009-1200.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.orbit.xml-apis-ext/1.0.0.v20240917-0534/org.eclipse.orbit.xml-apis-ext-1.0.0.v20240917-0534.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.10.0.v20241009-1200/org.apache.xmlgraphics-2.10.0.v20241009-1200.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.18.0.v20241009-1200/org.apache.batik.i18n-1.18.0.v20241009-1200.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.18.0.v20241009-1200/org.apache.batik.util-1.18.0.v20241009-1200.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-css/1.18/batik-css-1.18.jar:/home/runner/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.18/batik-i18n-1.18.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-util/1.18/batik-util-1.18.jar:/home/runner/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar:/home/runner/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.commons.collections/3.2.2.v201511171945/org.apache.commons.collections-3.2.2.v201511171945.jar:/home/runner/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/runner/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar:/home/runner/.m2/repository/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar:/home/runner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar:/home/runner/.m2/repository/org/mortbay/jasper/apache-jsp/9.0.96/apache-jsp-9.0.96.jar:/home/runner/.m2/repository/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar:/home/runner/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/5.2/jetty-schemas-5.2.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.jdom/1.1.3.v20230812-1600/org.jdom-1.1.3.v20230812-1600.jar:/home/runner/.m2/repository/org/apache/felix/org.apache.felix.scr/2.2.12/org.apache.felix.scr-2.2.12.jar:/home/runner/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar:/home/runner/.m2/repository/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar:/home/runner/.m2/repository/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar:/home/runner/.m2/repository/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar:/home/runner/.m2/repository/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.wsil4j/1.0.0.v20240917-0534/org.apache.wsil4j-1.0.0.v20240917-0534.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.uddi4j/2.0.5.v20240917-0534/org.uddi4j-2.0.5.v20240917-0534.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.xerces/2.12.2.v20230928-1306/org.apache.xerces-2.12.2.v20230928-1306.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.apache.xml.resolver/1.2.0.v20230928-1222/org.apache.xml.resolver-1.2.0.v20230928-1222.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.10/xmlgraphics-commons-2.10.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.11.200.v20241024-1455/org.eclipse.compare-3.11.200.v20241024-1455.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.26.0.v20241101-1729/org.eclipse.jface.text-3.26.0.v20241101-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.12.500.v20240915-0736/org.eclipse.ui.views-3.12.500.v20240915-0736.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.19.0.v20241112-1917/org.eclipse.ui.workbench.texteditor-3.19.0.v20241112-1917.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.9.400.v20240413-1529/org.eclipse.core.expressions-3.9.400.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.19.0.v20241106-0945/org.eclipse.ui.editors-3.19.0.v20241106-0945.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.13.400.v20240905-1138/org.eclipse.ui.forms-3.13.400.v20240905-1138.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.8.600.v20240915-0814/org.eclipse.compare.core-3.8.600.v20240915-0814.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.compare.source/3.11.200.v20241024-1455/org.eclipse.compare.source-3.11.200.v20241024-1455.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core.source/3.8.600.v20240915-0814/org.eclipse.compare.core.source-3.8.600.v20240915-0814.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.12.200.v20240627-1019/org.eclipse.core.commands-3.12.200.v20240627-1019.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.19.200.v20241004-0654/org.eclipse.equinox.common-3.19.200.v20241004-0654.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands.source/3.12.200.v20240627-1019/org.eclipse.core.commands.source-3.12.200.v20240627-1019.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.600.v20241001-1711/org.eclipse.core.contenttype-3.9.600.v20241001-1711.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.200.v20240911-1044/org.eclipse.equinox.preferences-3.11.200.v20240911-1044.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.200.v20241004-0654/org.eclipse.equinox.registry-3.12.200.v20241004-0654.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype.source/3.9.600.v20241001-1711/org.eclipse.core.contenttype.source-3.9.600.v20241001-1711.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.13.300.v20240424-0444/org.eclipse.core.databinding-1.13.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.300.v20240424-0444/org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.source-1.13.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable.source/1.13.300.v20240424-0444/org.eclipse.core.databinding.observable.source-1.13.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property.source/1.10.300.v20240424-0444/org.eclipse.core.databinding.property.source-1.10.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions.source/3.9.400.v20240413-1529/org.eclipse.core.expressions.source-3.9.400.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.8.300.v20240207-1054/org.eclipse.core.filebuffers-3.8.300.v20240207-1054.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.14.200.v20240915-0736/org.eclipse.text-3.14.200.v20240915-0736.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.11.100.v20241022-0806/org.eclipse.core.filesystem-1.11.100.v20241022-0806.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers.source/3.8.300.v20240207-1054/org.eclipse.core.filebuffers.source-3.8.300.v20240207-1054.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem.source/1.11.100.v20241022-0806/org.eclipse.core.filesystem.source-1.11.100.v20241022-0806.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.15.400.v20240619-0602/org.eclipse.core.jobs-3.15.400.v20240619-0602.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs.source/3.15.400.v20240619-0602/org.eclipse.core.jobs.source-3.15.400.v20240619-0602.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources.source/3.22.0.v20241001-1711/org.eclipse.core.resources.source-3.22.0.v20241001-1711.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.7.200.v20240722-2103/org.eclipse.equinox.app-1.7.200.v20240722-2103.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime.source/3.32.0.v20241003-0436/org.eclipse.core.runtime.source-3.32.0.v20241003-0436.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.6.500.v20240702-1152/org.eclipse.core.variables-3.6.500.v20240702-1152.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables.source/3.6.500.v20240702-1152/org.eclipse.core.variables.source-3.6.500.v20240702-1152.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.22.0.v20241113-1056/org.eclipse.debug.core-3.22.0.v20241113-1056.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core.source/3.22.0.v20241113-1056/org.eclipse.debug.core.source-3.22.0.v20241113-1056.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.18.600.v20241011-1114/org.eclipse.debug.ui-3.18.600.v20241011-1114.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.14.200.v20240918-1457/org.eclipse.ui.console-3.14.200.v20240918-1457.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.10.400.v20240415-0528/org.eclipse.help-3.10.400.v20240415-0528.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.400.v20241015-1729/org.eclipse.e4.ui.services-1.6.400.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui.source/3.18.600.v20241011-1114/org.eclipse.debug.ui.source-3.18.600.v20241011-1114.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.draw2d/3.18.0.202411181923/org.eclipse.draw2d-3.18.0.202411181923.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.draw2d.source/3.18.0.202411181923/org.eclipse.draw2d.source-3.18.0.202411181923.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.500.v20241015-1729/org.eclipse.e4.core.commands-1.1.500.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.500.v20240606-1236/org.eclipse.e4.core.di-1.9.500.v20240606-1236.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.13.0.v20241014-2013/org.eclipse.e4.core.contexts-1.13.0.v20241014-2013.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.5.0.v20241015-2219/org.eclipse.e4.core.services-2.5.0.v20241015-2219.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands.source/1.1.500.v20241015-1729/org.eclipse.e4.core.commands.source-1.1.500.v20241015-1729.jar:/home/runner/.m2/repository/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar:/home/runner/.m2/repository/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts.source/1.13.0.v20241014-2013/org.eclipse.e4.core.contexts.source-1.13.0.v20241014-2013.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.source/1.9.500.v20240606-1236/org.eclipse.e4.core.di.source-1.9.500.v20240606-1236.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations.source/1.8.400.v20240413-1529/org.eclipse.e4.core.di.annotations.source-1.8.400.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.source/0.18.300.v20240413-1529/org.eclipse.e4.core.di.extensions.source-0.18.300.v20240413-1529.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.17.600.v20241001-1711/org.eclipse.e4.core.di.extensions.supplier-0.17.600.v20241001-1711.jar:/home/runner/.m2/repository/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier.source/0.17.600.v20241001-1711/org.eclipse.e4.core.di.extensions.supplier.source-0.17.600.v20241001-1711.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services.source/2.5.0.v20241015-2219/org.eclipse.e4.core.services.source-2.5.0.v20241015-2219.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.5.0.v20240923-2023/org.eclipse.e4.emf.xpath-0.5.0.v20240923-2023.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.38.0.v20241018-1213/org.eclipse.emf.ecore-2.38.0.v20241018-1213.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath.source/0.5.0.v20240923-2023/org.eclipse.e4.emf.xpath.source-0.5.0.v20240923-2023.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.500.v20241015-1729/org.eclipse.e4.ui.bindings-0.14.500.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings.source/0.14.500.v20241015-1729/org.eclipse.e4.ui.bindings.source-0.14.500.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.500.v20240606-0949/org.eclipse.e4.ui.css.core-0.14.500.v20240606-0949.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core.source/0.14.500.v20240606-0949/org.eclipse.e4.ui.css.core.source-0.14.500.v20240606-0949.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.source/0.15.400.v20240321-1245/org.eclipse.e4.ui.css.swt.source-0.15.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme.source/0.14.400.v20240424-0956/org.eclipse.e4.ui.css.swt.theme.source-0.14.400.v20240424-0956.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.400.v20240321-1245/org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di.source/1.5.400.v20240321-1245/org.eclipse.e4.ui.di.source-1.5.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs.source/1.5.0.v20240424-0957/org.eclipse.e4.ui.dialogs.source-1.5.0.v20240424-0957.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.400.v20240923-2023/org.eclipse.e4.ui.model.workbench-2.4.400.v20240923-2023.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench.source/2.4.400.v20240923-2023/org.eclipse.e4.ui.model.workbench.source-2.4.400.v20240923-2023.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.progress/0.4.700.v20241015-1729/org.eclipse.e4.ui.progress-0.4.700.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.16.0.v20241107-1939/org.eclipse.e4.ui.workbench-1.16.0.v20241107-1939.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.600.v20241015-1729/org.eclipse.e4.ui.workbench.swt-0.17.600.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.progress.source/0.4.700.v20241015-1729/org.eclipse.e4.ui.progress.source-0.4.700.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.7.100.v20240321-1445/org.eclipse.equinox.event-1.7.100.v20240321-1445.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services.source/1.6.400.v20241015-1729/org.eclipse.e4.ui.services.source-1.6.400.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.200.v20240801-0837/org.eclipse.e4.ui.widgets-1.4.200.v20240801-0837.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets.source/1.4.200.v20240801-0837/org.eclipse.e4.ui.widgets.source-1.4.200.v20240801-0837.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.17.0.v20240604-0832/org.eclipse.emf.ecore.change-2.17.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.38.0.v20240721-0634/org.eclipse.emf.ecore.xmi-2.38.0.v20240721-0634.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.source/1.16.0.v20241107-1939/org.eclipse.e4.ui.workbench.source-1.16.0.v20241107-1939.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.600.v20241107-2150/org.eclipse.e4.ui.workbench.addons.swt-1.5.600.v20241107-2150.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.600.v20241008-1401/org.eclipse.e4.ui.workbench.renderers.swt-0.16.600.v20241008-1401.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt.source/1.5.600.v20241107-2150/org.eclipse.e4.ui.workbench.addons.swt.source-1.5.600.v20241107-2150.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.source/0.16.600.v20241008-1401/org.eclipse.e4.ui.workbench.renderers.swt.source-0.16.600.v20241008-1401.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.300.v20240424-0444/org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.3.500.v20240913-1323/org.eclipse.urischeme-1.3.500.v20240913-1323.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt.source/0.17.600.v20241015-1729/org.eclipse.e4.ui.workbench.swt.source-0.17.600.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3.source/0.17.400.v20240321-1245/org.eclipse.e4.ui.workbench3.source-0.17.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.40.0.v20240911-1027/org.eclipse.emf.common-2.40.0.v20240911-1027.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.source/2.40.0.v20240911-1027/org.eclipse.emf.common.source-2.40.0.v20240911-1027.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.24.0.v20240911-1027/org.eclipse.emf.common.ui-2.24.0.v20240911-1027.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui.source/2.24.0.v20240911-1027/org.eclipse.emf.common.ui.source-2.24.0.v20240911-1027.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.source/2.38.0.v20241018-1213/org.eclipse.emf.ecore.source-2.38.0.v20241018-1213.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change.source/2.17.0.v20240604-0832/org.eclipse.emf.ecore.change.source-2.17.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.edit/2.15.0.v20240604-0832/org.eclipse.emf.ecore.edit-2.15.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.22.0.v20240604-0832/org.eclipse.emf.edit-2.22.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.edit.source/2.15.0.v20240604-0832/org.eclipse.emf.ecore.edit.source-2.15.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi.source/2.38.0.v20240721-0634/org.eclipse.emf.ecore.xmi.source-2.38.0.v20240721-0634.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.source/2.22.0.v20240604-0832/org.eclipse.emf.edit.source-2.22.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.25.0.v20241015-0644/org.eclipse.emf.edit.ui-2.25.0.v20241015-0644.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.134.0.v20241107-2150/org.eclipse.ui.workbench-3.134.0.v20241107-2150.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202406291220/org.eclipse.nebula.widgets.cdatetime-1.5.0.202406291220.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui.source/2.25.0.v20241015-0644/org.eclipse.emf.edit.ui.source-2.25.0.v20241015-0644.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app.source/1.7.200.v20240722-2103/org.eclipse.equinox.app.source-1.7.200.v20240722-2103.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.100.v20240321-1445/org.eclipse.equinox.bidi-1.5.100.v20240321-1445.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi.source/1.5.100.v20240321-1445/org.eclipse.equinox.bidi.source-1.5.100.v20240321-1445.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common.source/3.19.200.v20241004-0654/org.eclipse.equinox.common.source-3.19.200.v20241004-0654.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event.source/1.7.100.v20240321-1445/org.eclipse.equinox.event.source-1.7.100.v20240321-1445.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin-2.3.200.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.source/2.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.source-2.3.200.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox/1.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.equinox-1.3.200.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox.source/1.3.200.v20240321-1450/org.eclipse.equinox.frameworkadmin.equinox.source-1.3.200.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.5.500.v20240918-1902/org.eclipse.equinox.p2.artifact.repository-1.5.500.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.200.v20241019-1812/org.eclipse.equinox.p2.metadata-2.9.200.v20241019-1812.jar:/home/runner/.m2/repository/org/tukaani/xz/1.10/xz-1.10.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.12.200.v20240918-1902/org.eclipse.equinox.p2.core-2.12.200.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor-1.3.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.9.200.v20241012-1120/org.eclipse.equinox.p2.repository-2.9.200.v20241012-1120.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository.source/1.5.500.v20240918-1902/org.eclipse.equinox.p2.artifact.repository.source-1.5.500.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core.source/2.12.200.v20240918-1902/org.eclipse.equinox.p2.core.source-2.12.200.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.6.500.v20240918-1902/org.eclipse.equinox.p2.director-2.6.500.v20240918-1902.jar:/home/runner/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar:/home/runner/.m2/repository/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator-1.5.300.v20240424-1301.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.300.v20240918-1902/org.eclipse.equinox.p2.engine-2.10.300.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director.source/2.6.500.v20240918-1902/org.eclipse.equinox.p2.director.source-2.6.500.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.directorywatcher/1.4.400.v20240321-1450/org.eclipse.equinox.p2.directorywatcher-1.4.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.4.300.v20240511-1722/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.300.v20240511-1722.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.9.300.v20240918-1902/org.eclipse.equinox.p2.publisher-1.9.300.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.6.300.v20240927-2148/org.eclipse.equinox.p2.publisher.eclipse-1.6.300.v20240927-2148.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.directorywatcher.source/1.4.400.v20240321-1450/org.eclipse.equinox.p2.directorywatcher.source-1.4.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.5.400.v20240515-1919/org.eclipse.equinox.p2.metadata.repository-1.5.400.v20240515-1919.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine.source/2.10.300.v20240918-1902/org.eclipse.equinox.p2.engine.source-2.10.300.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.extensionlocation/1.5.400.v20240321-1450/org.eclipse.equinox.p2.extensionlocation-1.5.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.extensionlocation.source/1.5.400.v20240321-1450/org.eclipse.equinox.p2.extensionlocation.source-1.5.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.3.400.v20241012-1120/org.eclipse.equinox.p2.garbagecollector-1.3.400.v20241012-1120.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector.source/1.3.400.v20241012-1120/org.eclipse.equinox.p2.garbagecollector.source-1.3.400.v20241012-1120.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor.source/1.3.400.v20240321-1450/org.eclipse.equinox.p2.jarprocessor.source-1.3.400.v20240321-1450.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.source/2.9.200.v20241019-1812/org.eclipse.equinox.p2.metadata.source-2.9.200.v20241019-1812.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository.source/1.5.400.v20240515-1919/org.eclipse.equinox.p2.metadata.repository.source-1.5.400.v20240515-1919.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations-2.7.400.v20240425-0751.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations.source/2.7.400.v20240425-0751/org.eclipse.equinox.p2.operations.source-2.7.400.v20240425-0751.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.source/1.9.300.v20240918-1902/org.eclipse.equinox.p2.publisher.source-1.9.300.v20240918-1902.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.3.300.v20240702-1335/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.300.v20240702-1335.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse.source/1.6.300.v20240927-2148/org.eclipse.equinox.p2.publisher.eclipse.source-1.6.300.v20240927-2148.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.4.400.v20240702-1702/org.eclipse.equinox.security-1.4.400.v20240702-1702.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.source/2.9.200.v20241012-1120/org.eclipse.equinox.p2.repository.source-2.9.200.v20241012-1120.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse.source/2.4.300.v20240511-1722/org.eclipse.equinox.p2.touchpoint.eclipse.source-2.4.300.v20240511-1722.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.8.600.v20240920-1526/org.eclipse.equinox.p2.ui-2.8.600.v20240920-1526.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui/1.4.300.v20240513-1104/org.eclipse.equinox.security.ui-1.4.300.v20240513-1104.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.source/2.8.600.v20240920-1526/org.eclipse.equinox.p2.ui.source-2.8.600.v20240920-1526.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.updatesite/1.3.500.v20241022-1057/org.eclipse.equinox.p2.updatesite-1.3.500.v20241022-1057.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.updatesite.source/1.3.500.v20241022-1057/org.eclipse.equinox.p2.updatesite.source-1.3.500.v20241022-1057.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences.source/3.11.200.v20240911-1044/org.eclipse.equinox.preferences.source-3.11.200.v20240911-1044.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry.source/3.12.200.v20241004-0654/org.eclipse.equinox.registry.source-3.12.200.v20241004-0654.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.source/1.4.400.v20240702-1702/org.eclipse.equinox.security.source-1.4.400.v20240702-1702.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security.ui.source/1.4.300.v20240513-1104/org.eclipse.equinox.security.ui.source-1.4.300.v20240513-1104.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.source/1.5.300.v20240424-1301/org.eclipse.equinox.simpleconfigurator.source-1.5.300.v20240424-1301.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator.source/2.3.300.v20240702-1335/org.eclipse.equinox.simpleconfigurator.manipulator.source-2.3.300.v20240702-1335.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.gef/3.20.0.202411181923/org.eclipse.gef-3.20.0.202411181923.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.gef.source/3.20.0.202411181923/org.eclipse.gef.source-3.20.0.202411181923.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.help.source/3.10.400.v20240415-0528/org.eclipse.help.source-3.10.400.v20240415-0528.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch/3.40.0.v20241112-0530/org.eclipse.jdt.core.compiler.batch-3.40.0.v20241112-0530.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.compiler.batch.source/3.40.0.v20241112-0530/org.eclipse.jdt.core.compiler.batch.source-3.40.0.v20241112-0530.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.source/3.35.100.v20241003-1431/org.eclipse.jface.source-3.35.100.v20241003-1431.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding.source/1.15.300.v20240424-0444/org.eclipse.jface.databinding.source-1.15.300.v20240424-0444.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.notifications/0.7.300.v20240707-1119/org.eclipse.jface.notifications-0.7.300.v20240707-1119.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.notifications.source/0.7.300.v20240707-1119/org.eclipse.jface.notifications.source-0.7.300.v20240707-1119.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text.source/3.26.0.v20241101-1729/org.eclipse.jface.text.source-3.26.0.v20241101-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.14.600.v20240905-1133/org.eclipse.ltk.core.refactoring-3.14.600.v20240905-1133.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring.source/3.14.600.v20240905-1133/org.eclipse.ltk.core.refactoring.source-3.14.600.v20240905-1133.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring-3.13.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.600.v20240918-1819/org.eclipse.ui.navigator-3.12.600.v20240918-1819.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.10.500.v20240621-0541/org.eclipse.team.core-3.10.500.v20240621-0541.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.10.500.v20240702-1152/org.eclipse.team.ui-3.10.500.v20240702-1152.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring.source/3.13.400.v20240321-1245/org.eclipse.ltk.ui.refactoring.source-3.13.400.v20240321-1245.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202406291220/org.eclipse.nebula.cwt-1.1.0.202406291220.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.orbit.xml-apis-ext.source/1.0.0.v20240917-0534/org.eclipse.orbit.xml-apis-ext.source-1.0.0.v20240917-0534.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.source/3.22.0.v20241030-2121/org.eclipse.osgi.source-3.22.0.v20241030-2121.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.7.300.v20231104-1118/org.eclipse.osgi.util-3.7.300.v20231104-1118.jar:/home/runner/.m2/repository/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar:/home/runner/.m2/repository/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar:/home/runner/.m2/repository/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.jar:/home/runner/.m2/repository/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.17.0.v20241015-1729/org.eclipse.search-3.17.0.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.search.core/3.16.400.v20241111-2025/org.eclipse.search.core-3.16.400.v20241111-2025.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.search.source/3.17.0.v20241015-1729/org.eclipse.search.source-3.17.0.v20241015-1729.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.search.core.source/3.16.400.v20241111-2025/org.eclipse.search.core.source-3.16.400.v20241111-2025.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.128.0.v20241113-2009/org.eclipse.swt.win32.win32.x86_64-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64.source/3.128.0.v20241113-2009/org.eclipse.swt.win32.win32.x86_64.source-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.team.core.source/3.10.500.v20240621-0541/org.eclipse.team.core.source-3.10.500.v20240621-0541.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui.source/3.10.500.v20240702-1152/org.eclipse.team.ui.source-3.10.500.v20240702-1152.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.text.source/3.14.200.v20240915-0736/org.eclipse.text.source-3.14.200.v20240915-0736.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.source/3.207.0.v20241030-1436/org.eclipse.ui.source-3.207.0.v20241030-1436.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console.source/3.14.200.v20240918-1457/org.eclipse.ui.console.source-3.14.200.v20240918-1457.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors.source/3.19.0.v20241106-0945/org.eclipse.ui.editors.source-3.19.0.v20241106-0945.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms.source/3.13.400.v20240905-1138/org.eclipse.ui.forms.source-3.13.400.v20240905-1138.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide.source/3.22.400.v20241031-2136/org.eclipse.ui.ide.source-3.22.400.v20241031-2136.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.source/3.12.600.v20240918-1819/org.eclipse.ui.navigator.source-3.12.600.v20240918-1819.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.source/3.12.500.v20240915-0736/org.eclipse.ui.views.source-3.12.500.v20240915-0736.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.10.400.v20240915-2200/org.eclipse.ui.views.properties.tabbed-3.10.400.v20240915-2200.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed.source/3.10.400.v20240915-2200/org.eclipse.ui.views.properties.tabbed.source-3.10.400.v20240915-2200.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.source/3.134.0.v20241107-2150/org.eclipse.ui.workbench.source-3.134.0.v20241107-2150.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor.source/3.19.0.v20241112-1917/org.eclipse.ui.workbench.texteditor.source-3.19.0.v20241112-1917.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme.source/1.3.500.v20240913-1323/org.eclipse.urischeme.source-1.3.500.v20240913-1323.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env/1.1.0.v202308010354/org.eclipse.wst.command.env-1.1.0.v202308010354.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env.core/1.1.0.v202308010229/org.eclipse.wst.command.env.core-1.1.0.v202308010229.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.frameworks/1.3.0.v202308161955/org.eclipse.wst.common.frameworks-1.3.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.environment/1.1.0.v202308161955/org.eclipse.wst.common.environment-1.1.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env.source/1.1.0.v202308010354/org.eclipse.wst.command.env.source-1.1.0.v202308010354.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env.core.source/1.1.0.v202308010229/org.eclipse.wst.command.env.core.source-1.1.0.v202308010229.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env.ui/1.2.0.v202308012257/org.eclipse.wst.command.env.ui-1.2.0.v202308012257.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.command.env.ui.source/1.2.0.v202308012257/org.eclipse.wst.command.env.ui.source-1.2.0.v202308012257.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.core/1.4.100.v202103232321/org.eclipse.wst.common.core-1.4.100.v202103232321.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.core.source/1.4.100.v202103232321/org.eclipse.wst.common.core.source-1.4.100.v202103232321.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.environment.source/1.1.0.v202308161955/org.eclipse.wst.common.environment.source-1.1.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.frameworks.source/1.3.0.v202308161955/org.eclipse.wst.common.frameworks.source-1.3.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.frameworks.ui/1.3.0.v202308161955/org.eclipse.wst.common.frameworks.ui-1.3.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.frameworks.ui.source/1.3.0.v202308161955/org.eclipse.wst.common.frameworks.ui.source-1.3.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.project.facet.core/1.5.0.v202308161955/org.eclipse.wst.common.project.facet.core-1.5.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.project.facet.core.source/1.5.0.v202308161955/org.eclipse.wst.common.project.facet.core.source-1.5.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.ui/1.2.401.v202308161955/org.eclipse.wst.common.ui-1.2.401.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.ui.source/1.2.401.v202308161955/org.eclipse.wst.common.ui.source-1.2.401.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.uriresolver/1.4.0.v202308161955/org.eclipse.wst.common.uriresolver-1.4.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.uriresolver.source/1.4.0.v202308161955/org.eclipse.wst.common.uriresolver.source-1.4.0.v202308161955.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.internet.monitor.core/1.1.0.v202304050316/org.eclipse.wst.internet.monitor.core-1.1.0.v202304050316.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.internet.monitor.core.source/1.1.0.v202304050316/org.eclipse.wst.internet.monitor.core.source-1.1.0.v202304050316.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.server.core/1.11.0.v202311141839/org.eclipse.wst.server.core-1.11.0.v202311141839.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.server.discovery/1.3.600.v202405150145/org.eclipse.wst.server.discovery-1.3.600.v202405150145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.server.core.source/1.11.0.v202311141839/org.eclipse.wst.server.core.source-1.11.0.v202311141839.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.server.discovery.source/1.3.600.v202405150145/org.eclipse.wst.server.discovery.source-1.3.600.v202405150145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.sse.core/1.2.1400.v202405130132/org.eclipse.wst.sse.core-1.2.1400.v202405130132.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.sse.core.source/1.2.1400.v202405130132/org.eclipse.wst.sse.core.source-1.2.1400.v202405130132.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.sse.ui/1.7.1000.v202409140021/org.eclipse.wst.sse.ui-1.7.1000.v202409140021.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.3.100.v202407180051/org.eclipse.wst.validation-1.3.100.v202407180051.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.sse.ui.source/1.7.1000.v202409140021/org.eclipse.wst.sse.ui.source-1.7.1000.v202409140021.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation.source/1.3.100.v202407180051/org.eclipse.wst.validation.source-1.3.100.v202407180051.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation.ui/1.3.100.v202405020134/org.eclipse.wst.validation.ui-1.3.100.v202405020134.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation.ui.source/1.3.100.v202405020134/org.eclipse.wst.validation.ui.source-1.3.100.v202405020134.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws/1.2.0.v202308010145/org.eclipse.wst.ws-1.2.0.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.parser/1.1.100.v202408150414/org.eclipse.wst.ws.parser-1.1.100.v202408150414.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.xsd/2.20.0.v20240911-0848/org.eclipse.xsd-2.20.0.v20240911-0848.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl/1.3.1.v202308012257/org.eclipse.wst.wsdl-1.3.1.v202308012257.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.service.policy/1.1.0.v202308010229/org.eclipse.wst.ws.service.policy-1.1.0.v202308010229.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.source/1.2.0.v202308010145/org.eclipse.wst.ws.source-1.2.0.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.parser.source/1.1.100.v202408150414/org.eclipse.wst.ws.parser.source-1.1.100.v202408150414.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.service.policy.source/1.1.0.v202308010229/org.eclipse.wst.ws.service.policy.source-1.1.0.v202308010229.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.service.policy.ui/1.2.0.v202311232240/org.eclipse.wst.ws.service.policy.ui-1.2.0.v202311232240.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.service.policy.ui.source/1.2.0.v202311232240/org.eclipse.wst.ws.service.policy.ui.source-1.2.0.v202311232240.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.ui/1.2.1.v202308010145/org.eclipse.wst.ws.ui-1.2.1.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.ws.ui.source/1.2.1.v202308010145/org.eclipse.wst.ws.ui.source-1.2.1.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl.source/1.3.1.v202308012257/org.eclipse.wst.wsdl.source-1.3.1.v202308012257.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xml.core/1.2.900.v202405130132/org.eclipse.wst.xml.core-1.2.900.v202405130132.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xml.ui/1.2.701.v202308160453/org.eclipse.wst.xml.ui-1.2.701.v202308160453.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xsd.ui/1.3.601.v202308160453/org.eclipse.wst.xsd.ui-1.3.601.v202308160453.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl.validation/1.3.101.v202308010145/org.eclipse.wst.wsdl.validation-1.3.101.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl.ui.source/1.3.101.v202308010229/org.eclipse.wst.wsdl.ui.source-1.3.101.v202308010229.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.wsdl.validation.source/1.3.101.v202308010145/org.eclipse.wst.wsdl.validation.source-1.3.101.v202308010145.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xml.core.source/1.2.900.v202405130132/org.eclipse.wst.xml.core.source-1.2.900.v202405130132.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xml.ui.source/1.2.701.v202308160453/org.eclipse.wst.xml.ui.source-1.2.701.v202308160453.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xsd.core/1.2.101.v202307260543/org.eclipse.wst.xsd.core-1.2.101.v202307260543.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xsd.core.source/1.2.101.v202307260543/org.eclipse.wst.xsd.core.source-1.2.101.v202307260543.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.xsd.edit/2.13.0.v20240604-0832/org.eclipse.xsd.edit-2.13.0.v20240604-0832.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.wst.xsd.ui.source/1.3.601.v202308160453/org.eclipse.wst.xsd.ui.source-1.3.601.v202308160453.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.xsd.source/2.20.0.v20240911-0848/org.eclipse.xsd.source-2.20.0.v20240911-0848.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.xsd.edit.source/2.13.0.v20240604-0832/org.eclipse.xsd.edit.source-2.13.0.v20240604-0832.jar:/home/runner/.m2/repository/org/jdom/jdom/1.1.3/jdom-1.1.3.jar:/home/runner/.m2/repository/org/mortbay/jasper/apache-el/9.0.96/apache-el-9.0.96.jar:/home/runner/.m2/repository/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.128.0.v20241113-2009/org.eclipse.swt.gtk.linux.x86_64-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64.source/3.128.0.v20241113-2009/org.eclipse.swt.gtk.linux.x86_64.source-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.128.0.v20241113-2009/org.eclipse.swt.cocoa.macosx.x86_64-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64.source/3.128.0.v20241113-2009/org.eclipse.swt.cocoa.macosx.x86_64.source-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.128.0.v20241113-2009/org.eclipse.swt.cocoa.macosx.aarch64-3.128.0.v20241113-2009.jar:/home/runner/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64.source/3.128.0.v20241113-2009/org.eclipse.swt.cocoa.macosx.aarch64.source-3.128.0.v20241113-2009.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/runner/work/zjoule/zjoule/com.developer.nefarious.zjoule.plugin/src' +-author +-bottom +'Copyright © 2025 Nicholas Coutinho Checan - The Nefarious Developer. All rights reserved.' +-charset +'UTF-8' +-d +'/home/runner/work/zjoule/zjoule/com.developer.nefarious.zjoule.plugin/target/reports/apidocs' +-docencoding +'UTF-8' +-doctitle +'zJoule - Eclipse AI Assitant' +-use +-version +-windowtitle +'zJoule Documentation' diff --git a/docs/v1.0.2/doc/overview-summary.html b/docs/v1.0.2/doc/overview-summary.html new file mode 100644 index 0000000..b2c87d3 --- /dev/null +++ b/docs/v1.0.2/doc/overview-summary.html @@ -0,0 +1,26 @@ + + + + +zJoule Documentation + + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/docs/v1.0.2/doc/overview-tree.html b/docs/v1.0.2/doc/overview-tree.html new file mode 100644 index 0000000..8cf64f6 --- /dev/null +++ b/docs/v1.0.2/doc/overview-tree.html @@ -0,0 +1,233 @@ + + + + +Class Hierarchy (zJoule Documentation) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For All Packages

+
+Package Hierarchies: + +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.developer.nefarious.zjoule.plugin.models.AccessToken
    • +
    • com.developer.nefarious.zjoule.plugin.chat.AIClientFactory
    • +
    • com.developer.nefarious.zjoule.plugin.auth.AuthClient (implements com.developer.nefarious.zjoule.plugin.auth.IAuthClient)
    • +
    • com.developer.nefarious.zjoule.plugin.auth.AuthClientHelper (implements com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper)
    • +
    • com.developer.nefarious.zjoule.plugin.core.ui.BrowserFactory
    • +
    • org.eclipse.swt.browser.BrowserFunction +
        +
      • com.developer.nefarious.zjoule.plugin.core.functions.PromptHandler
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.chat.ChatOrchestrator (implements com.developer.nefarious.zjoule.plugin.chat.IChatOrchestrator)
    • +
    • com.developer.nefarious.zjoule.plugin.models.Deployment
    • +
    • org.eclipse.jface.dialogs.DialogPage (implements org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider) +
        +
      • org.eclipse.jface.wizard.WizardPage (implements org.eclipse.jface.wizard.IWizardPage) + +
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.memory.EclipseMemory (implements com.developer.nefarious.zjoule.plugin.memory.IEclipseMemory)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.utils.EditorContentReader
    • +
    • org.eclipse.core.commands.common.EventManager +
        +
      • org.eclipse.jface.action.AbstractAction (implements org.eclipse.jface.action.IAction) +
          +
        • org.eclipse.jface.action.Action +
            +
          • com.developer.nefarious.zjoule.plugin.core.functions.ClearHandler
          • +
          • com.developer.nefarious.zjoule.plugin.core.functions.LoginHandler
          • +
          • com.developer.nefarious.zjoule.plugin.core.functions.LogoutHandler
          • +
          +
        • +
        +
      • +
      • org.eclipse.ui.part.WorkbenchPart (implements org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation) +
          +
        • org.eclipse.ui.part.ViewPart (implements org.eclipse.ui.IViewPart) +
            +
          • com.developer.nefarious.zjoule.plugin.core.ui.ViewListener
          • +
          +
        • +
        +
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.login.api.GetDeploymentsResponse
    • +
    • com.developer.nefarious.zjoule.plugin.login.api.GetResourceGroupsResponse
    • +
    • com.developer.nefarious.zjoule.plugin.core.events.Initialization (implements java.lang.Runnable)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.Instruction
    • +
    • com.developer.nefarious.zjoule.plugin.login.utils.JsonValidator
    • +
    • com.developer.nefarious.zjoule.plugin.login.api.LoginClient (implements com.developer.nefarious.zjoule.plugin.login.api.ILoginClient)
    • +
    • com.developer.nefarious.zjoule.plugin.login.api.LoginClientHelper (implements com.developer.nefarious.zjoule.plugin.login.api.ILoginClientHelper)
    • +
    • com.developer.nefarious.zjoule.plugin.memory.MemoryAccessToken (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>)
    • +
    • com.developer.nefarious.zjoule.plugin.memory.MemoryDeployment (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.memory.MemoryMessageHistory (implements com.developer.nefarious.zjoule.plugin.chat.memory.IMemoryMessageHistory)
    • +
    • com.developer.nefarious.zjoule.plugin.memory.MemoryResourceGroup (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>)
    • +
    • com.developer.nefarious.zjoule.plugin.memory.MemoryServiceKey (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.models.Message
    • +
    • com.developer.nefarious.zjoule.plugin.chat.models.MessageHistory
    • +
    • com.developer.nefarious.zjoule.plugin.core.functions.MessageHistoryLoader
    • +
    • com.developer.nefarious.zjoule.plugin.memory.utils.ObjectSerializer (implements com.developer.nefarious.zjoule.plugin.memory.utils.IObjectSerializer)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage (implements com.developer.nefarious.zjoule.plugin.chat.IChatMessage)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClient (implements com.developer.nefarious.zjoule.plugin.chat.IAIClient)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIClientHelper (implements com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper)
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestBody
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
    • +
    • com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Usage
    • +
    • com.developer.nefarious.zjoule.plugin.core.events.PartListener (implements org.eclipse.ui.IPartListener2)
    • +
    • org.eclipse.core.runtime.Plugin (implements org.osgi.framework.BundleActivator) +
        +
      • org.eclipse.ui.plugin.AbstractUIPlugin +
          +
        • com.developer.nefarious.zjoule.plugin.core.Activator
        • +
        +
      • +
      +
    • +
    • com.developer.nefarious.zjoule.plugin.models.ResourceGroup
    • +
    • com.developer.nefarious.zjoule.plugin.login.utils.ResourceGroupIdExtractor
    • +
    • com.developer.nefarious.zjoule.plugin.models.Role.RoleSerializer (implements com.google.gson.JsonSerializer<T>)
    • +
    • org.eclipse.swt.events.SelectionAdapter (implements org.eclipse.swt.events.SelectionListener) + +
    • +
    • com.developer.nefarious.zjoule.plugin.core.events.SelectionListener (implements org.eclipse.ui.ISelectionListener)
    • +
    • com.developer.nefarious.zjoule.plugin.models.ServiceKey
    • +
    • com.developer.nefarious.zjoule.plugin.login.events.ServiceKeyModifyListener (implements org.eclipse.swt.events.ModifyListener)
    • +
    • com.developer.nefarious.zjoule.plugin.auth.SessionManager
    • +
    • com.developer.nefarious.zjoule.plugin.core.utils.SystemProvider
    • +
    • com.developer.nefarious.zjoule.plugin.core.functions.TagHandler
    • +
    • com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryAccessToken (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>, com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject)
    • +
    • com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryDeployment (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>, com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject)
    • +
    • com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryResourceGroup (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>, com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject)
    • +
    • com.developer.nefarious.zjoule.plugin.login.memory.TemporaryMemoryServiceKey (implements com.developer.nefarious.zjoule.plugin.memory.IMemoryObject<T>, com.developer.nefarious.zjoule.plugin.login.memory.ITemporaryMemoryObject)
    • +
    • com.developer.nefarious.zjoule.plugin.core.ui.ViewRender (implements com.developer.nefarious.zjoule.plugin.core.ui.IViewRender)
    • +
    • org.eclipse.jface.wizard.Wizard (implements org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard) +
        +
      • com.developer.nefarious.zjoule.plugin.login.LoginWizard
      • +
      +
    • +
    +
  • +
+
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/docs/v1.0.2/doc/package-search-index.js b/docs/v1.0.2/doc/package-search-index.js new file mode 100644 index 0000000..064886d --- /dev/null +++ b/docs/v1.0.2/doc/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.developer.nefarious.zjoule.plugin.auth"},{"l":"com.developer.nefarious.zjoule.plugin.chat"},{"l":"com.developer.nefarious.zjoule.plugin.chat.memory"},{"l":"com.developer.nefarious.zjoule.plugin.chat.models"},{"l":"com.developer.nefarious.zjoule.plugin.chat.openai"},{"l":"com.developer.nefarious.zjoule.plugin.chat.utils"},{"l":"com.developer.nefarious.zjoule.plugin.core"},{"l":"com.developer.nefarious.zjoule.plugin.core.events"},{"l":"com.developer.nefarious.zjoule.plugin.core.functions"},{"l":"com.developer.nefarious.zjoule.plugin.core.ui"},{"l":"com.developer.nefarious.zjoule.plugin.core.utils"},{"l":"com.developer.nefarious.zjoule.plugin.login"},{"l":"com.developer.nefarious.zjoule.plugin.login.api"},{"l":"com.developer.nefarious.zjoule.plugin.login.events"},{"l":"com.developer.nefarious.zjoule.plugin.login.memory"},{"l":"com.developer.nefarious.zjoule.plugin.login.pages"},{"l":"com.developer.nefarious.zjoule.plugin.login.utils"},{"l":"com.developer.nefarious.zjoule.plugin.memory"},{"l":"com.developer.nefarious.zjoule.plugin.memory.utils"},{"l":"com.developer.nefarious.zjoule.plugin.models"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/v1.0.2/doc/packages b/docs/v1.0.2/doc/packages new file mode 100644 index 0000000..a46b3bd --- /dev/null +++ b/docs/v1.0.2/doc/packages @@ -0,0 +1,20 @@ +com.developer.nefarious.zjoule.plugin.core.functions +com.developer.nefarious.zjoule.plugin.core +com.developer.nefarious.zjoule.plugin.core.utils +com.developer.nefarious.zjoule.plugin.core.ui +com.developer.nefarious.zjoule.plugin.core.events +com.developer.nefarious.zjoule.plugin.models +com.developer.nefarious.zjoule.plugin.auth +com.developer.nefarious.zjoule.plugin.login.pages +com.developer.nefarious.zjoule.plugin.login.api +com.developer.nefarious.zjoule.plugin.login.utils +com.developer.nefarious.zjoule.plugin.login.events +com.developer.nefarious.zjoule.plugin.login.memory +com.developer.nefarious.zjoule.plugin.login +com.developer.nefarious.zjoule.plugin.memory +com.developer.nefarious.zjoule.plugin.memory.utils +com.developer.nefarious.zjoule.plugin.chat.models +com.developer.nefarious.zjoule.plugin.chat +com.developer.nefarious.zjoule.plugin.chat.openai +com.developer.nefarious.zjoule.plugin.chat.utils +com.developer.nefarious.zjoule.plugin.chat.memory \ No newline at end of file diff --git a/docs/v1.0.2/doc/resources/glass.png b/docs/v1.0.2/doc/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/docs/v1.0.2/doc/resources/glass.png differ diff --git a/docs/v1.0.2/doc/resources/x.png b/docs/v1.0.2/doc/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/docs/v1.0.2/doc/resources/x.png differ diff --git a/docs/v1.0.2/doc/script-dir/jquery-3.7.1.min.js b/docs/v1.0.2/doc/script-dir/jquery-3.7.1.min.js new file mode 100644 index 0000000..7f37b5d --- /dev/null +++ b/docs/v1.0.2/doc/script-dir/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/docs/v1.0.2/doc/script.js b/docs/v1.0.2/doc/script.js new file mode 100644 index 0000000..bb9c8a2 --- /dev/null +++ b/docs/v1.0.2/doc/script.js @@ -0,0 +1,253 @@ +/* + * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; + +var oddRowColor = "odd-row-color"; +var evenRowColor = "even-row-color"; +var sortAsc = "sort-asc"; +var sortDesc = "sort-desc"; +var tableTab = "table-tab"; +var activeTableTab = "active-table-tab"; + +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +// Helper for making content containing release names comparable lexicographically +function makeComparable(s) { + return s.toLowerCase().replace(/(\d+)/g, + function(n, m) { + return ("000" + m).slice(-4); + }); +} + +// Switches between two styles depending on a condition +function toggleStyle(classList, condition, trueStyle, falseStyle) { + if (condition) { + classList.remove(falseStyle); + classList.add(trueStyle); + } else { + classList.remove(trueStyle); + classList.add(falseStyle); + } +} + +// Sorts the rows in a table lexicographically by the content of a specific column +function sortTable(header, columnIndex, columns) { + var container = header.parentElement; + var descending = header.classList.contains(sortAsc); + container.querySelectorAll("div.table-header").forEach( + function(header) { + header.classList.remove(sortAsc); + header.classList.remove(sortDesc); + } + ) + var cells = container.children; + var rows = []; + for (var i = columns; i < cells.length; i += columns) { + rows.push(Array.prototype.slice.call(cells, i, i + columns)); + } + var comparator = function(a, b) { + var ka = makeComparable(a[columnIndex].textContent); + var kb = makeComparable(b[columnIndex].textContent); + if (ka < kb) + return descending ? 1 : -1; + if (ka > kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + var displaySection = visible === 0 ? 'none' : ''; + t.parentElement.style.display = displaySection; + document.querySelector("li#contents-" + id).style.display = displaySection; + }) +} + +// Shows the elements of a table belonging to a specific category +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button, button.firstElementChild); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); +} +function switchCopyLabel(button, span) { + var copied = span.getAttribute("data-copied"); + button.classList.add("visible"); + var initialLabel = span.innerHTML; + span.innerHTML = copied; + setTimeout(function() { + button.classList.remove("visible"); + setTimeout(function() { + if (initialLabel !== copied) { + span.innerHTML = initialLabel; + } + }, 100); + }, 1900); +} +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + var timeoutId; + contentDiv.addEventListener("scroll", function(e) { + if (timeoutId) { + clearTimeout(timeoutId); + } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/docs/v1.0.2/doc/search-page.js b/docs/v1.0.2/doc/search-page.js new file mode 100644 index 0000000..540c90f --- /dev/null +++ b/docs/v1.0.2/doc/search-page.js @@ -0,0 +1,284 @@ +/* + * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +"use strict"; +$(function() { + var copy = $("#page-search-copy"); + var expand = $("#page-search-expand"); + var searchLink = $("span#page-search-link"); + var redirect = $("input#search-redirect"); + function setSearchUrlTemplate() { + var href = document.location.href.split(/[#?]/)[0]; + href += "?q=" + "%s"; + if (redirect.is(":checked")) { + href += "&r=1"; + } + searchLink.html(href); + copy[0].onmouseenter(); + } + function copyLink(e) { + copyToClipboard(this.previousSibling.innerText); + switchCopyLabel(this, this.lastElementChild); + } + copy.click(copyLink); + copy[0].onmouseenter = function() {}; + redirect.click(setSearchUrlTemplate); + setSearchUrlTemplate(); + copy.prop("disabled", false); + redirect.prop("disabled", false); + expand.click(function (e) { + var searchInfo = $("div.page-search-info"); + if(this.parentElement.hasAttribute("open")) { + searchInfo.attr("style", "border-width: 0;"); + } else { + searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); + } + }); +}); +$(window).on("load", function() { + var input = $("#page-search-input"); + var reset = $("#page-search-reset"); + var notify = $("#page-search-notify"); + var resultSection = $("div#result-section"); + var resultContainer = $("div#result-container"); + var searchTerm = ""; + var activeTab = ""; + var fixedTab = false; + var visibleTabs = []; + var feelingLucky = false; + function renderResults(result) { + if (!result.length) { + notify.html(messages.noResult); + } else if (result.length === 1) { + notify.html(messages.oneResult); + } else { + notify.html(messages.manyResults.replace("{0}", result.length)); + } + resultContainer.empty(); + var r = { + "types": [], + "members": [], + "packages": [], + "modules": [], + "searchTags": [] + }; + for (var i in result) { + var item = result[i]; + var arr = r[item.category]; + arr.push(item); + } + if (!activeTab || r[activeTab].length === 0 || !fixedTab) { + Object.keys(r).reduce(function(prev, curr) { + if (r[curr].length > 0 && r[curr][0].score > prev) { + activeTab = curr; + return r[curr][0].score; + } + return prev; + }, 0); + } + if (feelingLucky && activeTab) { + notify.html(messages.redirecting) + var firstItem = r[activeTab][0]; + window.location = getURL(firstItem.indexItem, firstItem.category); + return; + } + if (result.length > 20) { + if (searchTerm[searchTerm.length - 1] === ".") { + if (activeTab === "types" && r["members"].length > r["types"].length) { + activeTab = "members"; + } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { + activeTab = "types"; + } + } + } + var categoryCount = Object.keys(r).reduce(function(prev, curr) { + return prev + (r[curr].length > 0 ? 1 : 0); + }, 0); + visibleTabs = []; + var tabContainer = $("
    ").appendTo(resultContainer); + for (var key in r) { + var id = "#result-tab-" + key.replace("searchTags", "search_tags"); + if (r[key].length) { + var count = r[key].length >= 1000 ? "999+" : r[key].length; + if (result.length > 20 && categoryCount > 1) { + var button = $("").appendTo(tabContainer); + button.click(key, function(e) { + fixedTab = true; + renderResult(e.data, $(this)); + }); + visibleTabs.push(key); + } else { + $("" + categories[key] + + " (" + count + ")").appendTo(tabContainer); + renderTable(key, r[key]).appendTo(resultContainer); + tabContainer = $("
    ").appendTo(resultContainer); + + } + } + } + if (activeTab && result.length > 20 && categoryCount > 1) { + $("button#result-tab-" + activeTab).addClass("active-table-tab"); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + } + resultSection.show(); + function renderResult(category, button) { + activeTab = category; + setSearchUrl(); + resultContainer.find("div.summary-table").remove(); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + button.siblings().removeClass("active-table-tab"); + button.addClass("active-table-tab"); + } + } + function selectTab(category) { + $("button#result-tab-" + category).click(); + } + function renderTable(category, items) { + var table = $("
    ") + .addClass(category === "modules" + ? "one-column-search-results" + : "two-column-search-results"); + var col1, col2; + if (category === "modules") { + col1 = "Module"; + } else if (category === "packages") { + col1 = "Module"; + col2 = "Package"; + } else if (category === "types") { + col1 = "Package"; + col2 = "Class" + } else if (category === "members") { + col1 = "Class"; + col2 = "Member"; + } else if (category === "searchTags") { + col1 = "Location"; + col2 = "Name"; + } + $("
    " + col1 + "
    ").appendTo(table); + if (category !== "modules") { + $("
    " + col2 + "
    ").appendTo(table); + } + $.each(items, function(index, item) { + var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; + renderItem(item, table, rowColor); + }); + return table; + } + function renderItem(item, table, rowColor) { + var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); + var link = $("") + .attr("href", getURL(item.indexItem, item.category)) + .attr("tabindex", "0") + .addClass("search-result-link") + .html(label); + var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); + if (item.category === "searchTags") { + container = item.indexItem.h || ""; + } + if (item.category !== "modules") { + $("
    ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); + } + $("
    ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); + } + var timeout; + function schedulePageSearch() { + if (timeout) { + clearTimeout(timeout); + } + timeout = setTimeout(function () { + doPageSearch() + }, 100); + } + function doPageSearch() { + setSearchUrl(); + var term = searchTerm = input.val().trim(); + if (term === "") { + notify.html(messages.enterTerm); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + resultSection.hide(); + } else { + notify.html(messages.searching); + doSearch({ term: term, maxResults: 1200 }, renderResults); + } + } + function setSearchUrl() { + var query = input.val().trim(); + var url = document.location.pathname; + if (query) { + url += "?q=" + encodeURI(query); + if (activeTab && fixedTab) { + url += "&c=" + activeTab; + } + } + history.replaceState({query: query}, "", url); + } + input.on("input", function(e) { + feelingLucky = false; + schedulePageSearch(); + }); + $(document).keydown(function(e) { + if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { + if (activeTab && visibleTabs.length > 1) { + var idx = visibleTabs.indexOf(activeTab); + idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; + selectTab(visibleTabs[idx % visibleTabs.length]); + return false; + } + } + }); + reset.click(function() { + notify.html(messages.enterTerm); + resultSection.hide(); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + input.val('').focus(); + setSearchUrl(); + }); + input.prop("disabled", false); + reset.prop("disabled", false); + + var urlParams = new URLSearchParams(window.location.search); + if (urlParams.has("q")) { + input.val(urlParams.get("q")) + } + if (urlParams.has("c")) { + activeTab = urlParams.get("c"); + fixedTab = true; + } + if (urlParams.get("r")) { + feelingLucky = true; + } + if (input.val()) { + doPageSearch(); + } else { + notify.html(messages.enterTerm); + } + input.select().focus(); +}); diff --git a/docs/v1.0.2/doc/search.html b/docs/v1.0.2/doc/search.html new file mode 100644 index 0000000..26ea093 --- /dev/null +++ b/docs/v1.0.2/doc/search.html @@ -0,0 +1,77 @@ + + + + +Search (zJoule Documentation) + + + + + + + + + + + + + + +
    + +
    +
    +

    Search

    +
    + + +
    +Additional resources +
    +
    +
    +

    The help page provides an introduction to the scope and syntax of JavaDoc search.

    +

    You can use the <ctrl> or <cmd> keys in combination with the left and right arrow keys to switch between result tabs in this page.

    +

    The URL template below may be used to configure this page as a search engine in browsers that support this feature. It has been tested to work in Google Chrome and Mozilla Firefox. Note that other browsers may not support this feature or require a different URL format.

    +link +

    + +

    +
    +

    Loading search index...

    + +
    + +
    +
    + + diff --git a/docs/v1.0.2/doc/search.js b/docs/v1.0.2/doc/search.js new file mode 100644 index 0000000..d398670 --- /dev/null +++ b/docs/v1.0.2/doc/search.js @@ -0,0 +1,458 @@ +/* + * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ +"use strict"; +const messages = { + enterTerm: "Enter a search term", + noResult: "No results found", + oneResult: "Found one result", + manyResults: "Found {0} results", + loading: "Loading search index...", + searching: "Searching...", + redirecting: "Redirecting to first result...", + linkIcon: "Link icon", + linkToSection: "Link to this section" +} +const categories = { + modules: "Modules", + packages: "Packages", + types: "Classes and Interfaces", + members: "Members", + searchTags: "Search Tags" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 300; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); + } + text += escapeHtml(str.slice(start, to)); + return text; +} +function getURLPrefix(item, category) { + var urlPrefix = ""; + var slash = "/"; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; + } else { + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; + } + }); + } + } + return urlPrefix; +} +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; + } + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); + if (isWordToken) { + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); + } + } + }); + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; +} +function findMatch(matcher, input, startOfName, endOfName) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + boundaries: boundaries + }; +} +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; + } + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; + } + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + m.category = category; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return true; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }).slice(0, maxResults); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; + }, + _renderMenu: function(ul, items) { + var currentCategory = ""; + var widget = this; + widget.menu.bindings = $(); + $.each(items, function(index, item) { + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + categories[item.category] + "
  • "); + currentCategory = item.category; + } + var li = widget._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", categories[item.category] + " : " + item.l); + } else { + li.attr("aria-label", item.l); + } + li.attr("class", "result-item"); + }); + ul.append(""); + }, + _renderItem: function(ul, item) { + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")
    " + + idx.d + "
    "); + } else { + div.html(label + " (" + idx.h + ")"); + } + } else { + div.html(label); + } + return li; + } +}); +$(function() { + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; + } + } + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; + } + }); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").each(function(idx, el) { + // Create anchor links for headers with an associated id attribute + var hdr = $(el); + var id = hdr.attr("id") || hdr.parent("section").attr("id") || hdr.children("a").attr("id"); + if (id) { + hdr.append(" " + messages.linkIcon +""); + } + }); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ + minLength: 1, + delay: 200, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push({ l: messages.noResult }); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; + $("#search-input").focus(); + } + } + }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); +}); diff --git a/docs/v1.0.2/doc/stylesheet.css b/docs/v1.0.2/doc/stylesheet.css new file mode 100644 index 0000000..f71489f --- /dev/null +++ b/docs/v1.0.2/doc/stylesheet.css @@ -0,0 +1,1272 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ +body { + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:var(--link-color); +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:var(--link-color-active); +} +pre { + font-family:var(--code-font-family); + font-size:1em; +} +h1 { + font-size:1.428em; +} +h2 { + font-size:1.285em; +} +h3 { + font-size:1.14em; +} +h4 { + font-size:1.072em; +} +h5 { + font-size:1.001em; +} +h6 { + font-size:0.93em; +} +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:var(--code-font-family); +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:var(--code-font-size); + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:var(--code-font-family); + font-size:1em; + padding-top:4px; +} +.summary-table dt code { + font-family:var(--code-font-family); + font-size:1em; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: var(--body-font-family); + font-size: 1em; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:0.915em; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +/* + * Styles for navigation bar. + */ +@media screen { + div.flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + header.flex-header { + flex: 0 0 auto; + } + div.flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + float:left; + width:100%; + clear:right; + min-height:2.8em; + padding:10px 0 0 0; + overflow:hidden; + font-size:0.857em; +} +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; +} +.sub-nav { + background-color:var(--subnav-background-color); + float:left; + width:100%; + overflow:hidden; + font-size:0.857em; +} +.sub-nav div { + clear:left; + float:left; + padding:6px; + text-transform:uppercase; +} +.sub-nav .sub-nav-list { + padding-top:4px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0; + padding:6px; + clear:none; + text-align:right; + position:relative; +} +ul.sub-nav-list li { + list-style:none; + float:left; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:var(--navbar-text-color); + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + color:var(--link-color-active); +} +.nav-bar-cell1-rev { + background-color:var(--selected-background-color); + color:var(--selected-text-color); + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header. + */ +.title { + color:var(--title-color); + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; +} +ul.contents-list li { + font-size:0.93em; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: var(--body-font-family); + font-size:0.856em; + font-weight:bold; + margin:10px 0 0 0; + color:var(--body-text-color); +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:1em; + font-family:var(--block-font-family) +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.ref-list { + padding:0; + margin:0; +} +ul.ref-list > li { + list-style:none; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.tag-list, ul.tag-list-long { + padding-left: 0; + list-style: none; +} +ul.tag-list li { + display: inline; +} +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ + content: ", "; + white-space: pre-wrap; +} +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border:1px solid var(--border-color); + border-top:0; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:var(--selected-text-color); + clear:none; + overflow:hidden; + padding: 10px 0 0 1px; + margin:0; +} +.caption a:link, .caption a:visited { + color:var(--selected-link-color); +} +.caption a:hover, +.caption a:active { + color:var(--navbar-text-color); +} +.caption span { + font-weight:bold; + white-space:nowrap; + padding:5px 12px 7px 12px; + display:inline-block; + float:left; + background-color:var(--selected-background-color); + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:10px 0 0 0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; +} +div.table-tabs > .active-table-tab { + background: var(--selected-background-color); + color: var(--selected-text-color); +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +@media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ + grid-column-end: span 2; + } +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:var(--subnav-background-color); + font-weight: bold; +} +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + +} +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +.col-first, .col-first { + font-size:0.93em; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:0.93em; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited { + font-weight:bold; +} +.even-row-color, .even-row-color .table-header { + background-color:var(--even-row-color); +} +.odd-row-color, .odd-row-color .table-header { + background-color:var(--odd-row-color); +} +/* + * Styles for contents. + */ +div.block { + font-size:var(--body-font-size); + font-family:var(--block-font-family); +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:var(--code-font-family); + font-size:1em; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); + padding:0 30px 0 0; +} +.block { + display:block; + margin:0 10px 5px 0; + color:var(--block-text-color); +} +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +details.invalid-tag, span.invalid-tag { + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); + border-radius:2px; + padding: 2px 4px; + display:inline-block; +} +details summary { + cursor: pointer; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:1; + background-color: var(--body-background-color); +} +ul.ui-autocomplete li { + float:left; + clear:both; + min-width:100%; +} +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: var(--subnav-background-color); + padding: 5px 0; + font-family: var(--body-font-family); + font-size: 0.93em; + font-weight: bolder; + z-index: 2; +} +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:var(--link-color); + float:right; + margin-right:20px; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); + padding-left:20px; + width: 250px; + margin: 0; +} +#search-input { + margin-left: 4px; +} +#reset-button { + background-color: transparent; + background-image:url('resources/x.png'); + background-repeat:no-repeat; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; +} +::placeholder { + color:var(--search-input-placeholder-color); + opacity: 1; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:var(--search-tag-highlight-color); +} +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 1em; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: var(--subnav-background-color); + border-radius: 3px; + border: 0 solid var(--border-color); + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} +.module-graph span, .sealed-graph span { + display:none; + position:absolute; +} +.module-graph:hover span, .sealed-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:var(--detail-background-color); + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +/* + * Styles for header/section anchor links + */ +a.anchor-link { + opacity: 0; + transition: opacity 0.1s; +} +:hover > a.anchor-link { + opacity: 80%; +} +a.anchor-link:hover, +a.anchor-link:focus-visible, +a.anchor-link.visible { + opacity: 100%; +} +a.anchor-link > img { + width: 0.9em; + height: 0.9em; +} +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 70%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.3s; + cursor: pointer; +} +:hover > button.copy { + opacity: 80%; +} +button.copy:hover, +button.copy:active, +button.copy:focus-visible, +button.copy.visible { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); +} +button.copy span { + color: var(--body-text-color); + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 0.76rem; + line-height: 1.2em; + opacity: 0; +} +button.copy:hover span, +button.copy:focus-visible span, +button.copy.visible span { + opacity: 100%; +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: var(--body-text-color); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; +} +div.page-search-info:hover button#page-search-copy span { + opacity: 100%; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; +} +div.snippet-container:hover button.snippet-copy span { + opacity: 100%; +} +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.striped > thead { + background-color: var(--subnav-background-color); +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped > tbody > tr:nth-child(even) { + background-color: var(--odd-row-color) +} +table.striped > tbody > tr:nth-child(odd) { + background-color: var(--even-row-color) +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak style for small screens. + */ +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; + } + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: var(--subnav-background-color); + color: var(--body-text-color); + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; + } + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:var(--link-color); + } + ul.sub-nav-list-small a:hover { + color:var(--link-color-active); + } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: var(--navbar-text-color); + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { + .about-language { + padding-right: 16px; + } + ul.nav-list li { + margin-left: 5px; + } + ul.sub-nav-list-small > li { + margin-left: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 400px) { + .about-language { + font-size: 10px; + padding-right: 12px; + } +} +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: var(--snippet-highlight-color); + border-radius: 10%; +} diff --git a/docs/v1.0.2/doc/tag-search-index.js b/docs/v1.0.2/doc/tag-search-index.js new file mode 100644 index 0000000..f2a440c --- /dev/null +++ b/docs/v1.0.2/doc/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/v1.0.2/doc/type-search-index.js b/docs/v1.0.2/doc/type-search-index.js new file mode 100644 index 0000000..f4e070a --- /dev/null +++ b/docs/v1.0.2/doc/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"com.developer.nefarious.zjoule.plugin.models","l":"AccessToken"},{"p":"com.developer.nefarious.zjoule.plugin.core","l":"Activator"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"AIClientFactory"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.developer.nefarious.zjoule.plugin.auth","l":"AuthClient"},{"p":"com.developer.nefarious.zjoule.plugin.auth","l":"AuthClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","l":"BrowserFactory"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"ChatOrchestrator"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIRequestResponse.Choice"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"ClearHandler"},{"p":"com.developer.nefarious.zjoule.plugin.models","l":"Deployment"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","l":"DeploymentSelectionAdapter"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"EclipseMemory"},{"p":"com.developer.nefarious.zjoule.plugin.chat.utils","l":"EditorContentReader"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","l":"FirstLoginWizardPage"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"GetDeploymentsResponse"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"GetResourceGroupsResponse"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"IAIClient"},{"p":"com.developer.nefarious.zjoule.plugin.auth","l":"IAuthClient"},{"p":"com.developer.nefarious.zjoule.plugin.auth","l":"IAuthClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"IChatMessage"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"IChatOrchestrator"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"IEclipseMemory"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"ILoginClient"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"ILoginClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","l":"IMemoryMessageHistory"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"IMemoryObject"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","l":"Initialization"},{"p":"com.developer.nefarious.zjoule.plugin.chat","l":"Instruction"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","l":"IObjectSerializer"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"IOpenAIClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","l":"ITemporaryMemoryObject"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","l":"IViewRender"},{"p":"com.developer.nefarious.zjoule.plugin.login.utils","l":"JsonValidator"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"LoginClient"},{"p":"com.developer.nefarious.zjoule.plugin.login.api","l":"LoginClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"LoginHandler"},{"p":"com.developer.nefarious.zjoule.plugin.login","l":"LoginWizard"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"LogoutHandler"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"MemoryAccessToken"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"MemoryDeployment"},{"p":"com.developer.nefarious.zjoule.plugin.chat.memory","l":"MemoryMessageHistory"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"MemoryResourceGroup"},{"p":"com.developer.nefarious.zjoule.plugin.memory","l":"MemoryServiceKey"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","l":"Message"},{"p":"com.developer.nefarious.zjoule.plugin.chat.models","l":"MessageHistory"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"MessageHistoryLoader"},{"p":"com.developer.nefarious.zjoule.plugin.memory.utils","l":"ObjectSerializer"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIChatMessage"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIClient"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIClientHelper"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIRequestBody"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIRequestResponse"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","l":"PartListener"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"PromptHandler"},{"p":"com.developer.nefarious.zjoule.plugin.models","l":"ResourceGroup"},{"p":"com.developer.nefarious.zjoule.plugin.login.utils","l":"ResourceGroupIdExtractor"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","l":"ResourceGroupSelectionAdapter"},{"p":"com.developer.nefarious.zjoule.plugin.models","l":"Role"},{"p":"com.developer.nefarious.zjoule.plugin.models","l":"Role.RoleSerializer"},{"p":"com.developer.nefarious.zjoule.plugin.login.pages","l":"SecondLoginWizardPage"},{"p":"com.developer.nefarious.zjoule.plugin.core.events","l":"SelectionListener"},{"p":"com.developer.nefarious.zjoule.plugin.models","l":"ServiceKey"},{"p":"com.developer.nefarious.zjoule.plugin.login.events","l":"ServiceKeyModifyListener"},{"p":"com.developer.nefarious.zjoule.plugin.auth","l":"SessionManager"},{"p":"com.developer.nefarious.zjoule.plugin.core.utils","l":"SystemProvider"},{"p":"com.developer.nefarious.zjoule.plugin.core.functions","l":"TagHandler"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","l":"TemporaryMemoryAccessToken"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","l":"TemporaryMemoryDeployment"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","l":"TemporaryMemoryResourceGroup"},{"p":"com.developer.nefarious.zjoule.plugin.login.memory","l":"TemporaryMemoryServiceKey"},{"p":"com.developer.nefarious.zjoule.plugin.chat.openai","l":"OpenAIRequestResponse.Usage"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","l":"ViewListener"},{"p":"com.developer.nefarious.zjoule.plugin.core.ui","l":"ViewRender"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/v1.0.2/plugin/artifacts.jar b/docs/v1.0.2/plugin/artifacts.jar new file mode 100644 index 0000000..2db11e3 Binary files /dev/null and b/docs/v1.0.2/plugin/artifacts.jar differ diff --git a/docs/v1.0.2/plugin/artifacts.xml.xz b/docs/v1.0.2/plugin/artifacts.xml.xz new file mode 100644 index 0000000..99e2ca5 Binary files /dev/null and b/docs/v1.0.2/plugin/artifacts.xml.xz differ diff --git a/docs/v1.0.2/plugin/content.jar b/docs/v1.0.2/plugin/content.jar new file mode 100644 index 0000000..f1aef48 Binary files /dev/null and b/docs/v1.0.2/plugin/content.jar differ diff --git a/docs/v1.0.2/plugin/content.xml.xz b/docs/v1.0.2/plugin/content.xml.xz new file mode 100644 index 0000000..2aac57d Binary files /dev/null and b/docs/v1.0.2/plugin/content.xml.xz differ diff --git a/docs/v1.0.2/plugin/features/com.developer.nefarious.zjoule_1.0.2.jar b/docs/v1.0.2/plugin/features/com.developer.nefarious.zjoule_1.0.2.jar new file mode 100644 index 0000000..8f68930 Binary files /dev/null and b/docs/v1.0.2/plugin/features/com.developer.nefarious.zjoule_1.0.2.jar differ diff --git a/docs/v1.0.2/plugin/index.html b/docs/v1.0.2/plugin/index.html new file mode 100644 index 0000000..22130f3 --- /dev/null +++ b/docs/v1.0.2/plugin/index.html @@ -0,0 +1,19 @@ + + + + + + + +com.developer.nefarious.zjoule.updatesite + + + + This is an Eclipse update site and is not meant to be viewed in a + normal browser. +
    To install zJoule, enter this update site in the Eclipse Update + Manager. +
    + + \ No newline at end of file diff --git a/docs/v1.0.2/plugin/p2.index b/docs/v1.0.2/plugin/p2.index new file mode 100644 index 0000000..a91d374 --- /dev/null +++ b/docs/v1.0.2/plugin/p2.index @@ -0,0 +1,4 @@ +#Wed Jan 08 02:12:25 UTC 2025 +artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! +metadata.repository.factory.order=content.xml.xz,content.xml,\! +version=1 diff --git a/docs/v1.0.2/plugin/plugins/com.developer.nefarious.zjoule.plugin_1.0.2.jar b/docs/v1.0.2/plugin/plugins/com.developer.nefarious.zjoule.plugin_1.0.2.jar new file mode 100644 index 0000000..49aeb16 Binary files /dev/null and b/docs/v1.0.2/plugin/plugins/com.developer.nefarious.zjoule.plugin_1.0.2.jar differ diff --git a/docs/v102.md b/docs/v102.md new file mode 100644 index 0000000..d31189a --- /dev/null +++ b/docs/v102.md @@ -0,0 +1,9 @@ +For the source code and more information, please, check the [repository releases](https://github.com/The-Nefarious-Developer/zjoule/releases/tag/v1.0.2). + +## Plugin + +Eclipse [update-site](https://zjoule.com/v1.0.2/plugin). + +## Documentation + +[Javadoc](https://zjoule.com/v1.0.2/doc) website. \ No newline at end of file