Class LibraryInfo
-
- All Implemented Interfaces:
public class LibraryInfo
-
-
Constructor Summary
Constructors Constructor Description LibraryInfo(String type, String version, String fileName, int fileSize)
-
Method Summary
Modifier and Type Method Description String
getType()
String
getVersion()
String
getFileName()
int
getFileSize()
-
-
Method Detail
-
getVersion
String getVersion()
-
getFileName
String getFileName()
-
getFileSize
int getFileSize()
-
-
-
-