info.aduna.autofocus.http.webclient.sources.file
Class FileSourceConfiguration
java.lang.Object
info.aduna.autofocus.http.webclient.sources.file.FileSourceConfiguration
public class FileSourceConfiguration
- extends Object
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNLIMITED
public static final String UNLIMITED
- See Also:
- Constant Field Values
RESTRICTED
public static final String RESTRICTED
- See Also:
- Constant Field Values
FileSourceConfiguration
public FileSourceConfiguration()
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id - The id to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name - The name to set.
getRootFolder
public File getRootFolder()
- Returns:
- Returns the url.
setRootFolder
public void setRootFolder(File file)
- Parameters:
url - The url to set.
getDepth
public int getDepth()
- Returns:
- Returns the depth.
setDepth
public void setDepth(int depth)
- Parameters:
depth - The depth to set.
getSize
public long getSize()
- Returns:
- Returns the size.
setSize
public void setSize(long size)
- Parameters:
size - The size to set.
getDepthSetting
public String getDepthSetting()
- Returns:
- Returns the depthSetting.
setDepthSetting
public void setDepthSetting(String depthSetting)
- Parameters:
depthSetting - The depthSetting to set.
getSizeSetting
public String getSizeSetting()
- Returns:
- Returns the sizeSetting.
setSizeSetting
public void setSizeSetting(String sizeSetting)
- Parameters:
sizeSetting - The sizeSetting to set.
getDomain
public DomainBoundariesInfo getDomain()
- Returns:
- Returns the domain.
setDomain
public void setDomain(DomainBoundariesInfo domain)
- Parameters:
domain - The domain to set.
Copyright © 1997-2008 Aduna. All Rights Reserved.