Package io.github.javaezlib.javaez.extensions
package io.github.javaezlib.javaez.extensions
Extensions package, containing all extensions. Extensions allow functions to be added.
Existing extensions:
Core, Files, Threads, System, Security.
Add one to your code by putting import static io.github.javaezlib.javaez.extensions.TheExtension.*; at the top of your file.- Since:
- 1.0
- Author:
- Red050911
-
ClassesClassDescriptionThe core functions of JavaEZ, usually implemented in every JavaEZ project.The Files extension for handling I/O with files.The JavaEZ Security extension.The system extension, allowing the user to check system infoThreads extension for JavaEZ, allowing you to run something parallel to your other code