org.codehaus.plexus.lifecycle.LifecycleHandlerManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package org.codehaus.plexus.lifecycle;
/**
*
*
* @author Jason van Zyl
*
* @version $Id: LifecycleHandlerManager.java 1750 2005-04-19 07:45:02Z brett $
*/
public interface LifecycleHandlerManager
{
void initialize();
LifecycleHandler getDefaultLifecycleHandler()
throws UndefinedLifecycleHandlerException;
LifecycleHandler getLifecycleHandler( String id )
throws UndefinedLifecycleHandlerException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy