Class PluginHubManifest.ManifestLite
- java.lang.Object
-
- net.runelite.client.externalplugins.PluginHubManifest.ManifestLite
-
- Direct Known Subclasses:
PluginHubManifest.ManifestFull
- Enclosing class:
- PluginHubManifest
public static class PluginHubManifest.ManifestLite extends Object
-
-
Constructor Summary
Constructors Constructor Description ManifestLite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<PluginHubManifest.JarData>
getJars()
int
hashCode()
void
setJars(List<PluginHubManifest.JarData> jars)
String
toString()
-
-
-
Method Detail
-
getJars
public List<PluginHubManifest.JarData> getJars()
-
setJars
public void setJars(List<PluginHubManifest.JarData> jars)
-
canEqual
protected boolean canEqual(Object other)
-
-