Serialized Form
-
Package io.github.slimjar.exceptions
-
Exception io.github.slimjar.exceptions.DownloaderException
class DownloaderException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.InjectorException
class InjectorException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.ModuleExtractorException
class ModuleExtractorException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.ModuleNotFoundException
class ModuleNotFoundException extends ModuleExtractorException implements Serializable -
Exception io.github.slimjar.exceptions.NotComparableDependencyException
class NotComparableDependencyException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.OutputWriterException
class OutputWriterException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.RelocatorException
class RelocatorException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.ResolutionException
class ResolutionException extends SlimJarException implements Serializable -
Exception io.github.slimjar.exceptions.SlimJarException
class SlimJarException extends RuntimeException implements Serializable -
Exception io.github.slimjar.exceptions.UnresolvedDependencyException
class UnresolvedDependencyException extends DownloaderException implements Serializable -
Exception io.github.slimjar.exceptions.VerificationException
class VerificationException extends DownloaderException implements Serializable
-
-
Package io.github.slimjar.relocation
-
Record Class io.github.slimjar.relocation.RelocationRule
class RelocationRule extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclusions
@NotNull Collection<String> exclusions
-
inclusions
@NotNull Collection<String> inclusions
-
originalPackagePattern
@NotNull String originalPackagePattern
-
relocatedPackagePattern
@NotNull String relocatedPackagePattern
-
-
-
Package io.github.slimjar.resolver.data
-
Record Class io.github.slimjar.resolver.data.Mirror
class Mirror extends Record implements Serializable- serialVersionUID:
- 1L
-