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