Interface IUpdateService
- 
- All Known Implementing Classes:
- FileUpdateAgent,- MavenUpdateAgent,- UpdateAgent
 
 public interface IUpdateServiceUpdate service interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<IComponentIdentifier>performUpdate(UpdateInfo ui)Perform an update with the update info data.
 
- 
- 
- 
Method Detail- 
performUpdateIFuture<IComponentIdentifier> performUpdate(UpdateInfo ui) Perform an update with the update info data.- Parameters:
- ui- The update info.
 
 
- 
 
-