com.googlecode.fascinator.portal.services.impl
Class HarvestManagerImpl
java.lang.Object
com.googlecode.fascinator.portal.services.impl.HarvestManagerImpl
- All Implemented Interfaces:
- HarvestManager
public class HarvestManagerImpl
- extends Object
- implements HarvestManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarvestManagerImpl
public HarvestManagerImpl()
getContents
public Map<String,HarvestContent> getContents()
- Specified by:
getContents in interface HarvestManager
add
public void add(HarvestContent content)
- Specified by:
add in interface HarvestManager
get
public HarvestContent get(String id)
- Specified by:
get in interface HarvestManager
remove
public void remove(String id)
- Specified by:
remove in interface HarvestManager
save
public void save(HarvestContent content)
throws IOException
- Specified by:
save in interface HarvestManager
- Throws:
IOException
Copyright © 2009-2012. All Rights Reserved.