com.petpet.c3po.parameters
Class GatherParams
java.lang.Object
com.petpet.c3po.parameters.GatherParams
- All Implemented Interfaces:
- Params
public class GatherParams
- extends Object
- implements Params
The supported parameters for the GatherCommand
- Author:
- Petar Petrov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatherParams
public GatherParams()
getCollection
public String getCollection()
setCollection
public void setCollection(String collection)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
isRecursive
public boolean isRecursive()
setRecursive
public void setRecursive(boolean recursive)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2013. All Rights Reserved.