net.sf.zekr.engine.revelation
Class Revelation

java.lang.Object
  extended by net.sf.zekr.engine.revelation.Revelation

public class Revelation
extends java.lang.Object

This class contains RevelationData loaded from *.revel.zip files from res/text/metadata.

Author:
Mohsen Saboorian

Constructor Summary
Revelation()
           
 
Method Summary
 void add(RevelationData rd)
           
 RevelationData get(java.lang.String revelId)
           
 java.util.Collection getAllRevels()
           
 RevelationData getDefault()
           
 void setDefault(RevelationData defaultRevelationData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Revelation

public Revelation()
Method Detail

add

public void add(RevelationData rd)

get

public RevelationData get(java.lang.String revelId)

getAllRevels

public java.util.Collection getAllRevels()

setDefault

public void setDefault(RevelationData defaultRevelationData)

getDefault

public RevelationData getDefault()