hep.io.root.core
Class DefaultClassFactory
java.lang.Object
hep.io.root.core.DefaultClassFactory
- All Implemented Interfaces:
- RootClassFactory
public class DefaultClassFactory
- extends Object
- implements RootClassFactory
The root class factory is used to create instances
of RootClass object.
- Version:
- $Id: DefaultClassFactory.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
Constructor Summary |
DefaultClassFactory(RootFileReader rfr)
Creates a Root Class factory that looks in hep.io.root.interfaces for classes
and uses the default properties files for looking for StreamerInfo
and typedefs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClassFactory
public DefaultClassFactory(RootFileReader rfr)
- Creates a Root Class factory that looks in hep.io.root.interfaces for classes
and uses the default properties files for looking for StreamerInfo
and typedefs
getLoader
public RootClassLoader getLoader()
- Specified by:
getLoader
in interface RootClassFactory
create
public BasicRootClass create(String name)
throws RootClassNotFound
- Creates an instance of a RootClass object, by searching
for an appropriate class definition.
- Specified by:
create
in interface RootClassFactory
- Throws:
RootClassNotFound
Copyright © 2000-2008 FreeHEP. All Rights Reserved.