Großmarkt

market.resource
Class ResourceModuleIcon

java.lang.Object
  extended by market.resource.ResourceModuleIcon

public class ResourceModuleIcon
extends Object


Constructor Summary
ResourceModuleIcon()
           
 
Method Summary
 String getExtension()
          Returns the resource's file extension: "gif".
 String getPath()
          Returns the path relative to the current resource path.
 String getTypeName()
          Returns the type name of the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceModuleIcon

public ResourceModuleIcon()
Method Detail

getExtension

public String getExtension()
Returns the resource's file extension: "gif".

Returns:
the file extension

getPath

public String getPath()
Returns the path relative to the current resource path.

Returns:
the path.

getTypeName

public String getTypeName()
Returns the type name of the module. This is the name by which the resources are requested.

Returns:
the type name

Großmarkt