Uses of Class
de.osshangar.plugin.exception.FileFormatException
-
Packages that use FileFormatException Package Description de.osshangar.plugin de.osshangar.plugin.content -
-
Uses of FileFormatException in de.osshangar.plugin
Methods in de.osshangar.plugin that throw FileFormatException Modifier and Type Method Description TPlugin. load(JarInputStream jarInputStream)This loads the plugin from the provided JarInputStream.TPlugin. 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 FileFormatException Modifier and Type Method Description static InspectorInspector. inspect(@NonNull JarInputStream jarInputStream, @NonNull Class<?> interfaceClass)
-