org.davesag.generica.util.harvester
Class MediaHarvester.Factory
java.lang.Object
org.davesag.generica.util.harvester.MediaHarvester.Factory
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MediaHarvester
- public static class MediaHarvester.Factory
- extends Object
- implements Serializable
A simple Factory class that loads the named media harvester.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaHarvester.Factory
public MediaHarvester.Factory()
getMediaHarvester
public static MediaHarvester getMediaHarvester(String name)
throws ClassNotFoundException
- Returns the named MediaHarvester.
- Parameters:
name - The fully qualified name of the MediaHarveser
Implementation
- Returns:
- the instantiated MediaHarvester.
- Throws:
ClassNotFoundException - is the name did not match a known
MediaHarvester
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.