public class FileSchemaFactory extends Object implements SchemaFactory, Configurable
Constructor and Description |
---|
FileSchemaFactory() |
Modifier and Type | Method and Description |
---|---|
void |
endConfiguration()
Invoked upon completion of bean property configuration for this object.
|
String |
getFile()
Return the XML resource defining this schema.
|
SchemaGroup |
readSchema()
Return the schema group for the current object model and database.
|
void |
setConfiguration(Configuration conf)
Invoked prior to setting bean properties.
|
void |
setFile(String fileName)
Set the XML resource defining this schema.
|
void |
setFileName(String name)
Deprecated.
Use
setFile(java.lang.String) . Retained for
backwards-compatible auto-configuration. |
void |
startConfiguration()
Invoked before bean property configuration is begun on this object.
|
void |
storeSchema(SchemaGroup schema)
Record the schema group after changes may have been made.
|
public String getFile()
package.schema
.public void setFile(String fileName)
package.schema
.@Deprecated public void setFileName(String name)
setFile(java.lang.String)
. Retained for
backwards-compatible auto-configuration.public void setConfiguration(Configuration conf)
Configurable
setConfiguration
in interface Configurable
public void startConfiguration()
Configurable
startConfiguration
in interface Configurable
public void endConfiguration()
Configurable
endConfiguration
in interface Configurable
public SchemaGroup readSchema()
SchemaFactory
readSchema
in interface SchemaFactory
public void storeSchema(SchemaGroup schema)
SchemaFactory
storeSchema
in interface SchemaFactory
schema
- the schema definition for the entire systemCopyright © 2006–2020 Apache Software Foundation. All rights reserved.