O
- The type of object that the key referencespublic interface ObjectKey<O>
ExtensionsManager.getFileByObjectKey(ObjectKey)
)
and/or to get information about the object itself
(see ExtensionsFile.getObjectForKey(ObjectKey)
)
It is up to the actual implementations to decide what actually
makes up a key that can be used to identify an object. Implementors
of this interface should implement equals()
and
hashCode()
methods to only match with it's
own class. Implementations should be immutable.
ExtensionsManager.getFileByObjectKey(ObjectKey)
,
ExtensionsFile.getObjectForKey(ObjectKey)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDescription()
Get a string description of the key that is suitable for use
in (error) messages to users.
|