org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable 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.personality.plexus.lifecycle.phase;
import org.codehaus.plexus.context.Context;
import org.codehaus.plexus.context.ContextException;
/**
* @author Jason van Zyl
* @version $Id: Contextualizable.java 1750 2005-04-19 07:45:02Z brett $
*/
public interface Contextualizable
{
public void contextualize( Context context )
throws ContextException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy