Class AtmosConstants
- java.lang.Object
-
- org.apache.camel.component.atmos.util.AtmosConstants
-
public final class AtmosConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATMOS_FILE_SEPARATOR
static String
DELETED_PATH
static String
DOWNLOADED_FILE
static String
DOWNLOADED_FILES
static String
MOVED_PATH
static long
POLL_CONSUMER_DELAY
static String
UPLOADED_FILE
static String
UPLOADED_FILES
-
-
-
Field Detail
-
ATMOS_FILE_SEPARATOR
public static final String ATMOS_FILE_SEPARATOR
- See Also:
- Constant Field Values
-
POLL_CONSUMER_DELAY
public static final long POLL_CONSUMER_DELAY
- See Also:
- Constant Field Values
-
DOWNLOADED_FILE
@Metadata(description="The name of the remote path downloaded in case of a single file.", javaType="java.lang.String") public static final String DOWNLOADED_FILE
- See Also:
- Constant Field Values
-
DOWNLOADED_FILES
@Metadata(description="The name of the remote paths downloaded in case of multiple files (one per line).", javaType="java.lang.String") public static final String DOWNLOADED_FILES
- See Also:
- Constant Field Values
-
UPLOADED_FILE
@Metadata(label="producer", description="The name of the remote path uploaded in case of a single file.", javaType="java.lang.String") public static final String UPLOADED_FILE
- See Also:
- Constant Field Values
-
UPLOADED_FILES
@Metadata(label="producer", description="The name of the remote paths uploaded in case of multiple files (one per line).", javaType="java.lang.String") public static final String UPLOADED_FILES
- See Also:
- Constant Field Values
-
DELETED_PATH
@Metadata(label="producer", description="The remote path deleted on Atmos.", javaType="java.lang.String") public static final String DELETED_PATH
- See Also:
- Constant Field Values
-
MOVED_PATH
@Metadata(label="producer", description="The moved path.", javaType="java.lang.String") public static final String MOVED_PATH
- See Also:
- Constant Field Values
-
-