@Configuration
@Import(value={AutowiredProjectConfig.class,MetaInfExecutableConfig.class,SpringServiceConfig.class})
public class RiceSqlConfig
extends Object
implements MetaInfContextsConfig
RiceSqlConfig down here in kuali-util. Create a rice-util and move this there? Main issue preventing this from living in the rice-xml
module itself is that it gets tricky having software used very early in the build lifecycle reside in the same project that makes use of it.| Constructor and Description |
|---|
RiceSqlConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator<MetaInfResource> |
getComparator(MetaInfGroup group) |
protected Map<MetaInfGroup,String> |
getDefaultExcludes(Map<MetaInfGroup,String> defaultIncludes) |
protected Map<MetaInfGroup,String> |
getDefaultIncludes(Project project,
String impexArtifactId,
String vendor) |
protected MetaInfContext |
getMetaInfContext(MetaInfGroup group,
String vendor) |
List<MetaInfContext> |
metaInfContexts() |
public RiceSqlConfig()
@Bean public List<MetaInfContext> metaInfContexts()
metaInfContexts in interface MetaInfContextsConfigprotected MetaInfContext getMetaInfContext(MetaInfGroup group, String vendor)
protected Comparator<MetaInfResource> getComparator(MetaInfGroup group)
protected Map<MetaInfGroup,String> getDefaultIncludes(Project project, String impexArtifactId, String vendor)
protected Map<MetaInfGroup,String> getDefaultExcludes(Map<MetaInfGroup,String> defaultIncludes)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.