org.kuali.common.impex.spring
Class ProjectSchemaExportConfig

java.lang.Object
  extended by org.kuali.common.impex.spring.ProjectSchemaExportConfig

@Configuration
public class ProjectSchemaExportConfig
extends Object

This class supports exporting a schema with multiple output modules


Field Summary
static String PROJECTS_KEY
           
static String STAGING_DIR_KEY
           
 
Constructor Summary
ProjectSchemaExportConfig()
           
 
Method Summary
protected  org.kuali.common.util.StringFilter getNameFilter(org.kuali.common.util.Project project)
           
protected  ProjectSchemaExportExecutable getProjectSchemaExportExecutable(String gav, File stagingDir)
           
 List<ProjectSchemaExportExecutable> projectSchemaExportExecutables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECTS_KEY

public static final String PROJECTS_KEY
See Also:
Constant Field Values

STAGING_DIR_KEY

public static final String STAGING_DIR_KEY
See Also:
Constant Field Values
Constructor Detail

ProjectSchemaExportConfig

public ProjectSchemaExportConfig()
Method Detail

projectSchemaExportExecutables

@Bean
public List<ProjectSchemaExportExecutable> projectSchemaExportExecutables()

getProjectSchemaExportExecutable

protected ProjectSchemaExportExecutable getProjectSchemaExportExecutable(String gav,
                                                                         File stagingDir)

getNameFilter

protected org.kuali.common.util.StringFilter getNameFilter(org.kuali.common.util.Project project)


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