public interface File
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
int |
getFileSize()
Gets the file size.
|
Gadget |
getGadget()
Gets the gadget definition.
|
java.io.File |
getMediaFile()
Gets the media file.
|
java.lang.String |
getMimeType()
Gets the mime type.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getMimeType()
int getFileSize()
java.io.File getMediaFile()
Gadget getGadget()