erland.game.tileadventure
Class LevelManagerHelper

java.lang.Object
  extended by erland.game.tileadventure.LevelManagerHelper

public class LevelManagerHelper
extends Object


Constructor Summary
LevelManagerHelper()
           
 
Method Summary
static StorageInterface load(ParameterValueStorageExInterface mainStorage, String parent, String group, String id)
           
static void store(ParameterValueStorageExInterface storage, String parent, String group, String id, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelManagerHelper

public LevelManagerHelper()
Method Detail

load

public static StorageInterface load(ParameterValueStorageExInterface mainStorage,
                                    String parent,
                                    String group,
                                    String id)

store

public static void store(ParameterValueStorageExInterface storage,
                         String parent,
                         String group,
                         String id,
                         String value)


Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.