net.sf.juoserver.files
Class CustomizationHelper

java.lang.Object
  extended by net.sf.juoserver.files.CustomizationHelper

public class CustomizationHelper
extends Object

This helper class contains methods useful to customizing your own UO server, for example, it retrieves the skills IDs via method getSkillIdByName(String).


Constructor Summary
CustomizationHelper(Configuration configuration, FileReadersFactory fileReadersFactory)
           
 
Method Summary
 int getSkillIdByName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizationHelper

public CustomizationHelper(Configuration configuration,
                           FileReadersFactory fileReadersFactory)
                    throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getSkillIdByName

public int getSkillIdByName(String name)


Copyright © 2010-2012. All Rights Reserved.