From ca49c8944059c0e564bdf7b24d7e94b7dacf6b6e Mon Sep 17 00:00:00 2001 From: Etzelia Date: Tue, 4 Aug 2020 22:24:09 +0200 Subject: [PATCH] Clean up (#7) Remove docs Signed-off-by: Etzelia Add README and deploy Signed-off-by: Etzelia Reviewed-on: https://git.etztech.xyz/Minecraft/PluginAPI/pulls/7 Reviewed-by: ZeroHD --- README.md | 19 + docs/allclasses-frame.html | 30 - docs/allclasses-noframe.html | 30 - docs/constant-values.html | 122 ---- docs/deprecated-list.html | 144 ----- docs/help-doc.html | 223 ------- docs/index-files/index-1.html | 145 ----- docs/index-files/index-10.html | 154 ----- docs/index-files/index-11.html | 131 ---- docs/index-files/index-12.html | 135 ---- docs/index-files/index-13.html | 131 ---- docs/index-files/index-14.html | 134 ---- docs/index-files/index-15.html | 145 ----- docs/index-files/index-2.html | 131 ---- docs/index-files/index-3.html | 137 ----- docs/index-files/index-4.html | 129 ---- docs/index-files/index-5.html | 129 ---- docs/index-files/index-6.html | 145 ----- docs/index-files/index-7.html | 137 ----- docs/index-files/index-8.html | 135 ---- docs/index-files/index-9.html | 135 ---- docs/index.html | 75 --- docs/overview-frame.html | 25 - docs/overview-summary.html | 159 ----- docs/overview-tree.html | 175 ------ docs/package-list | 5 - docs/script.js | 30 - docs/stylesheet.css | 574 ------------------ docs/xyz/etztech/core/CoreUtils.html | 291 --------- .../etztech/core/api/IMinecraftManager.html | 244 -------- docs/xyz/etztech/core/api/package-frame.html | 20 - .../xyz/etztech/core/api/package-summary.html | 151 ----- docs/xyz/etztech/core/api/package-tree.html | 131 ---- docs/xyz/etztech/core/db/DataSource.html | 284 --------- docs/xyz/etztech/core/db/package-frame.html | 20 - docs/xyz/etztech/core/db/package-summary.html | 151 ----- docs/xyz/etztech/core/db/package-tree.html | 135 ---- .../etztech/core/maven/MavenLibraries.html | 217 ------- docs/xyz/etztech/core/maven/MavenLibrary.html | 282 --------- docs/xyz/etztech/core/maven/MavenLoader.html | 277 --------- docs/xyz/etztech/core/maven/MavenPlugin.html | 397 ------------ .../xyz/etztech/core/maven/package-frame.html | 26 - .../etztech/core/maven/package-summary.html | 180 ------ docs/xyz/etztech/core/maven/package-tree.html | 149 ----- docs/xyz/etztech/core/package-frame.html | 20 - docs/xyz/etztech/core/package-summary.html | 151 ----- docs/xyz/etztech/core/package-tree.html | 135 ---- docs/xyz/etztech/core/web/CoreResponse.html | 409 ------------- .../etztech/core/web/CoreWeb.HttpMethod.html | 343 ----------- docs/xyz/etztech/core/web/CoreWeb.html | 399 ------------ .../xyz/etztech/core/web/Http.HttpMethod.html | 344 ----------- docs/xyz/etztech/core/web/Http.Method.html | 344 ----------- docs/xyz/etztech/core/web/Http.html | 402 ------------ docs/xyz/etztech/core/web/ICallback.html | 224 ------- .../etztech/core/web/MultipartUtility.html | 367 ----------- docs/xyz/etztech/core/web/Response.html | 409 ------------- docs/xyz/etztech/core/web/package-frame.html | 30 - .../xyz/etztech/core/web/package-summary.html | 197 ------ docs/xyz/etztech/core/web/package-tree.html | 153 ----- pom.xml | 19 +- 60 files changed, 32 insertions(+), 10533 deletions(-) create mode 100644 README.md delete mode 100644 docs/allclasses-frame.html delete mode 100644 docs/allclasses-noframe.html delete mode 100644 docs/constant-values.html delete mode 100644 docs/deprecated-list.html delete mode 100644 docs/help-doc.html delete mode 100644 docs/index-files/index-1.html delete mode 100644 docs/index-files/index-10.html delete mode 100644 docs/index-files/index-11.html delete mode 100644 docs/index-files/index-12.html delete mode 100644 docs/index-files/index-13.html delete mode 100644 docs/index-files/index-14.html delete mode 100644 docs/index-files/index-15.html delete mode 100644 docs/index-files/index-2.html delete mode 100644 docs/index-files/index-3.html delete mode 100644 docs/index-files/index-4.html delete mode 100644 docs/index-files/index-5.html delete mode 100644 docs/index-files/index-6.html delete mode 100644 docs/index-files/index-7.html delete mode 100644 docs/index-files/index-8.html delete mode 100644 docs/index-files/index-9.html delete mode 100644 docs/index.html delete mode 100644 docs/overview-frame.html delete mode 100644 docs/overview-summary.html delete mode 100644 docs/overview-tree.html delete mode 100644 docs/package-list delete mode 100644 docs/script.js delete mode 100644 docs/stylesheet.css delete mode 100644 docs/xyz/etztech/core/CoreUtils.html delete mode 100644 docs/xyz/etztech/core/api/IMinecraftManager.html delete mode 100644 docs/xyz/etztech/core/api/package-frame.html delete mode 100644 docs/xyz/etztech/core/api/package-summary.html delete mode 100644 docs/xyz/etztech/core/api/package-tree.html delete mode 100644 docs/xyz/etztech/core/db/DataSource.html delete mode 100644 docs/xyz/etztech/core/db/package-frame.html delete mode 100644 docs/xyz/etztech/core/db/package-summary.html delete mode 100644 docs/xyz/etztech/core/db/package-tree.html delete mode 100644 docs/xyz/etztech/core/maven/MavenLibraries.html delete mode 100644 docs/xyz/etztech/core/maven/MavenLibrary.html delete mode 100644 docs/xyz/etztech/core/maven/MavenLoader.html delete mode 100644 docs/xyz/etztech/core/maven/MavenPlugin.html delete mode 100644 docs/xyz/etztech/core/maven/package-frame.html delete mode 100644 docs/xyz/etztech/core/maven/package-summary.html delete mode 100644 docs/xyz/etztech/core/maven/package-tree.html delete mode 100644 docs/xyz/etztech/core/package-frame.html delete mode 100644 docs/xyz/etztech/core/package-summary.html delete mode 100644 docs/xyz/etztech/core/package-tree.html delete mode 100644 docs/xyz/etztech/core/web/CoreResponse.html delete mode 100644 docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html delete mode 100644 docs/xyz/etztech/core/web/CoreWeb.html delete mode 100644 docs/xyz/etztech/core/web/Http.HttpMethod.html delete mode 100644 docs/xyz/etztech/core/web/Http.Method.html delete mode 100644 docs/xyz/etztech/core/web/Http.html delete mode 100644 docs/xyz/etztech/core/web/ICallback.html delete mode 100644 docs/xyz/etztech/core/web/MultipartUtility.html delete mode 100644 docs/xyz/etztech/core/web/Response.html delete mode 100644 docs/xyz/etztech/core/web/package-frame.html delete mode 100644 docs/xyz/etztech/core/web/package-summary.html delete mode 100644 docs/xyz/etztech/core/web/package-tree.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f94b63 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# PluginAPI + +A collection of APIs for use in plugins. + +## Releases + +[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api) + +## MinecraftManager Interface + +An interface for other plugins to hook into MCM. + +## DataSource + +A class to extend, giving your plugin an H2-backed database using HikariCP. + +## Web + +Utility methods for sending multi-part forms, as well as HTTP GET/POST with callbacks. \ No newline at end of file diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html deleted file mode 100644 index 311b464..0000000 --- a/docs/allclasses-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

- - - diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html deleted file mode 100644 index 5ca7ef0..0000000 --- a/docs/allclasses-noframe.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

- - - diff --git a/docs/constant-values.html b/docs/constant-values.html deleted file mode 100644 index 705e743..0000000 --- a/docs/constant-values.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Constant Field Values - - - - - - - - - - - -
-

Constant Field Values

-

Contents

-
- - - - - - diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html deleted file mode 100644 index bda26c4..0000000 --- a/docs/deprecated-list.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -Deprecated List - - - - - - - - -
- - - - - - - -
- - -
-

Deprecated API

-

Contents

- -
-
- - - -
- -
- - - - - - - -
- - - - diff --git a/docs/help-doc.html b/docs/help-doc.html deleted file mode 100644 index f2dfc04..0000000 --- a/docs/help-doc.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -API Help - - - - - - - - -
- - - - - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
-
    -
  • -

    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. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. 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.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    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. The classes are organized by inheritance structure starting with java.lang.Object. The 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 "Tree" displays the hierarchy for only that package.
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html deleted file mode 100644 index c782ffd..0000000 --- a/docs/index-files/index-1.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -A-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

A

-
-
addFilePart(String, File) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds an upload file section to the request
-
-
addFormField(String, String) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds a form field to the request
-
-
addHeaderField(String, String) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds a header field to the request.
-
-
asyncGet(Plugin, String, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncGetCallback(Plugin, String, Map<String, String>, ICallback) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncPost(Plugin, String, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncPostCallback(Plugin, String, Map<String, String>, ICallback) - Static method in class xyz.etztech.core.web.Http
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html deleted file mode 100644 index 2c3bfb6..0000000 --- a/docs/index-files/index-10.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -M-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

M

-
-
MavenLibraries - Annotation Type in xyz.etztech.core.maven
-
-
Allows MavenLibrary to be repeatable
-
-
MavenLibrary - Annotation Type in xyz.etztech.core.maven
-
-
Allows a plugin to declare dependencies to download at runtime, meaning no more shaded jars!
-
-
MavenLoader - Class in xyz.etztech.core.maven
-
-
A class to load any plugins with MavenLibrary annotations
-
-
MavenLoader() - Constructor for class xyz.etztech.core.maven.MavenLoader
-
 
-
MavenPlugin - Class in xyz.etztech.core.maven
-
-
Takes care of running the MavenLoader when the plugin is loaded.
-
-
MavenPlugin() - Constructor for class xyz.etztech.core.maven.MavenPlugin
-
 
-
MultipartUtility - Class in xyz.etztech.core.web
-
-
A non-Apache way to send form-data in a POST request
-
-
MultipartUtility(String, String) - Constructor for class xyz.etztech.core.web.MultipartUtility
-
-
This constructor initializes a new HTTP POST request where content type - is set to multipart/form-data
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html deleted file mode 100644 index bf7faf9..0000000 --- a/docs/index-files/index-11.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -O-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

O

-
-
onDisable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
onEnable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
onLoad() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html deleted file mode 100644 index adccf9a..0000000 --- a/docs/index-files/index-12.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -R-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

R

-
-
Response - Class in xyz.etztech.core.web
-
-
A basic class to wrap a JSON response containing a simple status and message
-
-
Response(JsonArray) - Constructor for class xyz.etztech.core.web.Response
-
 
-
Response(JsonObject) - Constructor for class xyz.etztech.core.web.Response
-
 
-
Response(String) - Constructor for class xyz.etztech.core.web.Response
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html deleted file mode 100644 index d07fec0..0000000 --- a/docs/index-files/index-13.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -S-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

S

-
-
setJson(JsonObject) - Method in class xyz.etztech.core.web.Response
-
 
-
setMessage(String) - Method in class xyz.etztech.core.web.Response
-
 
-
setStatus(Boolean) - Method in class xyz.etztech.core.web.Response
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html deleted file mode 100644 index b35643f..0000000 --- a/docs/index-files/index-14.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -V-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

V

-
-
valueOf(String) - Static method in enum xyz.etztech.core.web.Http.Method
-
-
Returns the enum constant of this type with the specified name.
-
-
values() - Static method in enum xyz.etztech.core.web.Http.Method
-
-
Returns an array containing the constants of this enum type, in -the order they are declared.
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html deleted file mode 100644 index 6421de3..0000000 --- a/docs/index-files/index-15.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -X-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

X

-
-
xyz.etztech.core - package xyz.etztech.core
-
-
PluginAPI Core for Plugins
-
-
xyz.etztech.core.api - package xyz.etztech.core.api
-
-
API classes for EtzTech plugins
-
-
xyz.etztech.core.db - package xyz.etztech.core.db
-
-
Database classes utilizing HikariCP and H2
-
-
xyz.etztech.core.maven - package xyz.etztech.core.maven
-
-
Maven annotations used to eliminate shaded plugins
-
-
xyz.etztech.core.web - package xyz.etztech.core.web
-
-
A core set of web utilities
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html deleted file mode 100644 index fb85747..0000000 --- a/docs/index-files/index-2.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -C-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

C

-
-
CoreUtils - Class in xyz.etztech.core
-
-
A core set of Plugin utilities
-
-
CoreUtils() - Constructor for class xyz.etztech.core.CoreUtils
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html deleted file mode 100644 index e0fd175..0000000 --- a/docs/index-files/index-3.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -D-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

D

-
-
DataSource - Class in xyz.etztech.core.db
-
-
A class to initialize an H2 database and retrieve connections
-
-
DataSource(JavaPlugin) - Constructor for class xyz.etztech.core.db.DataSource
-
-
Create a data source for a plugin
-
-
disable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onDisable method
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html deleted file mode 100644 index a9b255d..0000000 --- a/docs/index-files/index-4.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -E-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

E

-
-
enable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onEnable method
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html deleted file mode 100644 index 6bc71ac..0000000 --- a/docs/index-files/index-5.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -F-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

F

-
-
finish() - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Completes the request and receives response from the server.
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html deleted file mode 100644 index ab333ff..0000000 --- a/docs/index-files/index-6.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -G-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

G

-
-
getConnection() - Method in class xyz.etztech.core.db.DataSource
-
 
-
getJson() - Method in class xyz.etztech.core.web.Response
-
 
-
getLogger() - Static method in class xyz.etztech.core.CoreUtils
-
 
-
getMCJSON() - Method in class xyz.etztech.core.web.Response
-
 
-
getMCMessage() - Method in class xyz.etztech.core.web.Response
-
-
Deprecated.
-
-
getMessage() - Method in class xyz.etztech.core.web.Response
-
 
-
getSchedule() - Static method in class xyz.etztech.core.CoreUtils
-
 
-
getStatus() - Method in class xyz.etztech.core.web.Response
-
 
-
globalLog(Player, String) - Method in interface xyz.etztech.core.api.IMinecraftManager
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html deleted file mode 100644 index 2ed092a..0000000 --- a/docs/index-files/index-7.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -H-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

H

-
-
Http - Class in xyz.etztech.core.web
-
-
A static class used for HTTP calls within a plugin
-
-
Http() - Constructor for class xyz.etztech.core.web.Http
-
 
-
HTTP(String, Http.Method, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
Http.Method - Enum in xyz.etztech.core.web
-
-
Available HTTP methods to use with the raw HTTP method
-
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html deleted file mode 100644 index b89a7b9..0000000 --- a/docs/index-files/index-8.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -I-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

I

-
-
ICallback - Interface in xyz.etztech.core.web
-
-
An interface for Core async callbacks
-
-
IMinecraftManager - Interface in xyz.etztech.core.api
-
-
An interface for the MinecraftManager plugin
-
-
invoke(String) - Method in interface xyz.etztech.core.web.ICallback
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html deleted file mode 100644 index cb6629e..0000000 --- a/docs/index-files/index-9.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -L-Index - - - - - - - - -
- - - - - - - -
- - -
A C D E F G H I L M O R S V X  - - -

L

-
-
load() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onLoad method
-
-
loadAll(Class<?>) - Static method in class xyz.etztech.core.maven.MavenLoader
-
-
The bread and butter.
-
-
logOverride(boolean) - Method in interface xyz.etztech.core.api.IMinecraftManager
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - - - - - - -
- - - - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index d7c40cb..0000000 --- a/docs/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Generated Documentation (Untitled) - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/docs/overview-frame.html b/docs/overview-frame.html deleted file mode 100644 index 949d490..0000000 --- a/docs/overview-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -Overview List - - - - - - - -

 

- - diff --git a/docs/overview-summary.html b/docs/overview-summary.html deleted file mode 100644 index 248dd29..0000000 --- a/docs/overview-summary.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -Overview - - - - - - - - -
- - - - - - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
xyz.etztech.core -
PluginAPI Core for Plugins
-
xyz.etztech.core.api -
API classes for EtzTech plugins
-
xyz.etztech.core.db -
Database classes utilizing HikariCP and H2
-
xyz.etztech.core.maven -
Maven annotations used to eliminate shaded plugins
-
xyz.etztech.core.web -
A core set of web utilities
-
-
- -
- - - - - - - -
- - - - diff --git a/docs/overview-tree.html b/docs/overview-tree.html deleted file mode 100644 index 8ff8a95..0000000 --- a/docs/overview-tree.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - -Class Hierarchy - - - - - - - - -
- - - - - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object -
      -
    • xyz.etztech.core.CoreUtils
    • -
    • xyz.etztech.core.db.DataSource
    • -
    • xyz.etztech.core.web.Http
    • -
    • xyz.etztech.core.maven.MavenLoader
    • -
    • xyz.etztech.core.web.MultipartUtility
    • -
    • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin) -
        -
      • org.bukkit.plugin.java.JavaPlugin - -
      • -
      -
    • -
    • xyz.etztech.core.web.Response
    • -
    -
  • -
-

Interface Hierarchy

- -

Annotation Type Hierarchy

-
    -
  • xyz.etztech.core.maven.MavenLibraries (implements java.lang.annotation.Annotation)
  • -
  • xyz.etztech.core.maven.MavenLibrary (implements java.lang.annotation.Annotation)
  • -
-

Enum Hierarchy

-
    -
  • java.lang.Object -
      -
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -
    • -
    -
  • -
-
- -
- - - - - - - -
- - - - diff --git a/docs/package-list b/docs/package-list deleted file mode 100644 index 2b56592..0000000 --- a/docs/package-list +++ /dev/null @@ -1,5 +0,0 @@ -xyz.etztech.core -xyz.etztech.core.api -xyz.etztech.core.db -xyz.etztech.core.maven -xyz.etztech.core.web diff --git a/docs/script.js b/docs/script.js deleted file mode 100644 index b346356..0000000 --- a/docs/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/docs/stylesheet.css b/docs/stylesheet.css deleted file mode 100644 index cebb4fd..0000000 --- a/docs/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; - width:100%; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} diff --git a/docs/xyz/etztech/core/CoreUtils.html b/docs/xyz/etztech/core/CoreUtils.html deleted file mode 100644 index f7bb71c..0000000 --- a/docs/xyz/etztech/core/CoreUtils.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -CoreUtils - - - - - - - - - - - - -
-
xyz.etztech.core
-

Class CoreUtils

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.CoreUtils
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CoreUtils
    -extends java.lang.Object
    -
    A core set of Plugin utilities
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      CoreUtils() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static java.util.logging.LoggergetLogger() 
      static org.bukkit.scheduler.BukkitSchedulergetSchedule() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        CoreUtils

        -
        public CoreUtils()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSchedule

        -
        public static org.bukkit.scheduler.BukkitScheduler getSchedule()
        -
        -
        Returns:
        -
        The server scheduler
        -
        -
      • -
      - - - -
        -
      • -

        getLogger

        -
        public static java.util.logging.Logger getLogger()
        -
        -
        Returns:
        -
        The Minecraft logger
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/api/IMinecraftManager.html b/docs/xyz/etztech/core/api/IMinecraftManager.html deleted file mode 100644 index afdfa35..0000000 --- a/docs/xyz/etztech/core/api/IMinecraftManager.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -IMinecraftManager - - - - - - - - - - - - -
-
xyz.etztech.core.api
-

Interface IMinecraftManager

-
-
-
-
    -
  • -
    -
    -
    public interface IMinecraftManager
    -
    An interface for the MinecraftManager plugin
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        logOverride

        -
        void logOverride(boolean override)
        -
        -
        Parameters:
        -
        override - Override global logging for Minecraft Manager
        -
        -
      • -
      - - - -
        -
      • -

        globalLog

        -
        void globalLog(org.bukkit.entity.Player player,
        -               java.lang.String message)
        -
        -
        Parameters:
        -
        player - The player being logged
        -
        message - The message to log
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/api/package-frame.html b/docs/xyz/etztech/core/api/package-frame.html deleted file mode 100644 index 25f30d7..0000000 --- a/docs/xyz/etztech/core/api/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core.api - - - - - -

xyz.etztech.core.api

-
-

Interfaces

- -
- - diff --git a/docs/xyz/etztech/core/api/package-summary.html b/docs/xyz/etztech/core/api/package-summary.html deleted file mode 100644 index 39b938f..0000000 --- a/docs/xyz/etztech/core/api/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core.api - - - - - - - - - - - -
-

Package xyz.etztech.core.api

-
-
API classes for EtzTech plugins
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    IMinecraftManager -
    An interface for the MinecraftManager plugin
    -
    -
  • -
- - - -

Package xyz.etztech.core.api Description

-
API classes for EtzTech plugins
-
- - - - - - diff --git a/docs/xyz/etztech/core/api/package-tree.html b/docs/xyz/etztech/core/api/package-tree.html deleted file mode 100644 index 4983190..0000000 --- a/docs/xyz/etztech/core/api/package-tree.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -xyz.etztech.core.api Class Hierarchy - - - - - - - - - - - -
-

Hierarchy For Package xyz.etztech.core.api

-Package Hierarchies: - -
-
-

Interface Hierarchy

- -
- - - - - - diff --git a/docs/xyz/etztech/core/db/DataSource.html b/docs/xyz/etztech/core/db/DataSource.html deleted file mode 100644 index 6d60f80..0000000 --- a/docs/xyz/etztech/core/db/DataSource.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -DataSource - - - - - - - - - - - - -
-
xyz.etztech.core.db
-

Class DataSource

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.db.DataSource
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class DataSource
    -extends java.lang.Object
    -
    A class to initialize an H2 database and retrieve connections
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      DataSource(org.bukkit.plugin.java.JavaPlugin plugin) -
      Create a data source for a plugin
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.sql.ConnectiongetConnection() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        DataSource

        -
        public DataSource(org.bukkit.plugin.java.JavaPlugin plugin)
        -
        Create a data source for a plugin
        -
        -
        Parameters:
        -
        plugin - The plugin using this database. Used for creation purposes.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getConnection

        -
        public java.sql.Connection getConnection()
        -                                  throws java.sql.SQLException
        -
        -
        Returns:
        -
        A connection from the database
        -
        Throws:
        -
        java.sql.SQLException - If getting a connections throws an error, such as the data source being closed.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/db/package-frame.html b/docs/xyz/etztech/core/db/package-frame.html deleted file mode 100644 index 14c0931..0000000 --- a/docs/xyz/etztech/core/db/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core.db - - - - - -

xyz.etztech.core.db

-
-

Classes

- -
- - diff --git a/docs/xyz/etztech/core/db/package-summary.html b/docs/xyz/etztech/core/db/package-summary.html deleted file mode 100644 index 0c5a4af..0000000 --- a/docs/xyz/etztech/core/db/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core.db - - - - - - - - - - - -
-

Package xyz.etztech.core.db

-
-
Database classes utilizing HikariCP and H2
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    DataSource -
    A class to initialize an H2 database and retrieve connections
    -
    -
  • -
- - - -

Package xyz.etztech.core.db Description

-
Database classes utilizing HikariCP and H2
-
- - - - - - diff --git a/docs/xyz/etztech/core/db/package-tree.html b/docs/xyz/etztech/core/db/package-tree.html deleted file mode 100644 index 6166874..0000000 --- a/docs/xyz/etztech/core/db/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -xyz.etztech.core.db Class Hierarchy - - - - - - - - - - - -
-

Hierarchy For Package xyz.etztech.core.db

-Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object - -
  • -
-
- - - - - - diff --git a/docs/xyz/etztech/core/maven/MavenLibraries.html b/docs/xyz/etztech/core/maven/MavenLibraries.html deleted file mode 100644 index d6a71ad..0000000 --- a/docs/xyz/etztech/core/maven/MavenLibraries.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - -MavenLibraries - - - - - - - - - - - - -
-
xyz.etztech.core.maven
-

Annotation Type MavenLibraries

-
-
-
-
    -
  • -
    -
    -
    @Documented
    - @Target(value=TYPE)
    - @Retention(value=RUNTIME)
    -public @interface MavenLibraries
    -
    Allows MavenLibrary to be repeatable
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional Element and Description
      MavenLibrary[]value 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        public abstract MavenLibrary[] value
        -
        -
        Default:
        -
        {}
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/maven/MavenLibrary.html b/docs/xyz/etztech/core/maven/MavenLibrary.html deleted file mode 100644 index 668f301..0000000 --- a/docs/xyz/etztech/core/maven/MavenLibrary.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -MavenLibrary - - - - - - - - - - - - -
-
xyz.etztech.core.maven
-

Annotation Type MavenLibrary

-
-
-
-
    -
  • -
    -
    -
    @Documented
    - @Repeatable(value=MavenLibraries.class)
    - @Target(value=TYPE)
    - @Retention(value=RUNTIME)
    -public @interface MavenLibrary
    -
    Allows a plugin to declare dependencies to download at runtime, meaning no more shaded jars!
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Required Element Summary

      - - - - - - - - - - - - - - - - - - -
      Required Elements 
      Modifier and TypeRequired Element and Description
      java.lang.Stringartifact 
      java.lang.Stringgroup 
      java.lang.Stringversion 
      -
    • -
    - -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional Element and Description
      java.lang.Stringrepository 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        group

        -
        public abstract java.lang.String group
        -
      • -
      -
    • -
    -
      -
    • - - -
        -
      • -

        artifact

        -
        public abstract java.lang.String artifact
        -
      • -
      -
    • -
    -
      -
    • - - -
        -
      • -

        version

        -
        public abstract java.lang.String version
        -
      • -
      -
    • -
    - -
      -
    • - - -
        -
      • -

        repository

        -
        public abstract java.lang.String repository
        -
        -
        Default:
        -
        "http://repo.maven.apache.org/maven2/"
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/maven/MavenLoader.html b/docs/xyz/etztech/core/maven/MavenLoader.html deleted file mode 100644 index b94f47a..0000000 --- a/docs/xyz/etztech/core/maven/MavenLoader.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - -MavenLoader - - - - - - - - - - - - -
-
xyz.etztech.core.maven
-

Class MavenLoader

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.maven.MavenLoader
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public final class MavenLoader
    -extends java.lang.Object
    -
    A class to load any plugins with MavenLibrary annotations
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MavenLoader() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidloadAll(java.lang.Class<?> clazz) -
      The bread and butter.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MavenLoader

        -
        public MavenLoader()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        loadAll

        -
        public static void loadAll(java.lang.Class<?> clazz)
        -
        The bread and butter. This method loads all dependencies into the Java path
        -
        -
        Parameters:
        -
        clazz - The class to scan for MavenLibrary annotations
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/maven/MavenPlugin.html b/docs/xyz/etztech/core/maven/MavenPlugin.html deleted file mode 100644 index fe4a1c3..0000000 --- a/docs/xyz/etztech/core/maven/MavenPlugin.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - -MavenPlugin - - - - - - - - - - - - -
-
xyz.etztech.core.maven
-

Class MavenPlugin

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.bukkit.plugin.PluginBase
    • -
    • -
        -
      • org.bukkit.plugin.java.JavaPlugin
      • -
      • -
          -
        • xyz.etztech.core.maven.MavenPlugin
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin
    -
    -
    -
    -
    public class MavenPlugin
    -extends org.bukkit.plugin.java.JavaPlugin
    -
    Takes care of running the MavenLoader when the plugin is loaded.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MavenPlugin() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voiddisable() -
      Allows a plugin to customize their onDisable method
      -
      protected voidenable() -
      Allows a plugin to customize their onEnable method
      -
      protected voidload() -
      Allows a plugin to customize their onLoad method
      -
      voidonDisable() 
      voidonEnable() 
      voidonLoad() 
      -
        -
      • - - -

        Methods inherited from class org.bukkit.plugin.java.JavaPlugin

        -getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
      • -
      -
        -
      • - - -

        Methods inherited from class org.bukkit.plugin.PluginBase

        -equals, getName, hashCode
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface org.bukkit.plugin.Plugin

        -getSLF4JLogger
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MavenPlugin

        -
        public MavenPlugin()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        load

        -
        protected void load()
        -
        Allows a plugin to customize their onLoad method
        -
      • -
      - - - -
        -
      • -

        enable

        -
        protected void enable()
        -
        Allows a plugin to customize their onEnable method
        -
      • -
      - - - -
        -
      • -

        disable

        -
        protected void disable()
        -
        Allows a plugin to customize their onDisable method
        -
      • -
      - - - -
        -
      • -

        onLoad

        -
        public final void onLoad()
        -
        -
        Specified by:
        -
        onLoad in interface org.bukkit.plugin.Plugin
        -
        Overrides:
        -
        onLoad in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      - - - -
        -
      • -

        onEnable

        -
        public final void onEnable()
        -
        -
        Specified by:
        -
        onEnable in interface org.bukkit.plugin.Plugin
        -
        Overrides:
        -
        onEnable in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      - - - -
        -
      • -

        onDisable

        -
        public final void onDisable()
        -
        -
        Specified by:
        -
        onDisable in interface org.bukkit.plugin.Plugin
        -
        Overrides:
        -
        onDisable in class org.bukkit.plugin.java.JavaPlugin
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/maven/package-frame.html b/docs/xyz/etztech/core/maven/package-frame.html deleted file mode 100644 index 19163e7..0000000 --- a/docs/xyz/etztech/core/maven/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -xyz.etztech.core.maven - - - - - -

xyz.etztech.core.maven

-
-

Classes

- -

Annotation Types

- -
- - diff --git a/docs/xyz/etztech/core/maven/package-summary.html b/docs/xyz/etztech/core/maven/package-summary.html deleted file mode 100644 index 914b38b..0000000 --- a/docs/xyz/etztech/core/maven/package-summary.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -xyz.etztech.core.maven - - - - - - - - - - - -
-

Package xyz.etztech.core.maven

-
-
Maven annotations used to eliminate shaded plugins
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    MavenLoader -
    A class to load any plugins with MavenLibrary annotations
    -
    MavenPlugin -
    Takes care of running the MavenLoader when the plugin is loaded.
    -
    -
  • -
  • - - - - - - - - - - - - - - - - -
    Annotation Types Summary 
    Annotation TypeDescription
    MavenLibraries -
    Allows MavenLibrary to be repeatable
    -
    MavenLibrary -
    Allows a plugin to declare dependencies to download at runtime, meaning no more shaded jars!
    -
    -
  • -
- - - -

Package xyz.etztech.core.maven Description

-
Maven annotations used to eliminate shaded plugins
-
- - - - - - diff --git a/docs/xyz/etztech/core/maven/package-tree.html b/docs/xyz/etztech/core/maven/package-tree.html deleted file mode 100644 index 5db98fb..0000000 --- a/docs/xyz/etztech/core/maven/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -xyz.etztech.core.maven Class Hierarchy - - - - - - - - - - - -
-

Hierarchy For Package xyz.etztech.core.maven

-Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object -
      -
    • xyz.etztech.core.maven.MavenLoader
    • -
    • org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin) -
        -
      • org.bukkit.plugin.java.JavaPlugin - -
      • -
      -
    • -
    -
  • -
-

Annotation Type Hierarchy

-
    -
  • xyz.etztech.core.maven.MavenLibraries (implements java.lang.annotation.Annotation)
  • -
  • xyz.etztech.core.maven.MavenLibrary (implements java.lang.annotation.Annotation)
  • -
-
- - - - - - diff --git a/docs/xyz/etztech/core/package-frame.html b/docs/xyz/etztech/core/package-frame.html deleted file mode 100644 index 6c0b88a..0000000 --- a/docs/xyz/etztech/core/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core - - - - - -

xyz.etztech.core

-
-

Classes

- -
- - diff --git a/docs/xyz/etztech/core/package-summary.html b/docs/xyz/etztech/core/package-summary.html deleted file mode 100644 index 2323334..0000000 --- a/docs/xyz/etztech/core/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core - - - - - - - - - - - -
-

Package xyz.etztech.core

-
-
PluginAPI Core for Plugins
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    CoreUtils -
    A core set of Plugin utilities
    -
    -
  • -
- - - -

Package xyz.etztech.core Description

-
PluginAPI Core for Plugins
-
- - - - - - diff --git a/docs/xyz/etztech/core/package-tree.html b/docs/xyz/etztech/core/package-tree.html deleted file mode 100644 index f17b6cd..0000000 --- a/docs/xyz/etztech/core/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -xyz.etztech.core Class Hierarchy - - - - - - - - - - - -
-

Hierarchy For Package xyz.etztech.core

-Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object - -
  • -
-
- - - - - - diff --git a/docs/xyz/etztech/core/web/CoreResponse.html b/docs/xyz/etztech/core/web/CoreResponse.html deleted file mode 100644 index 73d58a1..0000000 --- a/docs/xyz/etztech/core/web/CoreResponse.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CoreResponse - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Class CoreResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.web.Response
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CoreResponse
    -extends java.lang.Object
    -
    A basic class to wrap a JSON response containing a simple status and message
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      CoreResponse(com.google.gson.JsonArray httpResponse) 
      CoreResponse(com.google.gson.JsonObject httpResponse) 
      CoreResponse(java.lang.String rawReponse) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      com.google.gson.JsonObjectgetJson() 
      net.md_5.bungee.api.chat.TextComponentgetMCJSON() 
      java.lang.StringgetMCMessage() -
      Deprecated. 
      -
      java.lang.StringgetMessage() 
      java.lang.BooleangetStatus() 
      voidsetJson(com.google.gson.JsonObject json) 
      voidsetMessage(java.lang.String message) 
      voidsetStatus(java.lang.Boolean status) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        CoreResponse

        -
        public CoreResponse(com.google.gson.JsonArray httpResponse)
        -
        -
        Parameters:
        -
        httpResponse - A JSON array e.g. multiple results from one call
        -
        -
      • -
      - - - -
        -
      • -

        CoreResponse

        -
        public CoreResponse(com.google.gson.JsonObject httpResponse)
        -
        -
        Parameters:
        -
        httpResponse - A JSON object e.g. a single result from one call
        -
        -
      • -
      - - - -
        -
      • -

        CoreResponse

        -
        public CoreResponse(java.lang.String rawReponse)
        -
        -
        Parameters:
        -
        rawReponse - A raw JSON array in string format
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getJson

        -
        public com.google.gson.JsonObject getJson()
        -
      • -
      - - - -
        -
      • -

        setJson

        -
        public void setJson(com.google.gson.JsonObject json)
        -
      • -
      - - - -
        -
      • -

        getStatus

        -
        public java.lang.Boolean getStatus()
        -
      • -
      - - - -
        -
      • -

        setStatus

        -
        public void setStatus(java.lang.Boolean status)
        -
      • -
      - - - -
        -
      • -

        getMessage

        -
        public java.lang.String getMessage()
        -
      • -
      - - - -
        -
      • -

        setMessage

        -
        public void setMessage(java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        getMCMessage

        -
        @Deprecated
        -public java.lang.String getMCMessage()
        -
        Deprecated. 
        -
        -
        Returns:
        -
        A legacy Minecraft message using color codes
        -
        -
      • -
      - - - -
        -
      • -

        getMCJSON

        -
        public net.md_5.bungee.api.chat.TextComponent getMCJSON()
        -
        -
        Returns:
        -
        A Spigot JSON message
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html b/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html deleted file mode 100644 index 1ce0a2a..0000000 --- a/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -CoreWeb.HttpMethod - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Enum CoreWeb.HttpMethod

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CoreWeb.HttpMethod>
    -
    -
    -
    Enclosing class:
    -
    CoreWeb
    -
    -
    -
    -
    public static enum CoreWeb.HttpMethod
    -extends java.lang.Enum<CoreWeb.HttpMethod>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      GET 
      POST 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static CoreWeb.HttpMethodvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static CoreWeb.HttpMethod[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CoreWeb.HttpMethod[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CoreWeb.HttpMethod c : CoreWeb.HttpMethod.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CoreWeb.HttpMethod valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (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:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/CoreWeb.html b/docs/xyz/etztech/core/web/CoreWeb.html deleted file mode 100644 index 8a2ba97..0000000 --- a/docs/xyz/etztech/core/web/CoreWeb.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -CoreWeb - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Class CoreWeb

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.web.Http
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class CoreWeb
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class CoreWeb.HttpMethod 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      CoreWeb() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidasyncGet(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data) 
      static voidasyncGetCallback(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data, - ICallback callback) 
      static voidasyncPost(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data) 
      static voidasyncPostCallback(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data, - ICallback callback) 
      static java.lang.StringHTTP(java.lang.String endpoint, - CoreWeb.HttpMethod method, - java.util.Map<java.lang.String,java.lang.String> data) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        CoreWeb

        -
        public CoreWeb()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        asyncGet

        -
        public static void asyncGet(org.bukkit.plugin.Plugin plugin,
        -                            java.lang.String url,
        -                            java.util.Map<java.lang.String,java.lang.String> data)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        -
      • -
      - - - -
        -
      • -

        asyncGetCallback

        -
        public static void asyncGetCallback(org.bukkit.plugin.Plugin plugin,
        -                                    java.lang.String url,
        -                                    java.util.Map<java.lang.String,java.lang.String> data,
        -                                    ICallback callback)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        callback - A class implementing an ICallBack to run upon completion
        -
        See Also:
        -
        ICallback
        -
        -
      • -
      - - - -
        -
      • -

        asyncPost

        -
        public static void asyncPost(org.bukkit.plugin.Plugin plugin,
        -                             java.lang.String url,
        -                             java.util.Map<java.lang.String,java.lang.String> data)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        -
      • -
      - - - -
        -
      • -

        asyncPostCallback

        -
        public static void asyncPostCallback(org.bukkit.plugin.Plugin plugin,
        -                                     java.lang.String url,
        -                                     java.util.Map<java.lang.String,java.lang.String> data,
        -                                     ICallback callback)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        callback - A class implementing an ICallBack to run upon completion
        -
        See Also:
        -
        ICallback
        -
        -
      • -
      - - - -
        -
      • -

        HTTP

        -
        public static java.lang.String HTTP(java.lang.String endpoint,
        -                                    CoreWeb.HttpMethod method,
        -                                    java.util.Map<java.lang.String,java.lang.String> data)
        -                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/Http.HttpMethod.html b/docs/xyz/etztech/core/web/Http.HttpMethod.html deleted file mode 100644 index e104ac4..0000000 --- a/docs/xyz/etztech/core/web/Http.HttpMethod.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Http.HttpMethod - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Enum Http.HttpMethod

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Http.HttpMethod>
    • -
    • -
        -
      • xyz.etztech.core.web.Http.HttpMethod
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Http.HttpMethod>
    -
    -
    -
    Enclosing class:
    -
    Http
    -
    -
    -
    -
    public static enum Http.HttpMethod
    -extends java.lang.Enum<Http.HttpMethod>
    -
    Available HTTP methods to use with the raw HTTP method
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      GET 
      POST 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static Http.HttpMethodvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Http.HttpMethod[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Http.HttpMethod[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Http.HttpMethod c : Http.HttpMethod.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Http.HttpMethod valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (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:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/Http.Method.html b/docs/xyz/etztech/core/web/Http.Method.html deleted file mode 100644 index 3e7de2c..0000000 --- a/docs/xyz/etztech/core/web/Http.Method.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Http.Method - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Enum Http.Method

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Http.Method>
    • -
    • -
        -
      • xyz.etztech.core.web.Http.Method
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Http.Method>
    -
    -
    -
    Enclosing class:
    -
    Http
    -
    -
    -
    -
    public static enum Http.Method
    -extends java.lang.Enum<Http.Method>
    -
    Available HTTP methods to use with the raw HTTP method
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      GET 
      POST 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static Http.MethodvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Http.Method[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Http.Method[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Http.Method c : Http.Method.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Http.Method valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (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:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/Http.html b/docs/xyz/etztech/core/web/Http.html deleted file mode 100644 index 01384a4..0000000 --- a/docs/xyz/etztech/core/web/Http.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - -Http - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Class Http

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.web.Http
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class Http
    -extends java.lang.Object
    -
    A static class used for HTTP calls within a plugin
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class Http.Method -
      Available HTTP methods to use with the raw HTTP method
      -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Http() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidasyncGet(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data) 
      static voidasyncGetCallback(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data, - ICallback callback) 
      static voidasyncPost(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data) 
      static voidasyncPostCallback(org.bukkit.plugin.Plugin plugin, - java.lang.String url, - java.util.Map<java.lang.String,java.lang.String> data, - ICallback callback) 
      static java.lang.StringHTTP(java.lang.String endpoint, - Http.Method method, - java.util.Map<java.lang.String,java.lang.String> data) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Http

        -
        public Http()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        asyncGet

        -
        public static void asyncGet(org.bukkit.plugin.Plugin plugin,
        -                            java.lang.String url,
        -                            java.util.Map<java.lang.String,java.lang.String> data)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        -
      • -
      - - - -
        -
      • -

        asyncGetCallback

        -
        public static void asyncGetCallback(org.bukkit.plugin.Plugin plugin,
        -                                    java.lang.String url,
        -                                    java.util.Map<java.lang.String,java.lang.String> data,
        -                                    ICallback callback)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        callback - A class implementing an ICallBack to run upon completion
        -
        See Also:
        -
        ICallback
        -
        -
      • -
      - - - -
        -
      • -

        asyncPost

        -
        public static void asyncPost(org.bukkit.plugin.Plugin plugin,
        -                             java.lang.String url,
        -                             java.util.Map<java.lang.String,java.lang.String> data)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        -
      • -
      - - - -
        -
      • -

        asyncPostCallback

        -
        public static void asyncPostCallback(org.bukkit.plugin.Plugin plugin,
        -                                     java.lang.String url,
        -                                     java.util.Map<java.lang.String,java.lang.String> data,
        -                                     ICallback callback)
        -
        -
        Parameters:
        -
        plugin - The calling plugin
        -
        url - The URL to call
        -
        data - A map of parameters
        -
        callback - A class implementing an ICallBack to run upon completion
        -
        See Also:
        -
        ICallback
        -
        -
      • -
      - - - -
        -
      • -

        HTTP

        -
        public static java.lang.String HTTP(java.lang.String endpoint,
        -                                    Http.Method method,
        -                                    java.util.Map<java.lang.String,java.lang.String> data)
        -                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/ICallback.html b/docs/xyz/etztech/core/web/ICallback.html deleted file mode 100644 index bc3491c..0000000 --- a/docs/xyz/etztech/core/web/ICallback.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - -ICallback - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Interface ICallback

-
-
-
-
    -
  • -
    -
    -
    public interface ICallback
    -
    An interface for Core async callbacks
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        invoke

        -
        void invoke(java.lang.String httpResponse)
        -
        -
        Parameters:
        -
        httpResponse - The response from the async call
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/MultipartUtility.html b/docs/xyz/etztech/core/web/MultipartUtility.html deleted file mode 100644 index f593f30..0000000 --- a/docs/xyz/etztech/core/web/MultipartUtility.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - -MultipartUtility - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Class MultipartUtility

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.web.MultipartUtility
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class MultipartUtility
    -extends java.lang.Object
    -
    A non-Apache way to send form-data in a POST request
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MultipartUtility(java.lang.String requestURL, - java.lang.String charset) -
      This constructor initializes a new HTTP POST request where content type - is set to multipart/form-data
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidaddFilePart(java.lang.String fieldName, - java.io.File uploadFile) -
      Adds an upload file section to the request
      -
      voidaddFormField(java.lang.String name, - java.lang.String value) -
      Adds a form field to the request
      -
      voidaddHeaderField(java.lang.String name, - java.lang.String value) -
      Adds a header field to the request.
      -
      java.lang.Stringfinish() -
      Completes the request and receives response from the server.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MultipartUtility

        -
        public MultipartUtility(java.lang.String requestURL,
        -                        java.lang.String charset)
        -                 throws java.io.IOException
        -
        This constructor initializes a new HTTP POST request where content type - is set to multipart/form-data
        -
        -
        Parameters:
        -
        requestURL - The URL to post to
        -
        charset - The character set to use
        -
        Throws:
        -
        java.io.IOException - If it cannot retrieve an output stream
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addFormField

        -
        public void addFormField(java.lang.String name,
        -                         java.lang.String value)
        -
        Adds a form field to the request
        -
        -
        Parameters:
        -
        name - field name
        -
        value - field value
        -
        -
      • -
      - - - -
        -
      • -

        addFilePart

        -
        public void addFilePart(java.lang.String fieldName,
        -                        java.io.File uploadFile)
        -                 throws java.io.IOException
        -
        Adds an upload file section to the request
        -
        -
        Parameters:
        -
        fieldName - name attribute in HTML input element
        -
        uploadFile - a File to be uploaded
        -
        Throws:
        -
        java.io.IOException - Could not access File
        -
        -
      • -
      - - - -
        -
      • -

        addHeaderField

        -
        public void addHeaderField(java.lang.String name,
        -                           java.lang.String value)
        -
        Adds a header field to the request.
        -
        -
        Parameters:
        -
        name - - name of the header field
        -
        value - - value of the header field
        -
        -
      • -
      - - - -
        -
      • -

        finish

        -
        public java.lang.String finish()
        -                        throws java.io.IOException
        -
        Completes the request and receives response from the server.
        -
        -
        Returns:
        -
        a String as response.
        -
        Throws:
        -
        java.io.IOException - Non-OK status
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/Response.html b/docs/xyz/etztech/core/web/Response.html deleted file mode 100644 index ba82398..0000000 --- a/docs/xyz/etztech/core/web/Response.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -Response - - - - - - - - - - - - -
-
xyz.etztech.core.web
-

Class Response

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • xyz.etztech.core.web.Response
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class Response
    -extends java.lang.Object
    -
    A basic class to wrap a JSON response containing a simple status and message
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      Response(com.google.gson.JsonArray httpResponse) 
      Response(com.google.gson.JsonObject httpResponse) 
      Response(java.lang.String rawReponse) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and TypeMethod and Description
      com.google.gson.JsonObjectgetJson() 
      net.md_5.bungee.api.chat.TextComponentgetMCJSON() 
      java.lang.StringgetMCMessage() -
      Deprecated. 
      -
      java.lang.StringgetMessage() 
      java.lang.BooleangetStatus() 
      voidsetJson(com.google.gson.JsonObject json) 
      voidsetMessage(java.lang.String message) 
      voidsetStatus(java.lang.Boolean status) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Response

        -
        public Response(com.google.gson.JsonArray httpResponse)
        -
        -
        Parameters:
        -
        httpResponse - A JSON array e.g. multiple results from one call
        -
        -
      • -
      - - - -
        -
      • -

        Response

        -
        public Response(com.google.gson.JsonObject httpResponse)
        -
        -
        Parameters:
        -
        httpResponse - A JSON object e.g. a single result from one call
        -
        -
      • -
      - - - -
        -
      • -

        Response

        -
        public Response(java.lang.String rawReponse)
        -
        -
        Parameters:
        -
        rawReponse - A raw JSON array in string format
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getJson

        -
        public com.google.gson.JsonObject getJson()
        -
      • -
      - - - -
        -
      • -

        setJson

        -
        public void setJson(com.google.gson.JsonObject json)
        -
      • -
      - - - -
        -
      • -

        getStatus

        -
        public java.lang.Boolean getStatus()
        -
      • -
      - - - -
        -
      • -

        setStatus

        -
        public void setStatus(java.lang.Boolean status)
        -
      • -
      - - - -
        -
      • -

        getMessage

        -
        public java.lang.String getMessage()
        -
      • -
      - - - -
        -
      • -

        setMessage

        -
        public void setMessage(java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        getMCMessage

        -
        @Deprecated
        -public java.lang.String getMCMessage()
        -
        Deprecated. 
        -
        -
        Returns:
        -
        A legacy Minecraft message using color codes
        -
        -
      • -
      - - - -
        -
      • -

        getMCJSON

        -
        public net.md_5.bungee.api.chat.TextComponent getMCJSON()
        -
        -
        Returns:
        -
        A Spigot JSON message
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/xyz/etztech/core/web/package-frame.html b/docs/xyz/etztech/core/web/package-frame.html deleted file mode 100644 index ab3a080..0000000 --- a/docs/xyz/etztech/core/web/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -xyz.etztech.core.web - - - - - -

xyz.etztech.core.web

-
-

Interfaces

- -

Classes

- -

Enums

- -
- - diff --git a/docs/xyz/etztech/core/web/package-summary.html b/docs/xyz/etztech/core/web/package-summary.html deleted file mode 100644 index 8d85894..0000000 --- a/docs/xyz/etztech/core/web/package-summary.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -xyz.etztech.core.web - - - - - - - - - - - -
-

Package xyz.etztech.core.web

-
-
A core set of web utilities
-
-

See: Description

-
-
-
    -
  • - - - - - - - - - - - - -
    Interface Summary 
    InterfaceDescription
    ICallback -
    An interface for Core async callbacks
    -
    -
  • -
  • - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    Http -
    A static class used for HTTP calls within a plugin
    -
    MultipartUtility -
    A non-Apache way to send form-data in a POST request
    -
    Response -
    A basic class to wrap a JSON response containing a simple status and message
    -
    -
  • -
  • - - - - - - - - - - - - -
    Enum Summary 
    EnumDescription
    Http.Method -
    Available HTTP methods to use with the raw HTTP method
    -
    -
  • -
- - - -

Package xyz.etztech.core.web Description

-
A core set of web utilities
-
- - - - - - diff --git a/docs/xyz/etztech/core/web/package-tree.html b/docs/xyz/etztech/core/web/package-tree.html deleted file mode 100644 index 3c0b2f0..0000000 --- a/docs/xyz/etztech/core/web/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - -xyz.etztech.core.web Class Hierarchy - - - - - - - - - - - -
-

Hierarchy For Package xyz.etztech.core.web

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -

Enum Hierarchy

-
    -
  • java.lang.Object -
      -
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) - -
    • -
    -
  • -
-
- - - - - - diff --git a/pom.xml b/pom.xml index 101968e..9ea3b39 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 xyz.etztech - PluginAPI + plugin-api 1.0.6 @@ -22,9 +22,9 @@ - com.destroystokyo.paper - paper-api - 1.14.4-R0.1-SNAPSHOT + org.spigotmc + spigot-api + 1.16.1-R0.1-SNAPSHOT provided @@ -41,8 +41,8 @@ - papermc - https://papermc.io/repo/repository/maven-public/ + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ mvn-repo @@ -58,4 +58,11 @@ + + + etztech + https://repo.etztech.xyz/releases + + + \ No newline at end of file