public class

ResourceDescription

extends Object
java.lang.Object
   ↳ net.gtaun.shoebill.resource.ResourceDescription

Summary

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

Public Constructors

public ResourceDescription (ResourceType type, File file, ClassLoader classLoader)

Will create an instance of ResourceDescription with params.

Parameters
type The Resourcetype
file The Location of the File to load.
classLoader The Classloader
Throws
ClassNotFoundException
IOException
ClassNotFoundException

Public Methods

public List<String> getAuthors ()

Gets the List of Authors.

Returns
  • A List of Authors

public String getBuildDate ()

Gets the Builddate.

Returns
  • The Builddate

public int getBuildNumber ()

Gets the Buildnumber of the ResourceDescription.

Returns
  • The Buildnumber

public Class<? extends Resource> getClazz ()

Gets the class of the instance.

Returns
  • The Class

public String getDescription ()

Gets the Description of the ResourceDescription.

Returns
  • The Description

public File getFile ()

Gets the File of the ResourceDescription instance.

Returns
  • The File

public String getName ()

Gets the name of the ResourceDescription.

Returns
  • The Name

public ResourceType getType ()

Gets the ResourceType

Returns
  • The ResourceType

public String getVersion ()

Gets the version of the ResourceDescription.

Returns
  • The Version