org.kuali.common.impex.spring
Class XmlSchemaCompareConfig

java.lang.Object
  extended by org.kuali.common.impex.model.spring.SchemaCompareConfig
      extended by org.kuali.common.impex.spring.XmlSchemaCompareConfig

@Configuration
public class XmlSchemaCompareConfig
extends SchemaCompareConfig


Field Summary
protected  org.springframework.core.env.Environment env
           
protected static String SCHEMA_1_LOCATION_KEY
           
protected static String SCHEMA_2_LOCATION_KEY
           
 
Fields inherited from class org.kuali.common.impex.model.spring.SchemaCompareConfig
EXECUTION_SKIP_KEY, SCHEMA_1_DEFAULT_LABEL, SCHEMA_1_LABEL_KEY, SCHEMA_2_DEFAULT_LABEL, SCHEMA_2_LABEL_KEY
 
Constructor Summary
XmlSchemaCompareConfig()
           
 
Method Summary
 Schema schema1()
           
 Schema schema2()
           
 
Methods inherited from class org.kuali.common.impex.model.spring.SchemaCompareConfig
compareService, exportSchemaExecutable, schema1Label, schema2Label, skipExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_1_LOCATION_KEY

protected static final String SCHEMA_1_LOCATION_KEY
See Also:
Constant Field Values

SCHEMA_2_LOCATION_KEY

protected static final String SCHEMA_2_LOCATION_KEY
See Also:
Constant Field Values

env

@Autowired
protected org.springframework.core.env.Environment env
Constructor Detail

XmlSchemaCompareConfig

public XmlSchemaCompareConfig()
Method Detail

schema1

@Bean(name="schema1")
public Schema schema1()
Specified by:
schema1 in class SchemaCompareConfig

schema2

@Bean(name="schema2")
public Schema schema2()
Specified by:
schema2 in class SchemaCompareConfig


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.