org.apache.commons.clazz.common
Class StandardClazzLoaderFactory

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

public class StandardClazzLoaderFactory
extends ClazzLoaderFactorySupport

Version:
$Id: StandardClazzLoaderFactory.java,v 1.6 2004/02/19 23:58:40 scolebourne Exp $
Author:
Dmitri Plotnikov

Field Summary
static org.apache.commons.clazz.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 org.apache.commons.clazz.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: org.apache.commons.clazz.ClazzLoaderFactory
Returns the name of the clazz model implemented by this factory. By convention, it should be a proper identifier, no dots, capitalized.



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.