org.synyx.hera.metadata
Interface PluginMetadata

All Known Implementing Classes:
SimplePluginMetadata

public interface PluginMetadata

Basic interface to define a set of metadata information for plugins.

Author:
Oliver Gierke - gierke@synyx.de

Method Summary
 java.lang.String getName()
          Returns a unique plugin name.
 java.lang.String getVersion()
          Returns the plugin version.
 

Method Detail

getName

java.lang.String getName()
Returns a unique plugin name. Plugins return a metadata implementation have to ensure uniqueness of this name.

Returns:
the name of the plugin

getVersion

java.lang.String getVersion()
Returns the plugin version. This allows rudimentary versioning possibilities.

Returns:
the version of the plugin


Copyright © 2008-2010 Synyx GmbH & Co. KG. All Rights Reserved.