|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.svn.SvnWcFormatSelector
public class SvnWcFormatSelector
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 |
---|
public SvnWcFormatSelector(int wcFormat)
Method Detail |
---|
public java.util.Collection getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess) throws org.tmatesoft.svn.core.SVNException
getEnabledFactories
in interface org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector
org.tmatesoft.svn.core.SVNException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |