Class ListContainerOptions
java.lang.Object
ecmwf.ecpds.mover.plugin.http.ListContainerOptions
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterMarker(String marker) After marker.voidDelimiter.Gets the delimiter.Gets the marker.intGets the max keys.Gets the prefix.booleanChecks if is recursive.voidmaxResults(int maxKeys) Max results.voidPrefix.voidRecursive.toString()To string.
-
Constructor Details
-
ListContainerOptions
public ListContainerOptions()
-
-
Method Details
-
delimiter
-
recursive
public void recursive()Recursive. -
prefix
-
afterMarker
-
maxResults
public void maxResults(int maxKeys) Max results.- Parameters:
maxKeys- the max keys
-
getDelimiter
-
getPrefix
-
getMarker
-
getMaxKeys
public int getMaxKeys()Gets the max keys.- Returns:
- the max keys
-
isRecursive
public boolean isRecursive()Checks if is recursive.- Returns:
- true, if is recursive
-
toString
-