public final class VersioningQuery extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getRemoteLocation(URI uri)
Provides the Versioning System specific information about a files remote repository or origin.
|
static boolean |
isManaged(URI uri)
Determines whether the given local file or directory is managed by a Versioning System
- e.g.
|
public static boolean isManaged(URI uri)
uri
- a normalized
file to check if managedtrue
if the file is managed, otherwise false
.public static String getRemoteLocation(URI uri)
uri
- a normalized
file to check if managed