Package org.codehaus.mojo.natives.msvc
Class MSVCManifest
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.natives.msvc.MSVCManifest
-
- All Implemented Interfaces:
Manifest
,org.codehaus.plexus.logging.LogEnabled
@Component(role=Manifest.class, hint="msvc", instantiationStrategy="per-lookup") public class MSVCManifest extends org.codehaus.plexus.logging.AbstractLogEnabled implements Manifest
-
-
Constructor Summary
Constructors Constructor Description MSVCManifest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(ManifestConfiguration config)
-
-
-
Method Detail
-
run
public void run(ManifestConfiguration config) throws NativeBuildException
- Specified by:
run
in interfaceManifest
- Throws:
NativeBuildException
-
-