Package io.anyline2.core
Class AssetService
- java.lang.Object
-
- io.anyline2.core.AssetService
-
public class AssetService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AssetService(java.lang.String jsonContext, java.lang.String assetPath, AssetDelegate assetDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidcheckForUpdates()voiddelete()SWIGTYPE_p_std__vectorT_std__string_tgetFiles()java.lang.StringgetFilesJsonString()java.lang.StringgetLocalValue(java.lang.String valueName)java.lang.StringgetPath()java.lang.StringgetReportingValues()voidupdate()
-
-
-
Constructor Detail
-
AssetService
public AssetService(java.lang.String jsonContext, java.lang.String assetPath, AssetDelegate assetDelegate) throws ArgumentException- Throws:
ArgumentException
-
-
Method Detail
-
delete
public void delete()
-
checkForUpdates
public void checkForUpdates() throws AnylineException- Throws:
AnylineException
-
update
public void update()
-
getPath
public java.lang.String getPath()
-
getLocalValue
public java.lang.String getLocalValue(java.lang.String valueName)
-
getReportingValues
public java.lang.String getReportingValues()
-
getFiles
public SWIGTYPE_p_std__vectorT_std__string_t getFiles()
-
getFilesJsonString
public java.lang.String getFilesJsonString()
-
cancel
public void cancel()
-
-