Package org.apache.ivy.osgi.updatesite
Class UpdateSiteLoader
- java.lang.Object
-
- org.apache.ivy.osgi.updatesite.UpdateSiteLoader
-
public class UpdateSiteLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdateSiteLoader(RepositoryCacheManager repositoryCacheManager, EventManager eventManager, CacheResourceOptions options, TimeoutConstraint timeoutConstraint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepoDescriptor
load(java.net.URI repoUri)
void
setLogLevel(int logLevel)
-
-
-
Constructor Detail
-
UpdateSiteLoader
public UpdateSiteLoader(RepositoryCacheManager repositoryCacheManager, EventManager eventManager, CacheResourceOptions options, TimeoutConstraint timeoutConstraint)
-
-
Method Detail
-
setLogLevel
public void setLogLevel(int logLevel)
-
load
public RepoDescriptor load(java.net.URI repoUri) throws java.io.IOException, java.text.ParseException, org.xml.sax.SAXException
- Throws:
java.io.IOException
java.text.ParseException
org.xml.sax.SAXException
-
-