com.cyclops.dbdigger.schema.torque
Class TorqueSchema

java.lang.Object
  extended bycom.cyclops.dbdigger.schema.DefaultSchema
      extended bycom.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

Field Summary
 
Fields inherited from interface com.cyclops.dbdigger.schema.Schema
DEFAULT_DATABASE_NAME, ROLE
 
Constructor Summary
TorqueSchema()
           
 
Method Summary
 void addSchemaResource(URL resource)
          Method addSchemaResource() in class DatabaseRepository
 void configure(Configuration conf)
          Override method configure() of super class
 URL[] getShemaResources()
          Method getShemaResources() in class DatabaseRepository
 void initialize()
          Override method initialize() of super class
 
Methods inherited from class com.cyclops.dbdigger.schema.DefaultSchema
addDatabase, getDatabase, getDatabases, getDefaultDatabase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cyclops.dbdigger.schema.Schema
getDatabase, getDatabases, getDefaultDatabase
 

Constructor Detail

TorqueSchema

public TorqueSchema()
Method Detail

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.