Package com.massifmaps.packagemanager
Class PackageMetaInfo
java.lang.Object
com.massifmaps.packagemanager.PackageMetaInfo
Package meta info element. Can contain JSON-style structured data, including objects and arrays.
-
Constructor Summary
ConstructorsConstructorDescriptionPackageMetaInfo(Variant var) Constructs a new PackageMetaInfo object from existing JSON value. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this object is equal to the specified object.Returns the underlying variant.inthashCode()Returns the hash value of this object.
-
Constructor Details
-
PackageMetaInfo
Constructs a new PackageMetaInfo object from existing JSON value.- Parameters:
var- The variant to use.
-
-
Method Details
-
equals
Checks if this object is equal to the specified object. -
hashCode
public int hashCode()Returns the hash value of this object. -
getVariant
Returns the underlying variant.- Returns:
- The value of the metainfo.
-