public class URLRemoteRepository extends ProxyRepository
Constructor and Description |
---|
URLRemoteRepository(LocalAdapterFactory factory,
java.net.URL url)
Creates a proxy for the remote repository at the given URL.
|
URLRemoteRepository(java.lang.String url)
Creates a proxy for the remote repository at the given URL.
|
URLRemoteRepository(java.net.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, java.net.URL url)
factory
- local adapter factoryurl
- URL of the remote repositorypublic URLRemoteRepository(java.net.URL url)
ClientAdapterFactory
as the default
local adapter factory.url
- URL of the remote repositorypublic URLRemoteRepository(java.lang.String url) throws java.net.MalformedURLException
ClientAdapterFactory
as the default
local adapter factory.url
- URL of the remote repositoryjava.net.MalformedURLException
- if the given URL is malformed"Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"