Uses of Class
org.glassfish.spec.Artifact
-
Packages that use Artifact Package Description org.glassfish.spec Utilities to enforce API metadata. -
-
Uses of Artifact in org.glassfish.spec
Methods in org.glassfish.spec that return Artifact Modifier and Type Method Description static ArtifactArtifact. fromJar(JarFile jar)Create anArtifactinstance from a given JAR file.ArtifactSpec. getArtifact()Get the Spec Artifact.Methods in org.glassfish.spec with parameters of type Artifact Modifier and Type Method Description voidSpec. setArtifact(Artifact a)Set the artifact for this spec.
-