|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.connector.svn.SVNRepositorySource
public class SVNRepositorySource

A repository source that uses a SVN repository instance to manage the content. This source is capable of using an existing
SVNRepository instance or creating a new instance. This process is controlled entirely by the JavaBean properties of
the SVNRepositorySource instance. Like other RepositorySource classes, instances of SVNRepositorySource can be placed
into JNDI and do support the creation of JNDI referenceable objects and resolution of references into
SVNRepositorySource.
| Field Summary | |
|---|---|
static int |
DEFAULT_RETRY_LIMIT
The default limit is 0 for retrying connection calls to the underlying source. |
static String |
DEFAULT_UUID_PROPERTY_NAME
|
| Constructor Summary | |
|---|---|
SVNRepositorySource()
Create a repository source instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
RepositorySourceCapabilities |
getCapabilities()
Get the capabilities for this source. |
RepositoryConnection |
getConnection()
Get a connection from this source. |
CachePolicy |
getDefaultCachePolicy()
Get the default cache policy for this source, or null if the global default cache policy should be used |
String |
getName()
Get the name for this repository source. |
Object |
getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
|
Reference |
getReference()
|
RepositoryContext |
getRepositoryContext()
|
int |
getRetryLimit()
Get the maximum number of retries that may be performed on a given operation when using connections created by this source. |
String |
getRootNodeUuid()
Get the UUID of the root node for the cache. |
UUID |
getRootNodeUuidObject()
Get the UUID of the root node for the cache. |
String |
getSVNPassword()
|
String |
getSVNURL()
|
String |
getSVNUsername()
|
String |
getUuidPropertyName()
Get the property name where the UUID is stored for each node. |
void |
initialize(RepositoryContext context)
Initialize this source to use the supplied RepositoryContext, from which this source can obtain
connections to other sources as well as
execution contexts. |
void |
setDefaultCachePolicy(CachePolicy defaultCachePolicy)
|
void |
setName(String name)
Set the name of this source |
void |
setRetryLimit(int limit)
Set the maximum number of retries that may be performed on a given operation when using connections created by this source. |
void |
setRootNodeUuid(String rootNodeUuid)
Set the UUID of the root node in this repository. |
void |
setSVNPassword(String password)
|
void |
setSVNURL(String url)
Set the url for the subversion repository. |
void |
setSVNUsername(String username)
|
void |
setUuidPropertyName(String uuidPropertyName)
Set the property name where the UUID is stored for each node. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_RETRY_LIMIT
connection calls to the underlying source.
public static final String DEFAULT_UUID_PROPERTY_NAME
| Constructor Detail |
|---|
public SVNRepositorySource()
| Method Detail |
|---|
public void initialize(RepositoryContext context)
throws RepositorySourceException
RepositoryContext, from which this source can obtain
connections to other sources as well as
execution contexts.
initialize in interface RepositorySourceRepositorySourceExceptionRepositorySource.initialize(org.jboss.dna.graph.connectors.RepositoryContext)public RepositoryContext getRepositoryContext()
public String getName()
getName in interface RepositorySourcepublic int getRetryLimit()
connections created by this source. This value does not constitute a minimum number of retries; in fact, the connection
user is not required to retry any operations.
getRetryLimit in interface RepositorySourceRepositorySource.getRetryLimit()public void setRetryLimit(int limit)
connections created by this source. This value does not constitute a minimum number of retries; in fact, the connection
user is not required to retry any operations.
setRetryLimit in interface RepositorySourcelimit - the maximum number of allowable retries, or 0 if the source has no limitRepositorySource.setRetryLimit(int)public void setName(String name)
name - the name for this sourcepublic CachePolicy getDefaultCachePolicy()
public void setDefaultCachePolicy(CachePolicy defaultCachePolicy)
defaultCachePolicy - Sets defaultCachePolicy to the specified value.public String getRootNodeUuid()
public UUID getRootNodeUuidObject()
public void setRootNodeUuid(String rootNodeUuid)
rootNodeUuid - the UUID of the root node for the cache, or null if the UUID should be randomly generatedpublic String getUuidPropertyName()
property name where the UUID is stored for each node.
public void setUuidPropertyName(String uuidPropertyName)
property name where the UUID is stored for each node.
uuidPropertyName - the name of the UUID property, or null if the default name
should be usedpublic String getSVNURL()
public void setSVNURL(String url)
url - - the url location.
IllegalArgumentException - If svn url is null or emptypublic String getSVNUsername()
public void setSVNUsername(String username)
username - public String getSVNPassword()
public void setSVNPassword(String password)
password - public RepositorySourceCapabilities getCapabilities()
getCapabilities in interface RepositorySourceRepositorySource.getCapabilities()
public RepositoryConnection getConnection()
throws RepositorySourceException
getConnection in interface RepositorySourceRepositorySourceException - if there is a problem obtaining a connectionRepositorySource.getConnection()public boolean equals(Object obj)
equals in class Objectpublic Reference getReference()
getReference in interface ReferenceableReferenceable.getReference()
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
throws Exception
getObjectInstance in interface ObjectFactoryExceptionObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context,
java.util.Hashtable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||