パッケージ jcifs

インタフェース FileNotifyInformation

  • 既知の実装クラスのリスト:
    FileNotifyInformationImpl

    public interface FileNotifyInformation
    File notification information
    作成者:
    mbechler
    • フィールドの詳細

      • FILE_NOTIFY_CHANGE_FILE_NAME

        static final int FILE_NOTIFY_CHANGE_FILE_NAME
        Any file name change in the watched directory or subtree causes a change notification wait operation to return. Changes include renaming, creating, or deleting a file.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_DIR_NAME

        static final int FILE_NOTIFY_CHANGE_DIR_NAME
        Any directory-name change in the watched directory or subtree causes a change notification wait operation to return. Changes include creating or deleting a directory.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_NAME

        static final int FILE_NOTIFY_CHANGE_NAME
        Both FILE_NOTIFY_CHANGE_FILE_NAME and FILE_NOTIFY_CHANGE_DIR_NAME
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_ATTRIBUTES

        static final int FILE_NOTIFY_CHANGE_ATTRIBUTES
        Any attribute change in the watched directory or subtree causes a change notification wait operation to return.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_SIZE

        static final int FILE_NOTIFY_CHANGE_SIZE
        Any file-size change in the watched directory or subtree causes a change notification wait operation to return. The operating system detects a change in file size only when the file is written to the disk. For operating systems that use extensive caching, detection occurs only when the cache is sufficiently flushed.s
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_LAST_WRITE

        static final int FILE_NOTIFY_CHANGE_LAST_WRITE
        Any change to the last write-time of files in the watched directory or subtree causes a change notification wait operation to return. The operating system detects a change to the last write-time only when the file is written to the disk. For operating systems that use extensive caching, detection occurs only when the cache is sufficiently flushed.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_LAST_ACCESS

        static final int FILE_NOTIFY_CHANGE_LAST_ACCESS
        Any change to the last access time of files in the watched directory or subtree causes a change notification wait operation to return.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_CREATION

        static final int FILE_NOTIFY_CHANGE_CREATION
        Any change to the creation time of files in the watched directory or subtree causes a change notification wait operation to return.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_SECURITY

        static final int FILE_NOTIFY_CHANGE_SECURITY
        Any security-descriptor change in the watched directory or subtree causes a change notification wait operation to return.
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_STREAM_NAME

        static final int FILE_NOTIFY_CHANGE_STREAM_NAME
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_STREAM_SIZE

        static final int FILE_NOTIFY_CHANGE_STREAM_SIZE
        関連項目:
        定数フィールド値
      • FILE_NOTIFY_CHANGE_STREAM_WRITE

        static final int FILE_NOTIFY_CHANGE_STREAM_WRITE
        関連項目:
        定数フィールド値
      • FILE_ACTION_REMOVED

        static final int FILE_ACTION_REMOVED
        File has been removed
        関連項目:
        定数フィールド値
      • FILE_ACTION_MODIFIED

        static final int FILE_ACTION_MODIFIED
        File has been modified
        関連項目:
        定数フィールド値
      • FILE_ACTION_ADDED_STREAM

        static final int FILE_ACTION_ADDED_STREAM
        File stream has been added
        関連項目:
        定数フィールド値
      • FILE_ACTION_REMOVED_STREAM

        static final int FILE_ACTION_REMOVED_STREAM
        File stream has been removed
        関連項目:
        定数フィールド値
      • FILE_ACTION_MODIFIED_STREAM

        static final int FILE_ACTION_MODIFIED_STREAM
        File stream has modified
        関連項目:
        定数フィールド値
    • メソッドの詳細

      • getAction

        int getAction()
        戻り値:
        the action triggering this entry (FILE_ACTION_*)
      • getFileName

        String getFileName()
        戻り値:
        the file name affected by the action