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) |
void |
VcsModifyListener.modified(String path,
VcsStatus contentStatus) |
void |
VcsUpdateListener.updated(String path,
long revision,
VcsStatus contentStatus) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.