[forge-issues] [JBoss JIRA] (FORGE-220) Forge should listen to filesystem changes on the system and publish events for plugins to observe

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Tue Sep 10 09:10:04 EDT 2013


    [ https://issues.jboss.org/browse/FORGE-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803108#comment-12803108 ] 

Lincoln Baxter III commented on FORGE-220:
------------------------------------------

we'd have to buffer events for a certain time
9:08 e.g. if an event is received, wait X seconds before firing the resource event
9:08 before firing, compare deletions and creations for files that have the same hash
9:09 if they match, fire a ResourceRenamed event that contains both the deletion and the creation
                
> Forge should listen to filesystem changes on the system and publish events for plugins to observe 
> --------------------------------------------------------------------------------------------------
>
>                 Key: FORGE-220
>                 URL: https://issues.jboss.org/browse/FORGE-220
>             Project: Forge
>          Issue Type: Feature Request
>          Components: Plugin API, Resources API, UI - Eclipse
>    Affects Versions: 1.0.0.Alpha3
>            Reporter: Lincoln Baxter III
>            Assignee: George Gastaldi
>             Fix For: 2.x Future
>
>
> {code}Event<ResourceCreated>
> Event<ResourceModified>
> Event<ResourceDeleted>{code}
> etc...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list