Class FileSystemAddEvent

    • Constructor Detail

      • FileSystemAddEvent

        public FileSystemAddEvent​(IFile file)
        Deprecated.
        Creates a new filesystem add event.
        Parameters:
        file - the affected file or folder.
        Since:
        8.0.0
      • FileSystemAddEvent

        @Deprecated
        public FileSystemAddEvent​(PortalFile file)
        Deprecated.
        since 8.0.0 replaced by FileSystemAddEvent(IFile)
        Creates a new filesystem delete event.
        Parameters:
        file - the affected file or folder.
        Since:
        4.1.0
    • Method Detail

      • toString

        public String toString()
        Deprecated.
        Description copied from interface: IPortalEvent
        Returns a string representation for this event. This representation is mostly suited for debugging and logging.
        Specified by:
        toString in interface IPortalEvent
        Overrides:
        toString in class Object
        Returns:
        a string representation for this event.