Package land.oras
Interface Describable
public interface Describable
Interface for describable objects
-
Method Summary
Modifier and TypeMethodDescriptionGet the manifest descriptor for this describableGet the subject
-
Method Details
-
getDescriptor
ManifestDescriptor getDescriptor()Get the manifest descriptor for this describable- Returns:
- The manifest descriptor
-
getSubject
Subject getSubject()Get the subject- Returns:
- The subject
-