public interface ApplicationMetadata
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.
|
String getApplicationIdentifier()
String getDescription()
ExtraMetadata[] getExtraMetadatasList() throws IOException
IOException
- if an I/O error occurs.ImageInfo[] getIconsList() throws IOException
IOException
- if an I/O error occurs.String getName()
ImageInfo[] getScreenshotsList() throws IOException
IOException
- if an I/O error occurs.String getVersion()