| java.lang.Object | |
| ↳ | net.gtaun.shoebill.resource.ResourceDescription |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ResourceDescription(ResourceType type, File file, ClassLoader classLoader)
Will create an instance of ResourceDescription with params.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<String> |
getAuthors()
Gets the List of Authors.
| ||||||||||
| String |
getBuildDate()
Gets the Builddate.
| ||||||||||
| int |
getBuildNumber()
Gets the Buildnumber of the ResourceDescription.
| ||||||||||
| Class<? extends Resource> |
getClazz()
Gets the class of the instance.
| ||||||||||
| String |
getDescription()
Gets the Description of the ResourceDescription.
| ||||||||||
| File |
getFile()
Gets the File of the ResourceDescription instance.
| ||||||||||
| String |
getName()
Gets the name of the ResourceDescription.
| ||||||||||
| ResourceType |
getType()
Gets the ResourceType
| ||||||||||
| String |
getVersion()
Gets the version of the ResourceDescription.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Will create an instance of ResourceDescription with params.
| type | The Resourcetype |
|---|---|
| file | The Location of the File to load. |
| classLoader | The Classloader |
| ClassNotFoundException | |
| IOException | |
| ClassNotFoundException |
Gets the Buildnumber of the ResourceDescription.
Gets the Description of the ResourceDescription.