Class SvnWcFormatSelector
java.lang.Object
com.atlassian.bamboo.repository.svn.SvnWcFormatSelector
- All Implemented Interfaces:
org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector
public class SvnWcFormatSelector
extends Object
implements org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector
Provides backwards compatability to SVN 14 format
Essentially SVN KIT ships with serveral factories that handle the format. This class makes sure that only
the 1.4 factory gets used rather than letting svnkit pick the "best fit"
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnabledFactories
(File path, Collection factories, boolean writeAccess)
-
Constructor Details
-
SvnWcFormatSelector
public SvnWcFormatSelector(int wcFormat)
-
-
Method Details
-
getEnabledFactories
public Collection getEnabledFactories(File path, Collection factories, boolean writeAccess) throws org.tmatesoft.svn.core.SVNException - Specified by:
getEnabledFactories
in interfaceorg.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector
- Throws:
org.tmatesoft.svn.core.SVNException
-