A B C D E F G H I L M O P R S T V

A

addDomainFormHandler(Domain, BindingResult, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminDomainController
Performs to add a domain.
addDomainHandler() - Method in class org.shredzone.repowatch.web.AdminDomainController
Prepares to add a domain.
addRepositoryFormHandler(Repository, BindingResult, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminRepoController
Performs to add a repository.
addRepositoryHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminRepoController
Prepares to add a repository.
AdminController - Class in org.shredzone.repowatch.web
This controller takes care of the admin masks.
AdminController() - Constructor for class org.shredzone.repowatch.web.AdminController
 
AdminDeleteController - Class in org.shredzone.repowatch.web
This controller takes care of deletion.
AdminDeleteController() - Constructor for class org.shredzone.repowatch.web.AdminDeleteController
 
AdminDomainController - Class in org.shredzone.repowatch.web
This controller takes care of the domain admin masks.
AdminDomainController() - Constructor for class org.shredzone.repowatch.web.AdminDomainController
 
adminHandler() - Method in class org.shredzone.repowatch.web.AdminController
Lists all changes of a repository, in a human readable form.
AdminRepoController - Class in org.shredzone.repowatch.web
This controller takes care of the repository admin masks.
AdminRepoController() - Constructor for class org.shredzone.repowatch.web.AdminRepoController
 
AdminResyncController - Class in org.shredzone.repowatch.web
This controller takes care of manual resynchronizing.
AdminResyncController() - Constructor for class org.shredzone.repowatch.web.AdminResyncController
 
AdminResyncController.SyncResult - Class in org.shredzone.repowatch.web
Contains the result of a single synchronization process.
AdminResyncController.SyncResult(Repository) - Constructor for class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 

B

BaseDAO<T extends BaseModel> - Interface in org.shredzone.repowatch.repository
Base class of all DAOs.
BaseDAOHibImpl<T extends BaseModel> - Class in org.shredzone.repowatch.repository.hib
Base implementation of BaseDAO.
BaseDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.BaseDAOHibImpl
 
BaseModel - Class in org.shredzone.repowatch.model
Represents the superclass of all other models.
BaseModel() - Constructor for class org.shredzone.repowatch.model.BaseModel
 
Blacklist - Class in org.shredzone.repowatch.model
Represents a blacklist entry.
Blacklist() - Constructor for class org.shredzone.repowatch.model.Blacklist
 
BlacklistDAO - Interface in org.shredzone.repowatch.repository
Gives access to the domain management.
BlacklistDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of BlacklistDAO.
BlacklistDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.BlacklistDAOHibImpl
 
BrowserData - Class in org.shredzone.repowatch.web.util
Contains all data required to show a page browser.
BrowserData() - Constructor for class org.shredzone.repowatch.web.util.BrowserData
 

C

Change - Class in org.shredzone.repowatch.model
Represents a changelog entry.
Change() - Constructor for class org.shredzone.repowatch.model.Change
 
Change.Type - Enum in org.shredzone.repowatch.model
 
ChangeDAO - Interface in org.shredzone.repowatch.repository
Gives access to the changelog part of the database.
ChangeDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of ChangeDAO.
ChangeDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
ChangeListController - Class in org.shredzone.repowatch.web
This controller takes care of all requests regarding the change of repositories.
ChangeListController() - Constructor for class org.shredzone.repowatch.web.ChangeListController
 
Configuration - Interface in org.shredzone.repowatch.config
Implementations of this interface return basic configuration settings.
countAllPackages() - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
countAllPackages() - Method in interface org.shredzone.repowatch.repository.PackageDAO
Counts all packages known.
countChanges(Repository) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Counts all changes logged for a Repository.
countChanges(Repository, boolean) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Counts all changes logged for a Repository.
countChanges(Repository) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
countChanges(Repository, boolean) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
countPackages(Repository) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
countPackages(Repository) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Counts all packages that belong to the given Repository.
countSearchResult(SearchDTO) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
countSearchResult(SearchDTO) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Counts the number of returned packages matching the given search.
createRepositorySynchronizer(Repository) - Method in class org.shredzone.repowatch.sync.RepositorySynchronizerFactory
Creates a new RepositorySynchronizer for a Repository.
CronAuthenticationToken - Class in org.shredzone.repowatch.job
An Authentication that allows a cron job to invoke methods that are secured for "ROLE_CRON".
CronAuthenticationToken(Object) - Constructor for class org.shredzone.repowatch.job.CronAuthenticationToken
Creates a new CronAuthenticationToken for the given cron principal.

D

DatabaseLocation - Class in org.shredzone.repowatch.sync
Contains all information about a repository database and it's location.
DatabaseLocation() - Constructor for class org.shredzone.repowatch.sync.DatabaseLocation
 
delete(T) - Method in interface org.shredzone.repowatch.repository.BaseDAO
Deletes an entity.
delete(T) - Method in class org.shredzone.repowatch.repository.hib.BaseDAOHibImpl
 
deleteAllChangesForRepository(Repository) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Deletes all changes refering to the given repository.
deleteAllChangesForRepository(Repository) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
deleteAllPackagesForDomain(Domain) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
deleteAllPackagesForDomain(Domain) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Deletes all packages refering to the given domain.
deleteAllVersionsForRepository(Repository) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
deleteAllVersionsForRepository(Repository) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Deletes all versions refering to the given repository.
deleteDomain(Domain) - Method in interface org.shredzone.repowatch.service.DeleteService
Deletes a Domain.
deleteDomain(Domain) - Method in class org.shredzone.repowatch.service.impl.DeleteServiceImpl
 
deleteDomainFormHandler(Domain, boolean, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminDeleteController
Performs to delete a domain.
deleteDomainHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminDeleteController
Prepares to delete a domain.
deleteRepository(Repository) - Method in interface org.shredzone.repowatch.service.DeleteService
Deletes a Repository.
deleteRepository(Repository) - Method in class org.shredzone.repowatch.service.impl.DeleteServiceImpl
 
deleteRepositoryFormHandler(Repository, boolean, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminDeleteController
Performs to delete a repository.
deleteRepositoryHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminDeleteController
Prepares to delete a repository.
DeleteService - Interface in org.shredzone.repowatch.service
A service for deleting repositories and entire domains.
DeleteServiceImpl - Class in org.shredzone.repowatch.service.impl
A standard implementation of the DeleteService service.
DeleteServiceImpl() - Constructor for class org.shredzone.repowatch.service.impl.DeleteServiceImpl
 
discard() - Method in class org.shredzone.repowatch.sync.PrimaryParser
Frees all resources bound by the parser.
Domain - Class in org.shredzone.repowatch.model
Represents a domain.
Domain() - Constructor for class org.shredzone.repowatch.model.Domain
 
DomainDAO - Interface in org.shredzone.repowatch.repository
Gives access to the domain management.
DomainDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of DomainDAO.
DomainDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.DomainDAOHibImpl
 
DomainValidator - Class in org.shredzone.repowatch.validator
Validates a Domain entity.
DomainValidator() - Constructor for class org.shredzone.repowatch.validator.DomainValidator
 
doSynchronization() - Method in class org.shredzone.repowatch.job.RepositorySyncJob
Perform the synchronization process.
doSynchronize() - Method in interface org.shredzone.repowatch.sync.RepositorySynchronizer
Starts the synchronization process.
doSynchronize() - Method in class org.shredzone.repowatch.sync.RepositorySynchronizerImpl
Starts the synchronization process.

E

editDomainFormHandler(Domain, BindingResult, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminDomainController
Performs to edit a domain.
editDomainFormHandler(Repository, BindingResult, SessionStatus) - Method in class org.shredzone.repowatch.web.AdminRepoController
Performs to edit a repository.
editDomainHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminDomainController
Prepares to edit a domain.
editRepositoryHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminRepoController
Prepares to edit a repository.
equals(Object) - Method in class org.shredzone.repowatch.model.BaseModel
Compares two model entities.

F

failed(SynchronizerException) - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
fetch(long) - Method in interface org.shredzone.repowatch.repository.BaseDAO
Fetches the entity with the given ID.
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.BlacklistDAOHibImpl
 
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.DomainDAOHibImpl
 
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.RepositoryDAOHibImpl
 
fetch(long) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllBlacklists() - Method in interface org.shredzone.repowatch.repository.BlacklistDAO
Returns a set of all blacklists.
findAllBlacklists() - Method in class org.shredzone.repowatch.repository.hib.BlacklistDAOHibImpl
 
findAllChanges(Repository) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Finds all changes logged for a Repository.
findAllChanges(Repository, int, int) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Finds all changes logged for a Repository.
findAllChanges(Repository, boolean, int, int) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Finds all changes logged for a Repository.
findAllChanges(Repository) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
findAllChanges(Repository, int, int) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
findAllChanges(Repository, boolean, int, int) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
findAllChangesUntil(Repository, Date, int) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Finds all changes logged since a certain date.
findAllChangesUntil(Repository, boolean, Date, int) - Method in interface org.shredzone.repowatch.repository.ChangeDAO
Finds all changes logged since a certain date.
findAllChangesUntil(Repository, Date, int) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
findAllChangesUntil(Repository, boolean, Date, int) - Method in class org.shredzone.repowatch.repository.hib.ChangeDAOHibImpl
 
findAllDomains() - Method in interface org.shredzone.repowatch.repository.DomainDAO
Returns a list of all domains registered with the database.
findAllDomains() - Method in class org.shredzone.repowatch.repository.hib.DomainDAOHibImpl
 
findAllPackages(int, int) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findAllPackages(Domain, int, int) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findAllPackages(Domain, int, int) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Finds all packages for a Domain, within certain limits.
findAllPackages(int, int) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Finds all packages for a Domain, within certain limits.
findAllPackagesForDomain(Domain) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findAllPackagesForDomain(Domain) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Finds all packages for a Domain.
findAllRepositories() - Method in class org.shredzone.repowatch.repository.hib.RepositoryDAOHibImpl
 
findAllRepositories() - Method in interface org.shredzone.repowatch.repository.RepositoryDAO
Returns a list of all repositories.
findAllVersions(Repository) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllVersions(Repository, int, int) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllVersions(Package) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllVersions(Repository) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Returns all versions of a Repository.
findAllVersions(Repository, int, int) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Returns all versions of a Repository.
findAllVersions(Package) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Returns all versions for a Package.
findAllVersionsExcept(String, Package) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllVersionsExcept(String, Package) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Finds all versions for a given package name, but keeps out the given package.
findAllVersionsForName(String) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findAllVersionsForName(String) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Finds all versions for a given package name.
findDomain(String, String) - Method in interface org.shredzone.repowatch.repository.DomainDAO
Finds a domain with the given name and release string.
findDomain(String, String) - Method in class org.shredzone.repowatch.repository.hib.DomainDAOHibImpl
 
findLastSeenBefore(Repository, Date) - Method in class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
findLastSeenBefore(Repository, Date) - Method in interface org.shredzone.repowatch.repository.VersionDAO
Finds all versions for a given Repository which are not deleted and were last seen before the given date.
findLatestPackage(String) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findLatestPackage(String) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Finds the latest version of a package with the given name.
findPackage(Domain, String) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findPackage(Domain, String) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Finds a package with the given name, in the given Domain.
findRepositories(Domain) - Method in class org.shredzone.repowatch.repository.hib.RepositoryDAOHibImpl
 
findRepositories(Domain) - Method in interface org.shredzone.repowatch.repository.RepositoryDAO
Returns a list of all repositories for the given Domain.
findRepository(Domain, String, String) - Method in class org.shredzone.repowatch.repository.hib.RepositoryDAOHibImpl
 
findRepository(Domain, String, String) - Method in interface org.shredzone.repowatch.repository.RepositoryDAO
Finds a repository in the Domain with the given name and architecture.
findSearchResult(SearchDTO, int, int) - Method in class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
findSearchResult(SearchDTO, int, int) - Method in interface org.shredzone.repowatch.repository.PackageDAO
Returns the packages matching the given search.

G

getArchitecture() - Method in class org.shredzone.repowatch.model.Repository
Architecture of the repository.
getBaseUrl() - Method in class org.shredzone.repowatch.model.Repository
Base URL of the repository itself.
getBaseurl() - Method in class org.shredzone.repowatch.web.util.BrowserData
Returns the URL to be loaded when another page is to be shown.
getChange() - Method in class org.shredzone.repowatch.model.Change
Change type.
getChecksum() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets the checksum of the database.
getChecksumType() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets the checksum type ("sha")
getCredentials() - Method in class org.shredzone.repowatch.job.CronAuthenticationToken
 
getCurrentSession() - Method in class org.shredzone.repowatch.repository.hib.BaseDAOHibImpl
Gets the current Session.
getDatabaseLocation(String) - Method in class org.shredzone.repowatch.sync.RepoMdParser
Gets the DatabaseLocation for the given database type.
getDescription() - Method in class org.shredzone.repowatch.model.Package
A detailed description of the package's functionality.
getDomain() - Method in class org.shredzone.repowatch.model.Package
Domain this package belongs to.
getDomain() - Method in class org.shredzone.repowatch.model.Repository
Domain this repository belongs to
getDomainOnly() - Method in class org.shredzone.repowatch.repository.SearchDTO
Limits the search to the given Domain.
getEntriesPerPage() - Method in interface org.shredzone.repowatch.config.Configuration
The number of entries to be shown per page of a browser list.
getEntriesPerPage() - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
 
getEpoch() - Method in class org.shredzone.repowatch.model.Change
Epoch of the Package at the time of that change.
getEpoch() - Method in class org.shredzone.repowatch.model.Version
Current epoch of that package.
getException() - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
getFileDate() - Method in class org.shredzone.repowatch.model.Version
Creation timestamp of the package file.
getFileLocation() - Method in class org.shredzone.repowatch.model.Version
File location of the package file, relative to the repository base URL.
getFirstScanned() - Method in class org.shredzone.repowatch.model.Repository
First time that repository was scanned.
getFirstSeen() - Method in class org.shredzone.repowatch.model.Version
First time the package was seen in this repository.
getHomeUrl() - Method in class org.shredzone.repowatch.model.Domain
Home URL of that domain.
getHomeUrl() - Method in class org.shredzone.repowatch.model.Package
Home page of the package.
getId() - Method in class org.shredzone.repowatch.model.BaseModel
Primary key.
getLastModified() - Method in class org.shredzone.repowatch.model.Repository
Time the primary.xml.gz was most recently changed.
getLastModifiedDate() - Method in class org.shredzone.repowatch.model.Repository
As Repository.getLastModified(), but returning a Date object.
getLastScanned() - Method in class org.shredzone.repowatch.model.Repository
Most recent time that repository was scanned.
getLastSeen() - Method in class org.shredzone.repowatch.model.Version
Last time the package was seen in this repository.
getLocation() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets the database location.
getName() - Method in class org.shredzone.repowatch.model.Blacklist
Name of the blacklisted package.
getName() - Method in class org.shredzone.repowatch.model.Domain
Name of the domain.
getName() - Method in class org.shredzone.repowatch.model.Package
Name of the package.
getName() - Method in class org.shredzone.repowatch.model.Repository
Name of the repository.
getNext() - Method in class org.shredzone.repowatch.web.util.Sequencer
Gets the next entry of the sequence.
getPackage() - Method in class org.shredzone.repowatch.model.Change
Package that was changed.
getPackage() - Method in class org.shredzone.repowatch.model.Version
Package this version belongs to.
getPackGroup() - Method in class org.shredzone.repowatch.model.Package
Package group this package belongs to.
getPage() - Method in class org.shredzone.repowatch.repository.SearchDTO
Gets the page currently shown in the search result.
getPage() - Method in class org.shredzone.repowatch.web.util.BrowserData
Gets the page currently displayed.
getPagecount() - Method in class org.shredzone.repowatch.web.util.BrowserData
Gets the number of pages to be shown.
getPageIterator() - Method in class org.shredzone.repowatch.web.util.BrowserData
Returns an iterator that iterates thru a sequence of page numbers.
getPageparam() - Method in class org.shredzone.repowatch.web.util.BrowserData
Returns the parameter name containing the page currently shown in this browser.
getPagesteps() - Method in class org.shredzone.repowatch.web.util.BrowserData
Gets a good guess for large step increments.
getPart(int) - Method in class org.shredzone.repowatch.web.util.RequestMappingResolver.RequestParts
Gets the part with a given index.
getPrincipal() - Method in class org.shredzone.repowatch.job.CronAuthenticationToken
 
getRel() - Method in class org.shredzone.repowatch.model.Change
Release of the Package at the time of that change.
getRel() - Method in class org.shredzone.repowatch.model.Version
Current release of that package.
getRelease() - Method in class org.shredzone.repowatch.model.Domain
Release of that domain.
getRepository() - Method in class org.shredzone.repowatch.model.Change
Repository where the change took place.
getRepository() - Method in class org.shredzone.repowatch.model.Version
Repository this version belongs to.
getRepository() - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
getRepoviewUrl() - Method in class org.shredzone.repowatch.model.Repository
Base URL of repoview pages.
getRequestParts(HttpServletRequest) - Method in class org.shredzone.repowatch.web.util.RequestMappingResolver
Gets the RequestMappingResolver.RequestParts object for the given request.
getRequestParts(String) - Method in class org.shredzone.repowatch.web.util.RequestMappingResolver
Gets the RequestMappingResolver.RequestParts object for the given request.
getRequiredTime() - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
getResultcount() - Method in class org.shredzone.repowatch.web.util.BrowserData
Gets the number of entries of the result.
getRssMaxNumberOfDays() - Method in interface org.shredzone.repowatch.config.Configuration
The maximum number of days to look back in a RSS feed.
getRssMaxNumberOfDays() - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
 
getRssMaxNumberOfEntries() - Method in interface org.shredzone.repowatch.config.Configuration
The maximum number of entries in a RSS feed.
getRssMaxNumberOfEntries() - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
 
getSearchTermMinLength() - Method in interface org.shredzone.repowatch.config.Configuration
The minimum number of characters in a valid search term.
getSearchTermMinLength() - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
 
getSummary() - Method in class org.shredzone.repowatch.model.Package
A short summary of the package's functionality.
getTerm() - Method in class org.shredzone.repowatch.repository.SearchDTO
Gets the search term.
getTimestamp() - Method in class org.shredzone.repowatch.model.Change
Timestamp of the event.
getTimestamp() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets the timestamp of the last modification (milliseconds since epoch).
getTimestampAsDate() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets a Date representation of DatabaseLocation.getTimestamp().
getType() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Gets the database type ("primary", "filelists", "other", ...)
getVer() - Method in class org.shredzone.repowatch.model.Change
Version of the Package at the time of that change.
getVer() - Method in class org.shredzone.repowatch.model.Version
Current version of that package.

H

hashCode() - Method in class org.shredzone.repowatch.model.BaseModel
Creates a hash code for this model entity.
hasParts() - Method in class org.shredzone.repowatch.web.util.RequestMappingResolver.RequestParts
Checks if this RequestParts contains any parts.

I

id - Variable in class org.shredzone.repowatch.model.BaseModel
 
insert(T) - Method in interface org.shredzone.repowatch.repository.BaseDAO
Inserts a new entity.
insert(T) - Method in class org.shredzone.repowatch.repository.hib.BaseDAOHibImpl
 
isCompressed() - Method in class org.shredzone.repowatch.sync.DatabaseLocation
Returns true if the database XML file is gz compressed, false if it's plaintext.
isDeleted() - Method in class org.shredzone.repowatch.model.Version
Has the package been remove from the repository.
isDescriptions() - Method in class org.shredzone.repowatch.repository.SearchDTO
Checks if the summary and description are to be searched as well.
iterator() - Method in class org.shredzone.repowatch.sync.PrimaryParser
Returns an iterator over the Version entities found.

L

listChangesHandler(HttpServletRequest, HttpServletResponse, Integer, Boolean) - Method in class org.shredzone.repowatch.web.ChangeListController
Lists all changes of a repository, in a human readable form.
listChangesRssHandler(HttpServletRequest, HttpServletResponse, Boolean) - Method in class org.shredzone.repowatch.web.ChangeListController
Lists all changes of a repository, as RSS.
listVersionsHandler(HttpServletRequest, HttpServletResponse, Integer) - Method in class org.shredzone.repowatch.web.VersionsDetailController
Lists all package versions of a repository.

M

merge(T) - Method in interface org.shredzone.repowatch.repository.BaseDAO
Merges a detached entity.
merge(T) - Method in class org.shredzone.repowatch.repository.hib.BaseDAOHibImpl
 

O

org.shredzone.repowatch.config - package org.shredzone.repowatch.config
 
org.shredzone.repowatch.job - package org.shredzone.repowatch.job
 
org.shredzone.repowatch.model - package org.shredzone.repowatch.model
 
org.shredzone.repowatch.repository - package org.shredzone.repowatch.repository
 
org.shredzone.repowatch.repository.hib - package org.shredzone.repowatch.repository.hib
 
org.shredzone.repowatch.service - package org.shredzone.repowatch.service
 
org.shredzone.repowatch.service.impl - package org.shredzone.repowatch.service.impl
 
org.shredzone.repowatch.sync - package org.shredzone.repowatch.sync
 
org.shredzone.repowatch.validator - package org.shredzone.repowatch.validator
 
org.shredzone.repowatch.web - package org.shredzone.repowatch.web
 
org.shredzone.repowatch.web.util - package org.shredzone.repowatch.web.util
 

P

Package - Class in org.shredzone.repowatch.model
Represents a package.
Package() - Constructor for class org.shredzone.repowatch.model.Package
 
PackageDAO - Interface in org.shredzone.repowatch.repository
Gives access to the package management.
PackageDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of PackageDAO.
PackageDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.PackageDAOHibImpl
 
PackageDetailController - Class in org.shredzone.repowatch.web
This controller takes care of showing details of packages.
PackageDetailController() - Constructor for class org.shredzone.repowatch.web.PackageDetailController
 
PackageListController - Class in org.shredzone.repowatch.web
This controller takes care of listing packages.
PackageListController() - Constructor for class org.shredzone.repowatch.web.PackageListController
 
packagesHandler(HttpServletRequest, Integer) - Method in class org.shredzone.repowatch.web.PackageListController
Lists all known packages.
parse() - Method in class org.shredzone.repowatch.sync.PrimaryParser
Parses the database.
parse() - Method in class org.shredzone.repowatch.sync.RepoMdParser
Parses the repomd file.
partCount() - Method in class org.shredzone.repowatch.web.util.RequestMappingResolver.RequestParts
Counts the number of parts.
PrimaryParser - Class in org.shredzone.repowatch.sync
This beast parses a primary.xml file.
PrimaryParser(Repository, DatabaseLocation) - Constructor for class org.shredzone.repowatch.sync.PrimaryParser
Creates a new PrimaryParser.
PropertyConfigurationBean - Class in org.shredzone.repowatch.config
This implementation of the Configuration interface returns sensible default values which can be changed by the setter methods.
PropertyConfigurationBean() - Constructor for class org.shredzone.repowatch.config.PropertyConfigurationBean
 

R

readNextVersion() - Method in class org.shredzone.repowatch.sync.PrimaryParser
Reads the next Version entity found in the xml file.
repoHandler() - Method in class org.shredzone.repowatch.web.RepositoryListController
Lists all repositories.
repoHandler(HttpServletRequest, HttpSession, Boolean, String, Boolean, Integer, Boolean, Long) - Method in class org.shredzone.repowatch.web.SearchController
Lists all changes of a repository, in a human readable form.
RepoMdParser - Class in org.shredzone.repowatch.sync
Parses the repomd.xml file of a repository.
RepoMdParser(URL) - Constructor for class org.shredzone.repowatch.sync.RepoMdParser
Creates a RepoMdParser.
Repository - Class in org.shredzone.repowatch.model
Represents a yum repository.
Repository() - Constructor for class org.shredzone.repowatch.model.Repository
 
RepositoryDAO - Interface in org.shredzone.repowatch.repository
Gives access to the repository part of the database.
RepositoryDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of RepositoryDAO.
RepositoryDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.RepositoryDAOHibImpl
 
RepositoryListController - Class in org.shredzone.repowatch.web
This controller takes care of listing repositories.
RepositoryListController() - Constructor for class org.shredzone.repowatch.web.RepositoryListController
 
RepositorySynchronizer - Interface in org.shredzone.repowatch.sync
This is the heart of the synchronizer.
RepositorySynchronizerFactory - Class in org.shredzone.repowatch.sync
A factory to create new RepositorySynchronizer objects easily in a Spring context.
RepositorySynchronizerFactory() - Constructor for class org.shredzone.repowatch.sync.RepositorySynchronizerFactory
 
RepositorySynchronizerImpl - Class in org.shredzone.repowatch.sync
This is the heart of the synchronizer.
RepositorySynchronizerImpl() - Constructor for class org.shredzone.repowatch.sync.RepositorySynchronizerImpl
 
RepositorySyncJob - Class in org.shredzone.repowatch.job
A scheduler job for synchronizing the repository database.
RepositorySyncJob() - Constructor for class org.shredzone.repowatch.job.RepositorySyncJob
 
RepositoryValidator - Class in org.shredzone.repowatch.validator
Validates a Repository entity.
RepositoryValidator() - Constructor for class org.shredzone.repowatch.validator.RepositoryValidator
 
RequestMappingResolver - Class in org.shredzone.repowatch.web.util
Resolves the URL according to the RequestMapping pattern.
RequestMappingResolver(String) - Constructor for class org.shredzone.repowatch.web.util.RequestMappingResolver
Creates a new RequestMappingResolver.
RequestMappingResolver.RequestParts - Class in org.shredzone.repowatch.web.util
This class contains the single parts of a resolved URL.
RequestMappingResolver.RequestParts(String[]) - Constructor for class org.shredzone.repowatch.web.util.RequestMappingResolver.RequestParts
Creates a new RequestParts object.
resyncAllHandler() - Method in class org.shredzone.repowatch.web.AdminResyncController
Resync everything.
resyncDomainHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminResyncController
Resync a domain.
resyncRepositoryHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.AdminResyncController
Resync a repository.

S

SearchController - Class in org.shredzone.repowatch.web
This controller takes care of all search operations.
SearchController() - Constructor for class org.shredzone.repowatch.web.SearchController
 
SearchDTO - Class in org.shredzone.repowatch.repository
A Data Transport Object for search parameters.
SearchDTO() - Constructor for class org.shredzone.repowatch.repository.SearchDTO
 
Sequencer - Class in org.shredzone.repowatch.web.util
A helper class that returns an endless sequence of the given item set.
Sequencer(String...) - Constructor for class org.shredzone.repowatch.web.util.Sequencer
Creates a new Sequencer with the given sequence.
setArchitecture(String) - Method in class org.shredzone.repowatch.model.Repository
 
setBaseUrl(String) - Method in class org.shredzone.repowatch.model.Repository
 
setBaseurl(String) - Method in class org.shredzone.repowatch.web.util.BrowserData
 
setChange(Change.Type) - Method in class org.shredzone.repowatch.model.Change
 
setChecksum(String) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setChecksumType(String) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setCompressed(boolean) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setDeleted(boolean) - Method in class org.shredzone.repowatch.model.Version
 
setDescription(String) - Method in class org.shredzone.repowatch.model.Package
 
setDescriptions(boolean) - Method in class org.shredzone.repowatch.repository.SearchDTO
 
setDomain(Domain) - Method in class org.shredzone.repowatch.model.Package
 
setDomain(Domain) - Method in class org.shredzone.repowatch.model.Repository
 
setDomainOnly(Domain) - Method in class org.shredzone.repowatch.repository.SearchDTO
 
setEntriesPerPage(int) - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
Sets the number of entries to be shown per page of a browser list.
setEpoch(String) - Method in class org.shredzone.repowatch.model.Change
 
setEpoch(String) - Method in class org.shredzone.repowatch.model.Version
 
setFileDate(Date) - Method in class org.shredzone.repowatch.model.Version
 
setFileLocation(String) - Method in class org.shredzone.repowatch.model.Version
 
setFirstScanned(Date) - Method in class org.shredzone.repowatch.model.Repository
 
setFirstSeen(Date) - Method in class org.shredzone.repowatch.model.Version
 
setHomeUrl(String) - Method in class org.shredzone.repowatch.model.Domain
 
setHomeUrl(String) - Method in class org.shredzone.repowatch.model.Package
 
setId(long) - Method in class org.shredzone.repowatch.model.BaseModel
 
setLastModified(long) - Method in class org.shredzone.repowatch.model.Repository
 
setLastScanned(Date) - Method in class org.shredzone.repowatch.model.Repository
 
setLastSeen(Date) - Method in class org.shredzone.repowatch.model.Version
 
setLocation(String) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setName(String) - Method in class org.shredzone.repowatch.model.Blacklist
 
setName(String) - Method in class org.shredzone.repowatch.model.Domain
 
setName(String) - Method in class org.shredzone.repowatch.model.Package
 
setName(String) - Method in class org.shredzone.repowatch.model.Repository
 
setPackage(Package) - Method in class org.shredzone.repowatch.model.Change
 
setPackage(Package) - Method in class org.shredzone.repowatch.model.Version
 
setPackGroup(String) - Method in class org.shredzone.repowatch.model.Package
 
setPage(int) - Method in class org.shredzone.repowatch.repository.SearchDTO
 
setPage(int) - Method in class org.shredzone.repowatch.web.util.BrowserData
 
setPagecount(int) - Method in class org.shredzone.repowatch.web.util.BrowserData
 
setPageparam(String) - Method in class org.shredzone.repowatch.web.util.BrowserData
 
setRel(String) - Method in class org.shredzone.repowatch.model.Change
 
setRel(String) - Method in class org.shredzone.repowatch.model.Version
 
setRelease(String) - Method in class org.shredzone.repowatch.model.Domain
 
setRepository(Repository) - Method in class org.shredzone.repowatch.model.Change
 
setRepository(Repository) - Method in class org.shredzone.repowatch.model.Version
 
setRepository(Repository) - Method in interface org.shredzone.repowatch.sync.RepositorySynchronizer
Sets the Repository to be synchronized.
setRepository(Repository) - Method in class org.shredzone.repowatch.sync.RepositorySynchronizerImpl
Sets the Repository to be synchronized.
setRepoviewUrl(String) - Method in class org.shredzone.repowatch.model.Repository
 
setResultcount(long) - Method in class org.shredzone.repowatch.web.util.BrowserData
 
setRssMaxNumberOfDays(int) - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
Sets the maximum number of days to look back in a RSS feed.
setRssMaxNumberOfEntries(int) - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
Sets the maximum number of entries in a RSS feed.
setSearchTermMinLength(int) - Method in class org.shredzone.repowatch.config.PropertyConfigurationBean
Sets the minimum number of characters in a valid search term.
setSummary(String) - Method in class org.shredzone.repowatch.model.Package
 
setTerm(String) - Method in class org.shredzone.repowatch.repository.SearchDTO
 
setTimestamp(Date) - Method in class org.shredzone.repowatch.model.Change
 
setTimestamp(long) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setType(String) - Method in class org.shredzone.repowatch.sync.DatabaseLocation
 
setVer(String) - Method in class org.shredzone.repowatch.model.Change
 
setVer(String) - Method in class org.shredzone.repowatch.model.Version
 
showPackageHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.PackageDetailController
Shows the details of a package.
showSinglePackageHandler(HttpServletRequest, HttpServletResponse) - Method in class org.shredzone.repowatch.web.PackageDetailController
Shows the details of a package, in the context of a certain domain.
startTimer() - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
stopTimer() - Method in class org.shredzone.repowatch.web.AdminResyncController.SyncResult
 
supports(Class) - Method in class org.shredzone.repowatch.validator.DomainValidator
 
supports(Class) - Method in class org.shredzone.repowatch.validator.RepositoryValidator
 
SynchronizerException - Exception in org.shredzone.repowatch.service
Shows that something went wrong while synchronizing.
SynchronizerException() - Constructor for exception org.shredzone.repowatch.service.SynchronizerException
 
SynchronizerException(String) - Constructor for exception org.shredzone.repowatch.service.SynchronizerException
 
SynchronizerException(String, Throwable) - Constructor for exception org.shredzone.repowatch.service.SynchronizerException
 
SynchronizerException - Exception in org.shredzone.repowatch.sync
Shows that something went wrong while synchronizing.
SynchronizerException() - Constructor for exception org.shredzone.repowatch.sync.SynchronizerException
 
SynchronizerException(String) - Constructor for exception org.shredzone.repowatch.sync.SynchronizerException
 
SynchronizerException(String, Throwable) - Constructor for exception org.shredzone.repowatch.sync.SynchronizerException
 
syncRepository(Repository) - Method in class org.shredzone.repowatch.service.impl.SyncServiceImpl
 
syncRepository(Repository) - Method in interface org.shredzone.repowatch.service.SyncService
Synchronizes only a single repository.
SyncService - Interface in org.shredzone.repowatch.service
A service providing everything that is required for keeping the database in sync with the original repository database.
SyncServiceImpl - Class in org.shredzone.repowatch.service.impl
A standard implementation of the SyncService service.
SyncServiceImpl() - Constructor for class org.shredzone.repowatch.service.impl.SyncServiceImpl
 

T

toString() - Method in class org.shredzone.repowatch.model.Repository
Returns a human readable string for the repository.

V

validate(Object, Errors) - Method in class org.shredzone.repowatch.validator.DomainValidator
 
validate(Object, Errors) - Method in class org.shredzone.repowatch.validator.RepositoryValidator
 
valueOf(String) - Static method in enum org.shredzone.repowatch.model.Change.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.shredzone.repowatch.model.Change.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.shredzone.repowatch.model
Represents a version of a package.
Version() - Constructor for class org.shredzone.repowatch.model.Version
 
VersionDAO - Interface in org.shredzone.repowatch.repository
Gives access to the repository part of the database.
VersionDAOHibImpl - Class in org.shredzone.repowatch.repository.hib
A Hibernate implementation of VersionDAO.
VersionDAOHibImpl() - Constructor for class org.shredzone.repowatch.repository.hib.VersionDAOHibImpl
 
VersionsDetailController - Class in org.shredzone.repowatch.web
This controller takes care of showing details of a package version.
VersionsDetailController() - Constructor for class org.shredzone.repowatch.web.VersionsDetailController
 

A B C D E F G H I L M O P R S T V

Copyright © 2007-2011 shredzone.org. All Rights Reserved.