Interface IUpdateService
-
- All Known Implementing Classes:
FileUpdateAgent
,MavenUpdateAgent
,UpdateAgent
public interface IUpdateService
Update service interface.
-
-
Method Summary
All 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
-
performUpdate
IFuture<IComponentIdentifier> performUpdate(UpdateInfo ui)
Perform an update with the update info data.- Parameters:
ui
- The update info.
-
-