Class ImportItemInfo

java.lang.Object
de.elo.ix.client.imfs.ImportItemInfo

public class ImportItemInfo extends Object
Information about an imported file or folder.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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
    Constructor
    Description
    ImportItemInfo(File file, int what)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    void
    setFile(File file)
     
    void
    setWhat(int what)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • ANALYZE_MASK

      public static final int ANALYZE_MASK
      Tags flags during analyzing.
      See Also:
    • IMPORT

      public static final int IMPORT
      File imported.
      See Also:
    • SKIP

      public static final int SKIP
      File skipped because file name does not match the filters.
      See Also:
    • REFERENCED

      public static final int REFERENCED
      Created logically reference for duplicate.
      See Also:
    • ALREADY_EXISTS

      public static final int ALREADY_EXISTS
      File skipped because file name does not match the filters.
      See Also:
    • WILL_IMPORT

      public static final int WILL_IMPORT
      Anaylze process uses this value for files that will be imported.
      See Also:
    • WILL_SKIP

      public static final int WILL_SKIP
      Anaylze process uses this value for files that will be skipped.
      See Also:
  • Constructor Details

    • ImportItemInfo

      public ImportItemInfo(File file, int what)
  • Method Details

    • getFile

      public File getFile()
    • setFile

      public void setFile(File file)
    • getWhat

      public int getWhat()
    • setWhat

      public void setWhat(int what)
    • toString

      public String toString()
      Overrides:
      toString in class Object