org.apache.commons.clazz.common
Class StandardClazzLoaderFactory

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzLoaderFactorySupport
      extended by org.apache.commons.clazz.common.StandardClazzLoaderFactory
All Implemented Interfaces:
ClazzLoaderFactory

public class StandardClazzLoaderFactory
extends ClazzLoaderFactorySupport

Version:
$Id: StandardClazzLoaderFactory.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Field Summary
static ClazzLoaderFactory FACTORY
           
static String MODEL
           
 
Constructor Summary
protected StandardClazzLoaderFactory()
          Constructor for StandardClazzLoaderFactory.
 
Method Summary
 String getClazzModel()
          Returns the name of the clazz model implemented by this factory.
 
Methods inherited from class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
addClazzLoaderClass, allocateClazzLoader, createClazzLoader, getClazzLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final ClazzLoaderFactory FACTORY

MODEL

public static final String MODEL
See Also:
Constant Field Values
Constructor Detail

StandardClazzLoaderFactory

protected StandardClazzLoaderFactory()
Constructor for StandardClazzLoaderFactory.

Method Detail

getClazzModel

public String getClazzModel()
Description copied from interface: ClazzLoaderFactory
Returns the name of the clazz model implemented by this factory. By convention, it should be a proper identifier, no dots, capitalized.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.