Package org.nuxeo.importer.stream
Class StreamImporters
- java.lang.Object
-
- org.nuxeo.importer.stream.StreamImporters
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_CODEC
static String
DEFAULT_LOG_BLOB_INFO_NAME
static String
DEFAULT_LOG_BLOB_NAME
static String
DEFAULT_LOG_CONFIG
static String
DEFAULT_LOG_DOC_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Codec<BlobMessage>
getBlobCodec()
static Codec<BlobInfoMessage>
getBlobInfoCodec()
static Codec<DocumentMessage>
getDocCodec()
-
-
-
Field Detail
-
DEFAULT_CODEC
public static final String DEFAULT_CODEC
- See Also:
- Constant Field Values
-
DEFAULT_LOG_CONFIG
public static final String DEFAULT_LOG_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_LOG_BLOB_NAME
public static final String DEFAULT_LOG_BLOB_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOG_BLOB_INFO_NAME
public static final String DEFAULT_LOG_BLOB_INFO_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOG_DOC_NAME
public static final String DEFAULT_LOG_DOC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBlobCodec
public static Codec<BlobMessage> getBlobCodec()
-
getBlobInfoCodec
public static Codec<BlobInfoMessage> getBlobInfoCodec()
-
getDocCodec
public static Codec<DocumentMessage> getDocCodec()
-
-