com.atlassian.bamboo.repository.svn
Class SvnWcFormatSelector

java.lang.Object
  extended by com.atlassian.bamboo.repository.svn.SvnWcFormatSelector
All Implemented Interfaces:
org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector

public class SvnWcFormatSelector
extends java.lang.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
SvnWcFormatSelector(int wcFormat)
           
 
Method Summary
 java.util.Collection getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnWcFormatSelector

public SvnWcFormatSelector(int wcFormat)
Method Detail

getEnabledFactories

public java.util.Collection getEnabledFactories(java.io.File path,
                                                java.util.Collection factories,
                                                boolean writeAccess)
                                         throws org.tmatesoft.svn.core.SVNException
Specified by:
getEnabledFactories in interface org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector
Throws:
org.tmatesoft.svn.core.SVNException


Copyright © 2010 Atlassian. All Rights Reserved.