public class SVNXMLAdminAreaFactory extends SVNAdminAreaFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
WC_FORMAT |
WC_FORMAT_13, WC_FORMAT_14, WC_FORMAT_15, WC_FORMAT_16| Constructor and Description |
|---|
SVNXMLAdminAreaFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SVNAdminArea |
doChangeWCFormat(SVNAdminArea adminArea) |
protected int |
doCheckWC(java.io.File path,
java.util.logging.Level logLevel) |
protected void |
doCreateVersionedDirectory(java.io.File path,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revNumber,
SVNDepth depth) |
protected SVNAdminArea |
doOpen(java.io.File path,
int version) |
int |
getSupportedVersion() |
protected int |
getVersion(java.io.File path) |
changeWCFormat, checkWC, checkWC, compareTo, createVersionedDirectory, createVersionedDirectory, getSelector, isUpgradeEnabled, open, registerFactory, setSelector, setUpgradeEnabled, upgradepublic static final int WC_FORMAT
protected void doCreateVersionedDirectory(java.io.File path,
java.lang.String url,
java.lang.String rootURL,
java.lang.String uuid,
long revNumber,
SVNDepth depth)
throws SVNException
doCreateVersionedDirectory in class SVNAdminAreaFactorySVNExceptionprotected SVNAdminArea doOpen(java.io.File path, int version) throws SVNException
doOpen in class SVNAdminAreaFactorySVNExceptionprotected SVNAdminArea doChangeWCFormat(SVNAdminArea adminArea) throws SVNException
doChangeWCFormat in class SVNAdminAreaFactorySVNExceptionpublic int getSupportedVersion()
getSupportedVersion in class SVNAdminAreaFactoryprotected int doCheckWC(java.io.File path,
java.util.logging.Level logLevel)
throws SVNException
doCheckWC in class SVNAdminAreaFactorySVNExceptionprotected int getVersion(java.io.File path)
throws SVNException
getVersion in class SVNAdminAreaFactorySVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.