Package io.anyline2.core
Class AssetService
-
- All Implemented Interfaces:
public class AssetService
-
-
Constructor Summary
Constructors Constructor Description AssetService(String jsonContext, String assetPath, AssetDelegate assetDelegate, NetworkInterface network)
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidcheckForUpdates()voidupdate()StringgetPath()StringgetLocalValue(String valueName)StringgetReportingValues()SWIGTYPE_p_std__vectorT_std__string_tgetFiles()StringgetFilesJsonString()voidcancel()-
-
Constructor Detail
-
AssetService
AssetService(String jsonContext, String assetPath, AssetDelegate assetDelegate, NetworkInterface network)
-
-
Method Detail
-
delete
synchronized void delete()
-
checkForUpdates
void checkForUpdates()
-
update
void update()
-
getLocalValue
String getLocalValue(String valueName)
-
getReportingValues
String getReportingValues()
-
getFiles
SWIGTYPE_p_std__vectorT_std__string_t getFiles()
-
getFilesJsonString
String getFilesJsonString()
-
cancel
void cancel()
-
-
-
-