Class MavenUpdateAgent
- java.lang.Object
-
- jadex.platform.service.autoupdate.UpdateAgent
-
- jadex.platform.service.autoupdate.MavenUpdateAgent
-
- All Implemented Interfaces:
IUpdateService
public class MavenUpdateAgent extends UpdateAgent
-
-
Field Summary
Fields Modifier and Type Field Description protected IResourceIdentifier
rid
The resource to update.-
Fields inherited from class jadex.platform.service.autoupdate.UpdateAgent
account, agent, errorfile, forbiddenvmargs, interval, outputfile, receivers, separatevm
-
-
Constructor Summary
Constructors Constructor Description MavenUpdateAgent()
-
Method Summary
-
Methods inherited from class jadex.platform.service.autoupdate.UpdateAgent
body, checkForUpdate, flattenStrings, generateStartOptions, getLocalVersionInfo, getUpdateArguments, getVersionInfo, notifyUpdateResult, performUpdate, startPlatformInSameVM, startPlatformInSeparateVM
-
-
-
-
Field Detail
-
rid
protected IResourceIdentifier rid
The resource to update.
-
-