org.jasig.portal.portlets.registerportal.data
Class PortalVersionsCollector
java.lang.Object
org.jasig.portal.portlets.registerportal.data.PortalVersionsCollector
- All Implemented Interfaces:
- IPortalDataCollector
public class PortalVersionsCollector
- extends Object
- implements IPortalDataCollector
Gathers JVM System Properties
- Version:
- $Revision: 19776 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalVersionsCollector
public PortalVersionsCollector()
getData
public Map<String,String> getData()
- Specified by:
getData in interface IPortalDataCollector
- Returns:
- The data, current as of this call.
getKey
public String getKey()
- Description copied from interface:
IPortalDataCollector
- 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).
- Specified by:
getKey in interface IPortalDataCollector
- Returns:
- The key that identifies the data being retrieved. Will never be null
Copyright © 2010 Jasig. All Rights Reserved.