com.mycila.plugin.api
Interface Plugin


public interface Plugin

Defines a plugin and its dependencies / order of execution

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Method Summary
 java.util.List<java.lang.String> getAfter()
          Get the list of plugins that should be executed after this one
 java.util.List<java.lang.String> getBefore()
          Get the list of plugins that should be executed before this one
 

Method Detail

getBefore

java.util.List<java.lang.String> getBefore()
Get the list of plugins that should be executed before this one

Returns:
empty list, or a list of plugin names

getAfter

java.util.List<java.lang.String> getAfter()
Get the list of plugins that should be executed after this one

Returns:
empty list, or a list of plugin names


Copyright © 2008-2010 Mycila. All Rights Reserved.