Class SVNAdminArea15Factory
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14Factory
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15Factory
- All Implemented Interfaces:
java.lang.Comparable
- 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 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) intMethods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14Factory
doCheckWC, getVersionMethods 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
-
SVNAdminArea15Factory
public SVNAdminArea15Factory()
-
-
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 - Overrides:
doCreateVersionedDirectoryin classSVNAdminArea14Factory- Throws:
SVNException
-
doOpen
- Overrides:
doOpenin classSVNAdminArea14Factory- Throws:
SVNException
-
doChangeWCFormat
- Overrides:
doChangeWCFormatin classSVNAdminArea14Factory- Throws:
SVNException
-
getSupportedVersion
public int getSupportedVersion()- Overrides:
getSupportedVersionin classSVNAdminArea14Factory
-