Class FileSchemaFactory

    • Constructor Detail

      • FileSchemaFactory

        public FileSchemaFactory()
    • Method Detail

      • getFile

        public java.lang.String getFile()
        Return the XML resource defining this schema. Defaults to package.schema.
      • setFile

        public void setFile​(java.lang.String fileName)
        Set the XML resource defining this schema. Defaults to package.schema.
      • setFileName

        @Deprecated
        public void setFileName​(java.lang.String name)
        Deprecated.
        Use setFile(java.lang.String). Retained for backwards-compatible auto-configuration.
      • startConfiguration

        public void startConfiguration()
        Description copied from interface: Configurable
        Invoked before bean property configuration is begun on this object.
        Specified by:
        startConfiguration in interface Configurable
      • endConfiguration

        public void endConfiguration()
        Description copied from interface: Configurable
        Invoked upon completion of bean property configuration for this object.
        Specified by:
        endConfiguration in interface Configurable
      • storeSchema

        public void storeSchema​(SchemaGroup schema)
        Description copied from interface: SchemaFactory
        Record the schema group after changes may have been made.
        Specified by:
        storeSchema in interface SchemaFactory
        Parameters:
        schema - the schema definition for the entire system