Modifier and Type | Class and Description |
---|---|
static class |
ContentChangeEvent.Builder |
static class |
ContentChangeEvent.ContentChange |
static class |
ContentChangeEvent.ContentChangeType |
Modifier and Type | Method and Description |
---|---|
static ContentChangeEvent.Builder |
create() |
static ContentChangeEvent |
from(ContentChangeEvent.ContentChangeType type,
ContentPath contentPath) |
static ContentChangeEvent |
from(ContentChangeEvent.ContentChangeType type,
ContentPaths contentPaths) |
List<ContentChangeEvent.ContentChange> |
getChanges() |
String |
toString() |
public List<ContentChangeEvent.ContentChange> getChanges()
public static ContentChangeEvent from(ContentChangeEvent.ContentChangeType type, ContentPaths contentPaths)
public static ContentChangeEvent from(ContentChangeEvent.ContentChangeType type, ContentPath contentPath)
public static ContentChangeEvent.Builder create()