org.apache.commons.clazz.common
Class StandardClazzLoaderFactory
java.lang.Object
org.apache.commons.clazz.common.ClazzLoaderFactorySupport
org.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
|
|
Method Summary |
String |
getClazzModel()
Returns the name of the clazz model implemented by this factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
public static final org.apache.commons.clazz.ClazzLoaderFactory FACTORY
MODEL
public static final String MODEL
- See Also:
- Constant Field Values
StandardClazzLoaderFactory
protected StandardClazzLoaderFactory()
- Constructor for StandardClazzLoaderFactory.
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.