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 MetadataMetadata. fromJar(JarFile jar)Create a newMetadatainstance from a JAR file.MetadataSpec. getMetadata()Get the Spec Metadata.Methods in org.glassfish.spec with parameters of type Metadata Modifier and Type Method Description voidSpec. setMetadata(Metadata mdata)Set metadata for this spec.
-