public interface VersioningQueryImplementation
Modifier and Type | Method and 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 managed