org.am.snitch.filters
Class SnitchFilters
java.lang.Object
org.am.snitch.filters.SnitchFilters
public class SnitchFilters
- extends Object
Wrapper for CVS filters.
- Version:
- 1.0
- Author:
- Axel Maroudas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnitchFilters
public SnitchFilters()
getLocalPath
public String getLocalPath()
- Returns:
- the localPath
setLocalPath
public void setLocalPath(String alocalPath)
- Parameters:
alocalPath - the localPath to set
isUserFilter
public boolean isUserFilter()
- Returns:
- the userFilter
setUserFilter
public void setUserFilter(boolean auserFilter)
- Parameters:
auserFilter - the userFilter to set
getUser
public String getUser()
- Returns:
- the user
setUser
public void setUser(String auser)
- Parameters:
auser - the user to set
isDateFilter
public boolean isDateFilter()
- Returns:
- the dateFilter
setDateFilter
public void setDateFilter(boolean adateFilter)
- Parameters:
adateFilter - the dateFilter to set
getStartDate
public String getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(String astartDate)
- Parameters:
astartDate - the startDate to set
getEndDate
public String getEndDate()
- Returns:
- the endDate
setEndDate
public void setEndDate(String anendDate)
- Parameters:
anendDate - the endDate to set
getCvsRoot
public String getCvsRoot()
- Returns:
- the cvsRoot
setCvsRoot
public void setCvsRoot(String acvsRoot)
- Parameters:
acvsRoot - the cvsRoot to set
Copyright © 2008 Axel Maroudas All Rights Reserved.