Package com.bc.ceres.metadata
Class MetadataResourceResolver
- java.lang.Object
- 
- com.bc.ceres.metadata.MetadataResourceResolver
 
- 
 public class MetadataResourceResolver extends Object Resolves names of resources belonging to sources and target of processings.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMetadataResourceResolver.TargetResourceInfo
 - 
Field SummaryFields Modifier and Type Field Description static StringVELOCITY_TEMPLATE_EXTENSION
 - 
Constructor SummaryConstructors Constructor Description MetadataResourceResolver(SimpleFileSystem simpleFileSystem)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedMap<String,String>getSourceMetadataPaths(String sourcePath)MetadataResourceResolver.TargetResourceInfogetTargetName(String templatePath, String targetPath)
 
- 
- 
- 
Field Detail- 
VELOCITY_TEMPLATE_EXTENSIONpublic static final String VELOCITY_TEMPLATE_EXTENSION - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
MetadataResourceResolverpublic MetadataResourceResolver(SimpleFileSystem simpleFileSystem) 
 
- 
 - 
Method Detail- 
getSourceMetadataPathspublic SortedMap<String,String> getSourceMetadataPaths(String sourcePath) throws IOException - Throws:
- IOException
 
 - 
getTargetNamepublic MetadataResourceResolver.TargetResourceInfo getTargetName(String templatePath, String targetPath) 
 
- 
 
-