Class PluginHubManifest.JarData
- java.lang.Object
-
- net.runelite.client.externalplugins.PluginHubManifest.JarData
-
- Enclosing class:
- PluginHubManifest
public static class PluginHubManifest.JarData extends Object
-
-
Constructor Summary
Constructors Constructor Description JarData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDisplayName()
String
getInternalName()
String
getJarHash()
int
getJarSize()
int
hashCode()
void
setDisplayName(String displayName)
void
setInternalName(String internalName)
void
setJarHash(String jarHash)
void
setJarSize(int jarSize)
String
toString()
-
-
-
Method Detail
-
getInternalName
public String getInternalName()
-
getDisplayName
public String getDisplayName()
-
getJarHash
public String getJarHash()
-
getJarSize
public int getJarSize()
-
setInternalName
public void setInternalName(String internalName)
-
setDisplayName
public void setDisplayName(String displayName)
-
setJarHash
public void setJarHash(String jarHash)
-
setJarSize
public void setJarSize(int jarSize)
-
canEqual
protected boolean canEqual(Object other)
-
-