org.codehaus.mojo.natives.manager
Class DefaultRanlibManager

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.natives.manager.DefaultRanlibManager
All Implemented Interfaces:
RanlibManager, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

public class DefaultRanlibManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements RanlibManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Version:
$Id: DefaultRanlibManager.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Field Summary
 
Fields inherited from interface org.codehaus.mojo.natives.manager.RanlibManager
ROLE
 
Constructor Summary
DefaultRanlibManager()
           
 
Method Summary
 Ranlib getRanlib(String providerType)
           
 void initialize()
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRanlibManager

public DefaultRanlibManager()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

getRanlib

public Ranlib getRanlib(String providerType)
                 throws NoSuchNativeProviderException
Specified by:
getRanlib in interface RanlibManager
Throws:
NoSuchNativeProviderException


Copyright © 2011 Codehaus. All Rights Reserved.