Uses of Interface
org.codehaus.mojo.natives.linker.Manifest
-
Packages that use Manifest Package Description org.codehaus.mojo.natives.manager org.codehaus.mojo.natives.msvc org.codehaus.mojo.natives.plugin -
-
Uses of Manifest in org.codehaus.mojo.natives.manager
Fields in org.codehaus.mojo.natives.manager with type parameters of type Manifest Modifier and Type Field Description private java.util.Map<java.lang.String,Manifest>DefaultManifestManager. providersMethods in org.codehaus.mojo.natives.manager that return Manifest Modifier and Type Method Description ManifestDefaultManifestManager. getManifest(java.lang.String providerType)ManifestManifestManager. getManifest(java.lang.String roleHint) -
Uses of Manifest in org.codehaus.mojo.natives.msvc
Classes in org.codehaus.mojo.natives.msvc that implement Manifest Modifier and Type Class Description classMSVCManifest -
Uses of Manifest in org.codehaus.mojo.natives.plugin
Methods in org.codehaus.mojo.natives.plugin that return Manifest Modifier and Type Method Description private ManifestNativeManifestMojo. getManifest()
-