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 intFile skipped because file name does not match the filters.static final intTags flags during analyzing.static final intFile imported.static final intCreated logically reference for duplicate.static final intFile skipped because file name does not match the filters.static final intAnaylze process uses this value for files that will be imported.static final intAnaylze 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