public static final class VCSFilesystemInterceptor.VCSAnnotationEvent extends Object
| Constructor and Description |
|---|
VCSFilesystemInterceptor.VCSAnnotationEvent(boolean icon,
boolean name)
Creates new VCSAnnotationEvent.
|
VCSFilesystemInterceptor.VCSAnnotationEvent(FileObject file,
boolean icon,
boolean name)
Creates new VCSAnnotationEvent
|
VCSFilesystemInterceptor.VCSAnnotationEvent(Set<? extends FileObject> files,
boolean icon,
boolean name)
Creates new VCSAnnotationEvent
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends FileObject> |
getFiles()
Files with a changed annotation
|
boolean |
isIconChange()
Did the files changed their icons?
|
boolean |
isNameChange()
Is the change a change in the name?
|
public VCSFilesystemInterceptor.VCSAnnotationEvent(Set<? extends FileObject> files, boolean icon, boolean name)
files - set of FileObjects that has been changedicon - has icon changed?name - has name changed?public VCSFilesystemInterceptor.VCSAnnotationEvent(FileObject file, boolean icon, boolean name)
file - file object that has been changedicon - has icon changed?name - has name changed?public VCSFilesystemInterceptor.VCSAnnotationEvent(boolean icon,
boolean name)
icon - has icon changed?name - has name changed?public boolean isNameChange()
public boolean isIconChange()
public Set<? extends FileObject> getFiles()
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.