Class UpdateSearchResult
java.lang.Object
org.pidome.server.system.packages.installer.UpdateSearchResult
Update search result containing a list of of versions related to the
component given in the search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNewer()
getOlder()
void
setCheckPackage(ServerPackage checkPackage)
void
setIncompatible(List<String> incompatible)
void
void
void
setRepository(String repository)
void
setRepositoryContainer(String repositoryContainer)
toString()
Class to string.
-
Constructor Details
-
UpdateSearchResult
public UpdateSearchResult()
-
-
Method Details
-
getNewer
- Returns:
- the newer
-
setNewer
- Parameters:
newer
- the newer to set
-
getOlder
- Returns:
- the older
-
setOlder
- Parameters:
older
- the older to set
-
getIncompatible
- Returns:
- the incompatible
-
setIncompatible
- Parameters:
incompatible
- the incompatible to set
-
toString
Class to string. -
getCheckPackage
- Returns:
- the component
-
setCheckPackage
- Parameters:
checkPackage
- the package to set
-
getRepository
- Returns:
- the repository
-
setRepository
- Parameters:
repository
- the repository to set
-
getRepositoryContainer
- Returns:
- the repositoryContainer
-
setRepositoryContainer
- Parameters:
repositoryContainer
- the repositoryContainer to set
-