org.fao.geonet.kernel.harvest.harvester.webdav
Class WebDavParams

java.lang.Object
  extended by org.fao.geonet.kernel.harvest.harvester.AbstractParams
      extended by org.fao.geonet.kernel.harvest.harvester.webdav.WebDavParams

public class WebDavParams
extends AbstractParams


Field Summary
 java.lang.String icon
           
 boolean recurse
           
 java.lang.String url
           
 boolean validate
           
 
Fields inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
dm, every, name, oneRunOnly, password, useAccount, username, uuid
 
Constructor Summary
WebDavParams(DataManager dm)
           
 
Method Summary
 WebDavParams copy()
           
 void create(org.jdom.Element node)
           
 void update(org.jdom.Element node)
           
 
Methods inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
checkEvery, checkPort, copyTo, getCategories, getPrivileges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.lang.String url

icon

public java.lang.String icon

validate

public boolean validate

recurse

public boolean recurse
Constructor Detail

WebDavParams

public WebDavParams(DataManager dm)
Method Detail

create

public void create(org.jdom.Element node)
            throws jeeves.exceptions.BadInputEx
Overrides:
create in class AbstractParams
Throws:
jeeves.exceptions.BadInputEx

update

public void update(org.jdom.Element node)
            throws jeeves.exceptions.BadInputEx
Overrides:
update in class AbstractParams
Throws:
jeeves.exceptions.BadInputEx

copy

public WebDavParams copy()