Contents
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 TypeMethodDescriptionvoid
afterMarker
(String marker) After marker.void
Delimiter.Gets the delimiter.Gets the marker.int
Gets the max keys.Gets the prefix.boolean
Checks if is recursive.void
maxResults
(int maxKeys) Max results.void
Prefix.void
Recursive.toString()
To string.
-
Constructor Details
-
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
-