Class SVNAdminArea14Factory
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14Factory
- All Implemented Interfaces:
java.lang.Comparable
- Direct Known Subclasses:
SVNAdminArea15Factory,SVNAdminArea16Factory
- Version:
- 1.3
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
WC_FORMAT_13, WC_FORMAT_14, WC_FORMAT_15, WC_FORMAT_16 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SVNAdminAreadoChangeWCFormat(SVNAdminArea adminArea) protected intdoCheckWC(java.io.File path, java.util.logging.Level logLevel) protected voiddoCreateVersionedDirectory(java.io.File path, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, SVNDepth depth) protected SVNAdminAreadoOpen(java.io.File path, int version) intprotected intgetVersion(java.io.File path) Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
changeWCFormat, checkWC, checkWC, compareTo, createVersionedDirectory, createVersionedDirectory, getSelector, isUpgradeEnabled, open, registerFactory, setSelector, setUpgradeEnabled, upgradeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
WC_FORMAT
public static final int WC_FORMAT- See Also:
-
-
Constructor Details
-
SVNAdminArea14Factory
public SVNAdminArea14Factory()
-
-
Method Details
-
doCreateVersionedDirectory
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 - Specified by:
doCreateVersionedDirectoryin classSVNAdminAreaFactory- Throws:
SVNException
-
doOpen
- Specified by:
doOpenin classSVNAdminAreaFactory- Throws:
SVNException
-
doChangeWCFormat
- Specified by:
doChangeWCFormatin classSVNAdminAreaFactory- Throws:
SVNException
-
getSupportedVersion
public int getSupportedVersion()- Specified by:
getSupportedVersionin classSVNAdminAreaFactory
-
doCheckWC
- Specified by:
doCheckWCin classSVNAdminAreaFactory- Throws:
SVNException
-
getVersion
- Specified by:
getVersionin classSVNAdminAreaFactory- Throws:
SVNException
-