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