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 SummaryFields Modifier and Type Field Description protected IResourceIdentifierridThe resource to update.- 
Fields inherited from class jadex.platform.service.autoupdate.UpdateAgentaccount, agent, errorfile, forbiddenvmargs, interval, outputfile, receivers, separatevm
 
- 
 - 
Constructor SummaryConstructors Constructor Description MavenUpdateAgent()
 - 
Method Summary- 
Methods inherited from class jadex.platform.service.autoupdate.UpdateAgentbody, checkForUpdate, flattenStrings, generateStartOptions, getLocalVersionInfo, getUpdateArguments, getVersionInfo, notifyUpdateResult, performUpdate, startPlatformInSameVM, startPlatformInSeparateVM
 
- 
 
- 
- 
- 
Field Detail- 
ridprotected IResourceIdentifier rid The resource to update.
 
- 
 
-