Class SVNXMLAdminAreaFactory
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory
org.tmatesoft.svn.core.internal.wc.admin.SVNXMLAdminAreaFactory
- All Implemented Interfaces:
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 SVNAdminArea
doChangeWCFormat
(SVNAdminArea adminArea) protected int
protected void
doCreateVersionedDirectory
(File path, String url, String rootURL, String uuid, long revNumber, SVNDepth depth) protected SVNAdminArea
int
protected int
getVersion
(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 Details
-
WC_FORMAT
public static final int WC_FORMAT- See Also:
-
-
Constructor Details
-
SVNXMLAdminAreaFactory
public SVNXMLAdminAreaFactory()
-
-
Method Details
-
doCreateVersionedDirectory
protected void doCreateVersionedDirectory(File path, String url, String rootURL, String uuid, long revNumber, SVNDepth depth) throws SVNException - Specified by:
doCreateVersionedDirectory
in classSVNAdminAreaFactory
- Throws:
SVNException
-
doOpen
- Specified by:
doOpen
in classSVNAdminAreaFactory
- Throws:
SVNException
-
doChangeWCFormat
- Specified by:
doChangeWCFormat
in classSVNAdminAreaFactory
- Throws:
SVNException
-
getSupportedVersion
public int getSupportedVersion()- Specified by:
getSupportedVersion
in classSVNAdminAreaFactory
-
doCheckWC
- Specified by:
doCheckWC
in classSVNAdminAreaFactory
- Throws:
SVNException
-
getVersion
- Specified by:
getVersion
in classSVNAdminAreaFactory
- Throws:
SVNException
-