com.ruimo.pluginlib
インタフェース Plugin


public interface Plugin

Plugin interface. All plugins should implement this interface.

作成者:
S.Hanai

メソッドの概要
 java.lang.String getName()
          Returns name of this plugin.
 

メソッドの詳細

getName

java.lang.String getName()
Returns name of this plugin.

戻り値:
name of this plugin. Should not return null.