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
public class SVNAdminArea14Factory extends SVNAdminAreaFactory
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description static int
WC_FORMAT
-
Fields 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 Constructor Description SVNAdminArea14Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
changeWCFormat, checkWC, checkWC, compareTo, createVersionedDirectory, createVersionedDirectory, getSelector, isUpgradeEnabled, open, registerFactory, setSelector, setUpgradeEnabled, upgrade
-
-
-
-
Field Detail
-
WC_FORMAT
public static final int WC_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
doCreateVersionedDirectory
in classSVNAdminAreaFactory
- Throws:
SVNException
-
doOpen
protected SVNAdminArea doOpen(java.io.File path, int version) throws SVNException
- Specified by:
doOpen
in classSVNAdminAreaFactory
- Throws:
SVNException
-
doChangeWCFormat
protected SVNAdminArea doChangeWCFormat(SVNAdminArea adminArea) throws SVNException
- Specified by:
doChangeWCFormat
in classSVNAdminAreaFactory
- Throws:
SVNException
-
getSupportedVersion
public int getSupportedVersion()
- Specified by:
getSupportedVersion
in classSVNAdminAreaFactory
-
doCheckWC
protected int doCheckWC(java.io.File path, java.util.logging.Level logLevel) throws SVNException
- Specified by:
doCheckWC
in classSVNAdminAreaFactory
- Throws:
SVNException
-
getVersion
protected int getVersion(java.io.File path) throws SVNException
- Specified by:
getVersion
in classSVNAdminAreaFactory
- Throws:
SVNException
-
-