org.springframework.plugin.metadata
Interface MetadataProvider

All Known Implementing Classes:
AbstractMetadataBasedPlugin

public interface MetadataProvider

Interface for plugins providing metadata information. Usually the plugins will implement this interface themselves.

Author:
Oliver Gierke

Method Summary
 PluginMetadata getMetadata()
          Returns the plugins metadata.
 

Method Detail

getMetadata

PluginMetadata getMetadata()
Returns the plugins metadata.

Returns:
the plugins metadata


Copyright © 2008-2014–2014 Pivotal, Inc.. All rights reserved.