Uses of Class
net.sf.pipet.resources.ResourceException

Packages that use ResourceException
net.sf.pipet.api   
net.sf.pipet.resources   
 

Uses of ResourceException in net.sf.pipet.api
 

Methods in net.sf.pipet.api that throw ResourceException
 boolean ModuleInterface.ModuleConfigurator.configure(ModuleAttributes atts, Collection<ModuleDefinition> pipeline, net.sf.qxs.messenger.Messenger logger)
          A call to this method configures the module by setting the configuration variables in the ModuleAttributes object which is passed as a parameter.
 String ModuleDefinition.getDescription()
           
 String ModuleInterface.getDescription(ModuleAttributes atts)
          Returns a description of the module.
 Map<String,ParameterType<?>> ModuleDefinition.getGlobalParameters()
           
 Map<String,ParameterType<?>> ModuleInterface.getGlobalParameters(ModuleAttributes atts)
           
 Collection<String> ModuleDefinition.getInputPipeNames()
          Deprecated. 
 Collection<String> ModuleInterface.getInputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Collection<String> AbstractModule.getInputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Map<String,String> ModuleDefinition.getInputPipeTypes()
          Returns the input ports of this module.
 Map<String,String> ModuleInterface.getInputPipeTypes(ModuleAttributes atts)
          Returns a map with one entry for each input pipe.
 ModuleInterface.ModuleConfigurator ModuleInterface.getInstallationConfigurator(int interface_type)
          Returns a configurator.
 Collection<String> ModuleDefinition.getOutputPipeNames()
          Deprecated. 
 Collection<String> ModuleInterface.getOutputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Collection<String> AbstractModule.getOutputPipeNames(ModuleAttributes atts)
          Deprecated. 
 Map<String,String> ModuleDefinition.getOutputPipeTypes()
          Returns the output ports of this module.
 Map<String,String> ModuleInterface.getOutputPipeTypes(ModuleAttributes atts)
          Returns a map with one entry for each output pipe.
 ModuleInterface.ModuleConfigurator ModuleInterface.getPipelineConfigurator(int interface_type)
          Returns a configurator.
 Map<String,ParameterType<?>> ModuleDefinition.getPipelineParameters()
           
 Map<String,ParameterType<?>> ModuleInterface.getPipelineParameters(ModuleAttributes atts)
           
 ModuleInterface.ModuleConfigurator ModuleInterface.getRuntimeConfigurator(int interface_type)
          Returns a configurator.
 Map<String,ParameterType<?>> ModuleDefinition.getRuntimeParameters()
           
 Map<String,ParameterType<?>> ModuleInterface.getRuntimeParameters(ModuleAttributes atts)
           
 Map<String,ParameterType<?>> AbstractModule.getRuntimeParameters(ModuleAttributes atts)
           
 String ModuleInterface.getTitle(ModuleAttributes atts)
          Returns the title (a short description) of the module.
 String AbstractModule.getTitle(ModuleAttributes atts)
           
 boolean ModuleDefinition.isSatisfied(Collection<String> provided_data)
           
 

Uses of ResourceException in net.sf.pipet.resources
 

Subclasses of ResourceException in net.sf.pipet.resources
 class ResourceAccessException
           
 class ResourceNotFoundException
           
 class ResourceNotPermittedException
           
 class ResourceSpecificationException
           
 class ResourceValidationException
           
 



Copyright © 2012 VU University Amsterdam. All Rights Reserved.