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