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
Constructors Constructor Description SvnWcFormatSelector(int wcFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection
getEnabledFactories(File path, Collection factories, boolean writeAccess)
-
-
-
Method Detail
-
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
-
-