org.davesag.generica.util.harvester
Class AbstractMediaHarvester
java.lang.Object
org.davesag.generica.util.harvester.AbstractMediaHarvester
- All Implemented Interfaces:
- MediaHarvester
- Direct Known Subclasses:
- DirectMediaHarvester, HTMLPageHarvester
- public abstract class AbstractMediaHarvester
- extends Object
- implements MediaHarvester
The AbstractMediaHarvester provides a generic
setBasePath method..
- Since:
- Visuality Lite 1.0.0
- Version:
- CVS Revision $Id: AbstractMediaHarvester.java,v 1.2 2004/03/30 10:12:59 norm Exp $
- Author:
- Dave Sag
http://www.davesag.com
|
Method Summary |
void |
setBasePath(String path)
sets the base path if the path could be created, or exists. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thePath
protected String thePath
AbstractMediaHarvester
public AbstractMediaHarvester()
setBasePath
public void setBasePath(String path)
throws IOException
- sets the base path if the path could be created, or exists.
- Specified by:
setBasePath in interface MediaHarvester
- Parameters:
path - The path
- Throws:
IOException - if the path was bad.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.