Uses of Class
de.osshangar.plugin.exception.FileFormatException
Packages that use FileFormatException
-
Uses of FileFormatException in de.osshangar.plugin
Methods in de.osshangar.plugin that throw FileFormatExceptionModifier and TypeMethodDescriptionPlugin.load(JarInputStream jarInputStream) This loads the plugin from the provided JarInputStream.Plugin.load(JarInputStream jarInputStream, Arguments constructorArguments) This loads the plugin from the provided JarInputStream and provides the given arguments to its constructor -
Uses of FileFormatException in de.osshangar.plugin.content
Methods in de.osshangar.plugin.content that throw FileFormatExceptionModifier and TypeMethodDescriptionstatic InspectorInspector.inspect(@NonNull JarInputStream jarInputStream, @NonNull Class<?> interfaceClass)