org.jasig.portal.portlets.registerportal
Interface IPortalDataCollector
- All Known Implementing Classes:
- ContainerInfoCollector, DatabaseInfoCollector, JvmDataCollector, PortalVersionsCollector
public interface IPortalDataCollector
Used to get a single piece of data about the portal
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
getKey
String getKey()
- The key that identifies the data being retrieved. Will never be null and must
be immutable (subsiquent calls to the the method will always return the same key).
- Returns:
- The key that identifies the data being retrieved. Will never be null
getData
Map<String,String> getData()
- Returns:
- The data, current as of this call.
Copyright © 2010 Jasig. All Rights Reserved.