A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
_
J
- JarAccessException - class in de.griefed.serverpackcreator.api.utilities.common
- Thrown when access to a JAR-file errored.
- JarInformation - class in de.griefed.serverpackcreator.api.utilities.common
- Stores values gathered by JarUtilities.jarInformation for easy access.
- jarInformation(java.lang.Class) - function in de.griefed.serverpackcreator.api.utilities.common.JarUtilities.Companion
- Retrieve information about the environment for the given class.
- JarUtilities - class in de.griefed.serverpackcreator.api.utilities.common
- Some utilities used across ServerPackCreator, revolving around interacting with JAR-files.
- JarUtilities.Companion - class in de.griefed.serverpackcreator.api.utilities.common.JarUtilities
- Extraction of files and folders out of the running jar, used to seed the home directory.
- javaAvailable() - function in de.griefed.serverpackcreator.api.ApiProperties
- Whether a viable path to a Java executable or binary has been configured for ServerPackCreator.
- javaAvailable() - function in de.griefed.serverpackcreator.api.settings.JavaConfig
- Whether a viable path to a Java executable or binary has been configured for ServerPackCreator.
- JavaConfig - class in de.griefed.serverpackcreator.api.settings
- Settings-group for Java-installations used by ServerPackCreator: the Java for modloader-server installs with validation and system-fallback, the per-version java-paths for script-variables, and the script-autoupdate flag.
- javaPath(java.lang.Integer) - function in de.griefed.serverpackcreator.api.ApiProperties
- Get the path to the specified Java executable/binary, wrapped in an Optional for your convenience.
- javaPath(java.lang.String) - function in de.griefed.serverpackcreator.api.ApiProperties
- Get the path to the specified Java executable/binary, wrapped in an Optional for your convenience.
- javaPath(java.lang.Integer) - function in de.griefed.serverpackcreator.api.settings.JavaConfig
- Get the path to the specified Java executable/binary, wrapped in an Optional for your convenience.
- javaPath(java.lang.String) - function in de.griefed.serverpackcreator.api.settings.JavaConfig
- Get the path to the specified Java executable/binary, wrapped in an Optional for your convenience.
- javaVersion() - function in de.griefed.serverpackcreator.api.versionmeta.minecraft.MinecraftServer
- Get the Java-version of this Minecraft-server.
- JsonDescriptorScanner - class in de.griefed.serverpackcreator.api.modscanning
- Base for scanners whose descriptor is JSON: adds Jackson reading to the per-jar failure handling of DescriptorScanner, so subclasses implement read for a single jar and may throw freely.
- JsonException - class in de.griefed.serverpackcreator.api.utilities.common
- Exceptions thrown if a JSON value could not successfully be parsed.
- JsonUtilities - class in de.griefed.serverpackcreator.api.utilities.common
- JSON-based utility methods for acquiring and working with JSON from files and objects.