public class

JiraHomeChangeEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.cluster.disasterrecovery.JiraHomeChangeEvent

Class Overview

This event will say that something changed in the filesystem and we can track it or do something about it

Summary

Nested Classes
enum JiraHomeChangeEvent.Action  
enum JiraHomeChangeEvent.FileType  
Public Constructors
JiraHomeChangeEvent(JiraHomeChangeEvent.Action action, JiraHomeChangeEvent.FileType fileType, File... files)
We dispatch a change in the home and the amount of files that changed
Public Methods
boolean equals(Object o)
@Nonnull JiraHomeChangeEvent.Action getAction()
@Nonnull JiraHomeChangeEvent.FileType getFileType()
@Nonnull File[] getFiles()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraHomeChangeEvent (JiraHomeChangeEvent.Action action, JiraHomeChangeEvent.FileType fileType, File... files)

We dispatch a change in the home and the amount of files that changed

Parameters
action the action
files the files (this are absolute paths, we are going to alter the path later)

Public Methods

public boolean equals (Object o)

@Nonnull public JiraHomeChangeEvent.Action getAction ()

@Nonnull public JiraHomeChangeEvent.FileType getFileType ()

@Nonnull public File[] getFiles ()

public int hashCode ()