A B C D E F G H I J L O P R S T V W
A
- addOrModifyVariable(String, String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
- ask(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Asks for input from the user.
B
- BackendVariableContext - Class in io.github.redstoneboy0509.javaez.backend
-
The context in which variables made using the Core extension are stored.
- BackendVariableContext() - Constructor for class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
C
- closeFile() - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Closes any open files.
- Core - Class in io.github.redstoneboy0509.javaez.extensions
-
The core functions of JavaEZ, usually implemented in every JavaEZ project.
- Core() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Core
-
D
- doIf(boolean, Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Checks if something is true and does something if it is.
- doIf(boolean, Runnable, Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Checks if something is true and does something if it is.
E
- ErrorSystem - Class in io.github.redstoneboy0509.javaez.backend
-
The backend JavaEZ error system, used for handling internal Java errors.
- ErrorSystem() - Constructor for class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
F
- Files - Class in io.github.redstoneboy0509.javaez.extensions
-
The Files extension for handling I/O with files.
- Files() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Files
-
- forever(Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Runs code forever
G
- get(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Gets a variable
- getLatestVersion() - Static method in class io.github.redstoneboy0509.javaez.JavaEZ
-
Gets the latest version
- getVariable(String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
- getVersions() - Static method in class io.github.redstoneboy0509.javaez.JavaEZ
-
Returns a list of all known versions on the Internet
H
- handleError(String) - Static method in class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
I
- info() - Static method in class io.github.redstoneboy0509.javaez.JavaEZ
-
Prints info about your version of JavaEZ
- io.github.redstoneboy0509.javaez - package io.github.redstoneboy0509.javaez
-
JavaEZ main package, everything to do with the library is in here.
- io.github.redstoneboy0509.javaez.backend - package io.github.redstoneboy0509.javaez.backend
-
Backend for JavaEZ, usually not meant to be used.
- io.github.redstoneboy0509.javaez.extensions - package io.github.redstoneboy0509.javaez.extensions
-
Extensions package, containing all extensions.
J
- JavaEZ - Class in io.github.redstoneboy0509.javaez
-
Main class for JavaEZ
- JavaEZ() - Constructor for class io.github.redstoneboy0509.javaez.JavaEZ
-
- join(String, String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Joins text together
L
- lockMyPC() - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Places the user on the sign-in screen without closing any apps.
O
- openAPath(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Opens a path in Explorer/Finder/whatever file viewer
- openFileForReading(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Opens a file in READ mode.
- openFileForWriting(String, boolean) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Opens a file in WRITE mode.
P
- printAFile(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Prints a file using whatever print system your OS uses
R
- readLine() - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Reads a line of a READ-MODE file.
- remove(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Deletes a variable
- removeVariable(String) - Static method in class io.github.redstoneboy0509.javaez.backend.BackendVariableContext
-
- runParallel(Runnable) - Static method in class io.github.redstoneboy0509.javaez.extensions.Threads
-
Allows you to run code parallel to your other code.
S
- say(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Says something in the console.
- sendError(String, String) - Static method in class io.github.redstoneboy0509.javaez.backend.ErrorSystem
-
- set(String, String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Sets/adds a variable
- System - Class in io.github.redstoneboy0509.javaez.extensions
-
The system extension, allowing the user to check system info
- System() - Constructor for class io.github.redstoneboy0509.javaez.extensions.System
-
T
- Threads - Class in io.github.redstoneboy0509.javaez.extensions
-
Threads extension for JavaEZ, allowing you to run something parallel to your other code
- Threads() - Constructor for class io.github.redstoneboy0509.javaez.extensions.Threads
-
V
- VERSION - Static variable in class io.github.redstoneboy0509.javaez.JavaEZ
-
The current version of JavaEZ.
W
- waitFor(int) - Static method in class io.github.redstoneboy0509.javaez.extensions.Core
-
Waits for a number of seconds
- whatsMyOS() - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Gets the OS name of the one who runs the program.
- whatsMySimplifiedOS() - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Gets the OS name of the one who runs the program.
- whoIsUsingThePC() - Static method in class io.github.redstoneboy0509.javaez.extensions.System
-
Returns the username of the one who is using the PC
- writeLine(String) - Static method in class io.github.redstoneboy0509.javaez.extensions.Files
-
Writes a line to a WRITE-MODE file.
A B C D E F G H I J L O P R S T V W
Copyright © 2021. All rights reserved.