public class ApplicationMetadataProxy extends Proxy<ApplicationMetadata> implements ApplicationMetadata
Constructor and Description |
---|
ApplicationMetadataProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationIdentifier()
Gets the application identifier.
|
String |
getDescription()
Gets the application description.
|
ExtraMetadata[] |
getExtraMetadatasList()
Gets the list of extra metadatas for this application.
|
ImageInfo[] |
getIconsList()
Gets the list of icons for this application.
|
String |
getName()
Gets the application name.
|
ImageInfo[] |
getScreenshotsList()
Gets the list of screenshots for this application.
|
String |
getVersion()
Gets the application version.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public String getApplicationIdentifier()
ApplicationMetadata
getApplicationIdentifier
in interface ApplicationMetadata
public String getDescription()
ApplicationMetadata
getDescription
in interface ApplicationMetadata
public ExtraMetadata[] getExtraMetadatasList() throws IOException
ApplicationMetadata
getExtraMetadatasList
in interface ApplicationMetadata
IOException
- if an I/O error occurs.public ImageInfo[] getIconsList() throws IOException
ApplicationMetadata
getIconsList
in interface ApplicationMetadata
IOException
- if an I/O error occurs.public String getName()
ApplicationMetadata
getName
in interface ApplicationMetadata
public ImageInfo[] getScreenshotsList() throws IOException
ApplicationMetadata
getScreenshotsList
in interface ApplicationMetadata
IOException
- if an I/O error occurs.public String getVersion()
ApplicationMetadata
getVersion
in interface ApplicationMetadata