Package de.elo.ix.client.imfs
Class ImportItemInfo
java.lang.Object
de.elo.ix.client.imfs.ImportItemInfo
Information about an imported file or folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
File skipped because file name does not match the filters.static final int
Tags flags during analyzing.static final int
File imported.static final int
Created logically reference for duplicate.static final int
File skipped because file name does not match the filters.static final int
Anaylze process uses this value for files that will be imported.static final int
Anaylze process uses this value for files that will be skipped. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANALYZE_MASK
public static final int ANALYZE_MASKTags flags during analyzing.- See Also:
-
IMPORT
public static final int IMPORTFile imported.- See Also:
-
SKIP
public static final int SKIPFile skipped because file name does not match the filters.- See Also:
-
REFERENCED
public static final int REFERENCEDCreated logically reference for duplicate.- See Also:
-
ALREADY_EXISTS
public static final int ALREADY_EXISTSFile skipped because file name does not match the filters.- See Also:
-
WILL_IMPORT
public static final int WILL_IMPORTAnaylze process uses this value for files that will be imported.- See Also:
-
WILL_SKIP
public static final int WILL_SKIPAnaylze process uses this value for files that will be skipped.- See Also:
-
-
Constructor Details
-
ImportItemInfo
-
-
Method Details