public class ApplicationMetadataProxy extends <any> implements ApplicationMetadata
Constructor and Description |
---|
ApplicationMetadataProxy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationIdentifier()
Gets the application identifier.
|
java.lang.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.
|
java.lang.String |
getName()
Gets the application name.
|
ImageInfo[] |
getScreenshotsList()
Gets the list of screenshots for this application.
|
java.lang.String |
getVersion()
Gets the application version.
|
public java.lang.String getName()
ApplicationMetadata
getName
in interface ApplicationMetadata
public java.lang.String getVersion()
ApplicationMetadata
getVersion
in interface ApplicationMetadata
public java.lang.String getDescription()
ApplicationMetadata
getDescription
in interface ApplicationMetadata
public ImageInfo[] getIconsList() throws java.io.IOException
ApplicationMetadata
getIconsList
in interface ApplicationMetadata
java.io.IOException
- if an I/O error occurs.public ImageInfo[] getScreenshotsList() throws java.io.IOException
ApplicationMetadata
getScreenshotsList
in interface ApplicationMetadata
java.io.IOException
- if an I/O error occurs.public ExtraMetadata[] getExtraMetadatasList() throws java.io.IOException
ApplicationMetadata
getExtraMetadatasList
in interface ApplicationMetadata
java.io.IOException
- if an I/O error occurs.public java.lang.String getApplicationIdentifier()
ApplicationMetadata
getApplicationIdentifier
in interface ApplicationMetadata