Uses of Class
org.hotswap.agent.versions.ManifestInfo
-
Packages that use ManifestInfo Package Description org.hotswap.agent.versions -
-
Uses of ManifestInfo in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return ManifestInfo Modifier and Type Method Description static ManifestInfoDeploymentInfo. getManifest(Resource resource)Gets the manifest for a specific resource.Methods in org.hotswap.agent.versions that return types with arguments of type ManifestInfo Modifier and Type Method Description Set<ManifestInfo>DeploymentInfo. getManifest()Gets the manifest attributes.static Set<ManifestInfo>DeploymentInfo. getManifest(ClassLoader classloader)Gets the manifest Info.Method parameters in org.hotswap.agent.versions with type arguments of type ManifestInfo Modifier and Type Method Description voidDeploymentInfo. setManifest(Set<ManifestInfo> manifest)Sets the manifest.
-