Package | Description |
---|---|
org.apache.commons.vfs2.operations.vcs |
VFS version control operations.
|
Modifier and Type | Method and Description |
---|---|
static VcsStatus |
VcsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcsStatus[] |
VcsStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VcsCommitListener.commited(String path,
VcsStatus contentStatus)
Handles commit events.
|
void |
VcsModifyListener.modified(String path,
VcsStatus contentStatus)
Handles a modified event.
|
void |
VcsUpdateListener.updated(String path,
long revision,
VcsStatus contentStatus)
Handles update events.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.