| Package | Description |
|---|---|
| org.netbeans.modules.versioning.core.util |
| Modifier and Type | Method and Description |
|---|---|
static VCSSystemProvider.VersioningSystem |
Utils.getLocalHistory(File file) |
static VCSSystemProvider.VersioningSystem |
Utils.getOwner(VCSFileProxy proxy)
Queries the Versioning infrastructure for file ownership.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<VCSSystemProvider.VersioningSystem> |
VCSSystemProvider.getVersioningSystems()
Provides all registered versioning systems
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.connectRepository(VCSSystemProvider.VersioningSystem versioningSystem,
String absolutePath)
Start again to manage the given path by the given versioning system
|
static void |
Utils.disconnectRepository(VCSSystemProvider.VersioningSystem versioningSystem,
String absolutePath)
Stop managing the given path by the given versioning system
|
static String[] |
Utils.getDisconnectedRoots(VCSSystemProvider.VersioningSystem versioningSystem)
Returns all paths marked as not to managed by the given system
|
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.