simulations.core.strategy
Class StrategyClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by simulations.core.strategy.StrategyClassLoader

public class StrategyClassLoader
extends java.lang.ClassLoader

This class his overriden from the ClassLoader class. It's use for loading the strategy of the game by name


Constructor Summary
StrategyClassLoader()
          Creates a new instance of StategyClassLoader
 
Method Summary
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrategyClassLoader

public StrategyClassLoader()
Creates a new instance of StategyClassLoader