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