Uses of Class
org.glassfish.spec.Metadata
-
Packages that use Metadata Package Description org.glassfish.spec Utilities to enforce API metadata. -
-
Uses of Metadata in org.glassfish.spec
Methods in org.glassfish.spec that return Metadata Modifier and Type Method Description static Metadata
Metadata. fromJar(JarFile jar)
Create a newMetadata
instance from a JAR file.Metadata
Spec. getMetadata()
Get the Spec Metadata.Methods in org.glassfish.spec with parameters of type Metadata Modifier and Type Method Description void
Spec. setMetadata(Metadata mdata)
Set metadata for this spec.
-