Class FileSystemEvent

    • Constructor Detail

      • FileSystemEvent

        public FileSystemEvent​(IFile file)
        Creates a new filesystem event.
        Parameters:
        file - the affected file or folder.
        Since:
        8.0.0
    • Method Detail

      • getFile

        @Deprecated
        public PortalFile getFile()
        Deprecated.
        since 8.0.0 replaced by getPortalFile() .
        Returns the affected file or folder.
        Returns:
        the affected file or folder.
        Since:
        4.1.0
      • getPortalFile

        public IFile getPortalFile()
        Returns the affected file or folder.
        Returns:
        the affected file or folder.
        Since:
        8.0.0