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 void
delete()
void
checkForUpdates()
void
update()
String
getPath()
String
getLocalValue(String valueName)
String
getReportingValues()
SWIGTYPE_p_std__vectorT_std__string_t
getFiles()
String
getFilesJsonString()
void
cancel()
-
-
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()
-
-
-
-