public class URLRemoteRepository extends ProxyRepository
Constructor and Description |
---|
URLRemoteRepository(LocalAdapterFactory factory,
URL url)
Creates a proxy for the remote repository at the given URL.
|
URLRemoteRepository(String url)
Creates a proxy for the remote repository at the given URL.
|
URLRemoteRepository(URL url)
Creates a proxy for the remote repository at the given URL.
|
getDescriptor, getDescriptorKeys, getDescriptorValue, getDescriptorValues, isSingleValueDescriptor, isStandardDescriptor, login, login, login, login
public URLRemoteRepository(LocalAdapterFactory factory, URL url)
factory
- local adapter factoryurl
- URL of the remote repositorypublic URLRemoteRepository(URL url)
JackrabbitClientAdapterFactory
as the default
local adapter factory.url
- URL of the remote repositorypublic URLRemoteRepository(String url) throws MalformedURLException
JackrabbitClientAdapterFactory
as the default
local adapter factory.url
- URL of the remote repositoryMalformedURLException
- if the given URL is malformed"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"