Class VFSUpdate


  • public class VFSUpdate
    extends EBMessage
    Message sent when a file or directory changes.
    Since:
    jEdit 2.6pre4
    • Constructor Summary

      Constructors 
      Constructor Description
      VFSUpdate​(java.lang.String path)
      Creates a VFS update message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Returns the path that changed.
      java.lang.String paramString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VFSUpdate

        public VFSUpdate​(@Nonnull
                         java.lang.String path)
        Creates a VFS update message.
        Parameters:
        path - The path in question
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns the path that changed.
      • paramString

        public java.lang.String paramString()
        Overrides:
        paramString in class EBMessage
        Returns:
        a string representation of this message's parameters.