Uses of Class
com.randomcoder.download.PackageListException

Packages that use PackageListException
com.randomcoder.download Classes used to handle downloadable files. 
com.randomcoder.download.cache Support classes for caching package lists. 
com.randomcoder.download.http HTTP repository browser classes. 
com.randomcoder.download.maven Maven repository browser classes. 
 

Uses of PackageListException in com.randomcoder.download
 

Methods in com.randomcoder.download that throw PackageListException
 List<Package> PackageListProducer.getPackages()
          Gets a list of downloadable packages.
 List<Package> AggregatePackageListProducer.getPackages()
          Merges package lists from several different sources.
 

Uses of PackageListException in com.randomcoder.download.cache
 

Methods in com.randomcoder.download.cache that throw PackageListException
 List<Package> CachingPackageListProducer.getPackages()
          Gets a list of packages, possibly from a cache.
 void CachingPackageListProducer.refresh()
          Refreshes the cache with updated data
 

Uses of PackageListException in com.randomcoder.download.http
 

Methods in com.randomcoder.download.http that throw PackageListException
 List<Package> LocalHttpRepository.getPackages()
          Generates a list of packages from a Maven repository.
 List<Package> HttpRepository.getPackages()
          Generates a list of packages from a Maven repository.
 

Uses of PackageListException in com.randomcoder.download.maven
 

Methods in com.randomcoder.download.maven that throw PackageListException
 List<Package> MavenRepository.getPackages()
          Generates a list of packages from a Maven repository.
 List<Package> LocalMavenRepository.getPackages()
          Generates a list of packages from a Maven repository.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.