com.cyclops.dbdigger.schema.torque
Class TorqueSchema
java.lang.Object
com.cyclops.dbdigger.schema.DefaultSchema
com.cyclops.dbdigger.schema.torque.TorqueSchema
- All Implemented Interfaces:
- Configurable, Initializable, Schema
- public class TorqueSchema
- extends DefaultSchema
- implements Initializable, Configurable, Schema
- Since:
- 2003-5-22 23:22:49
- Author:
- joel guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TorqueSchema
public TorqueSchema()
addSchemaResource
public void addSchemaResource(URL resource)
- Method addSchemaResource() in class DatabaseRepository
- Parameters:
resource - URL as schema resource to add
configure
public void configure(Configuration conf)
- Override method configure() of super class
- Specified by:
configure in interface Configurable
- See Also:
Configurable.configure(org.apache.avalon.framework.configuration.Configuration)
getShemaResources
public URL[] getShemaResources()
- Method getShemaResources() in class DatabaseRepository
- Returns:
- All schema resources in this schema
initialize
public void initialize()
- Override method initialize() of super class
- Specified by:
initialize in interface Initializable
- See Also:
Initializable.initialize()
Copyright © 2003 Cyclops Group. All Rights Reserved.