Uses of Class
co.uk.hjcs.canyon.config.Resource

Packages that use Resource
co.uk.hjcs.canyon.mapping   
co.uk.hjcs.canyon.session   
co.uk.hjcs.canyon.util   
 

Uses of Resource in co.uk.hjcs.canyon.mapping
 

Methods in co.uk.hjcs.canyon.mapping that return Resource
 Resource ClassMapping.getOutputDataSource()
           
 

Methods in co.uk.hjcs.canyon.mapping that return types with arguments of type Resource
 java.util.List<Resource> ClassMapping.getInputDataSources()
           
 

Methods in co.uk.hjcs.canyon.mapping with parameters of type Resource
 void ClassMapping.addInputResource(Resource inputResource)
           
 void ClassMapping.setOutputDataSource(Resource outputDataSource)
           
 

Uses of Resource in co.uk.hjcs.canyon.session
 

Methods in co.uk.hjcs.canyon.session that return Resource
 Resource SessionContext.getOutputData()
           
 

Uses of Resource in co.uk.hjcs.canyon.util
 

Methods in co.uk.hjcs.canyon.util that return Resource
static Resource StreamLoader.getConfigResource(java.lang.String resourceValue, ResourceType resourceType, java.util.Properties properties)
          Returns a configuration resource.
 

Methods in co.uk.hjcs.canyon.util that return types with arguments of type Resource
static java.util.List<Resource> StreamLoader.getInputResources(java.lang.String resourceValue, ResourceType resourceType, java.util.Properties properties)
           
static java.util.List<Resource> StreamLoader.getOutputResources(java.lang.String resourceValue, ResourceType resourceType, java.lang.String prefix, java.lang.String postfix, java.lang.String dateFormat, boolean createable, boolean appendable, java.util.Properties properties)