@Configuration
@Import(value={AutowiredProjectConfig.class,MetaInfExecutableConfig.class,SpringServiceConfig.class})
public class RiceXmlConfig
extends Object
implements MetaInfContextsConfig
RiceXmlConfig 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.| Modifier and Type | Field and Description |
|---|---|
static String |
INGEST_FILENAME |
| Constructor and Description |
|---|
RiceXmlConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator<MetaInfResource> |
getComparator() |
protected Map<MetaInfGroup,String> |
getDefaultExcludes() |
protected Map<MetaInfGroup,String> |
getDefaultIncludes(Project project,
String qualifier,
MetaInfDataType type) |
protected List<MetaInfContext> |
getMetaInfContexts(MetaInfGroup group,
String includeString,
MetaInfDataType type) |
protected List<MetaInfDataType> |
getTypes() |
List<MetaInfContext> |
metaInfContexts() |
public static final String INGEST_FILENAME
public RiceXmlConfig()
@Bean public List<MetaInfContext> metaInfContexts()
metaInfContexts in interface MetaInfContextsConfigprotected List<MetaInfContext> getMetaInfContexts(MetaInfGroup group, String includeString, MetaInfDataType type)
protected List<MetaInfDataType> getTypes()
protected Comparator<MetaInfResource> getComparator()
protected Map<MetaInfGroup,String> getDefaultIncludes(Project project, String qualifier, MetaInfDataType type)
protected Map<MetaInfGroup,String> getDefaultExcludes()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.