| Package | Description |
|---|---|
| org.kuali.common.util.metainf.service |
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
MetaInfService.scan(MetaInfContext context) |
ScanResult |
DefaultMetaInfService.scan(MetaInfContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<ScanResult> |
MetaInfService.scan(List<MetaInfContext> contexts) |
List<ScanResult> |
DefaultMetaInfService.scan(List<MetaInfContext> contexts) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteLines |
DefaultMetaInfService.getWriteLines(ScanResult result) |
protected WriteProperties |
DefaultMetaInfService.getWriteProperties(ScanResult result) |
void |
MetaInfService.write(ScanResult result) |
void |
DefaultMetaInfService.write(ScanResult result) |
| Modifier and Type | Method and Description |
|---|---|
protected List<WriteLines> |
DefaultMetaInfService.getWriteLines(List<ScanResult> results) |
protected List<WriteProperties> |
DefaultMetaInfService.getWriteProperties(List<ScanResult> results) |
void |
MetaInfService.write(List<ScanResult> results) |
void |
DefaultMetaInfService.write(List<ScanResult> results) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.