org.tmatesoft.svn.core.javahl
Class JavaHLAuthenticationStorage
java.lang.Object
org.tmatesoft.svn.core.javahl.JavaHLAuthenticationStorage
- All Implemented Interfaces:
- org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
public class JavaHLAuthenticationStorage
- extends Object
- implements org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
- Version:
- 1.3
- Author:
- TMate Software Ltd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaHLAuthenticationStorage
public JavaHLAuthenticationStorage()
putData
public void putData(String kind,
String realm,
Object data)
- Specified by:
putData
in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
getData
public Object getData(String kind,
String realm)
- Specified by:
getData
in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
clear
public void clear()
Copyright © 2004-2009 TMate Software Ltd. All Rights Reserved.