public interface VersioningQueryImplementation
Modifier and Type | Method | Description |
---|---|---|
String |
getRemoteLocation(URI uri) |
Provides the Versioning System specific information about a files remote repository or origin.
|
boolean |
isManaged(URI uri) |
Determines whether the given local file or directory is managed by a Versioning System
- e.g.
|
boolean isManaged(URI uri)
uri
- a normalized
file to check if managedtrue
if the file is managed, otherwise false
.String getRemoteLocation(URI uri)
uri
- a normalized
file to check if managedBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.