vooga.levelEditor.xml.level
Class RecognizedClassesStorer

java.lang.Object
  extended by vooga.levelEditor.xml.level.RecognizedClassesStorer

public class RecognizedClassesStorer
extends java.lang.Object


Constructor Summary
RecognizedClassesStorer()
           
 
Method Summary
static boolean containsKey(java.lang.String name)
          Checks the map of recognized Classes to see if the name is linked to a class inside
static java.lang.Class<?> get(java.lang.String name)
          Gets the the class that holds the primitive class represented by name, or the class represented by name
static java.lang.Class<?> getPrimitiveClass(java.lang.String name)
          Returns the primitive class represented by name
static boolean isPrimitive(java.lang.String name)
          Returns true if name represents a primitive class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecognizedClassesStorer

public RecognizedClassesStorer()
Method Detail

containsKey

public static boolean containsKey(java.lang.String name)
Checks the map of recognized Classes to see if the name is linked to a class inside

Parameters:
name -
Returns:

get

public static java.lang.Class<?> get(java.lang.String name)
Gets the the class that holds the primitive class represented by name, or the class represented by name

Parameters:
name -
Returns:

isPrimitive

public static boolean isPrimitive(java.lang.String name)
Returns true if name represents a primitive class

Parameters:
name -
Returns:

getPrimitiveClass

public static java.lang.Class<?> getPrimitiveClass(java.lang.String name)
Returns the primitive class represented by name

Parameters:
name -
Returns: