Uses of Interface
org.java.plugin.registry.ManifestInfo
-
Packages that use ManifestInfo Package Description org.java.plugin.registry This package contains framework registry API.org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation.org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. -
-
Uses of ManifestInfo in org.java.plugin.registry
Methods in org.java.plugin.registry that return ManifestInfo Modifier and Type Method Description ManifestInfo
PluginRegistry. readManifestInfo(java.net.URL manifest)
Reads basic information from a plug-in or plug-in fragment manifest. -
Uses of ManifestInfo in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return ManifestInfo Modifier and Type Method Description ManifestInfo
PluginRegistryImpl. readManifestInfo(java.net.URL url)
-
Uses of ManifestInfo in org.java.plugin.tools.mocks
Classes in org.java.plugin.tools.mocks that implement ManifestInfo Modifier and Type Class Description class
MockManifestInfo
Methods in org.java.plugin.tools.mocks that return ManifestInfo Modifier and Type Method Description ManifestInfo
MockPluginRegistry. readManifestInfo(java.net.URL manifest)
-