Uses of Class
org.specrunner.pipeline.InvalidTypeException

Packages that use InvalidTypeException
org.specrunner.core.pipes   
org.specrunner.core.pipes.plugin   
org.specrunner.pipeline   
org.specrunner.pipeline.core   
 

Uses of InvalidTypeException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw InvalidTypeException
protected  Map<String,Object> PipeModel.create(IChannel channel)
          Creates the default model.
static Long PipeTimestamp.lookup(IChannel channel)
          Recover time stamp from channel.
static Long PipeTime.lookup(IChannel channel)
          Recover the time information from channel.
static ISource PipeSource.lookup(IChannel channel)
          Recover the source from channel.
static IRunner PipeRunner.lookup(IChannel channel)
          Recover a runner from channel.
static IResultSet PipeResult.lookup(IChannel channel)
          Recover the result set from channel.
static IReporter PipeReporter.lookup(IChannel channel)
          Recover the reporter from channel.
static IListenerManager PipeListenerManager.lookup(IChannel channel)
          Get the manager from channel.
static String PipeInput.lookup(IChannel channel)
          Get the input from channel.
static IFeatureManager PipeFeatureManager.lookup(IChannel channel)
          Recover the manager from channel.
static ISourceDumper PipeDumper.lookup(IChannel channel)
          Recover a dumper from channel.
static IContext PipeContext.lookup(IChannel channel)
          Recover a context from channel.
static IConfiguration PipeConfiguration.lookup(IChannel channel)
          Get the configuration from channel.
static IAnnotator PipeAnnotator.lookup(IChannel channel)
          Look for the object into the channel.
static Long PipeMemory.lookupFree(IChannel channel)
          Get the free memory information.
static Long PipeMemory.lookupMax(IChannel channel)
          Get the max memory information.
static Long PipeMemory.lookupTotal(IChannel channel)
          Get the total memory information.
static Map<String,Object> PipeModel.recover(IChannel channel)
          Recover the model from channel.
 

Uses of InvalidTypeException in org.specrunner.core.pipes.plugin
 

Methods in org.specrunner.core.pipes.plugin that throw InvalidTypeException
static IPlugin PipePlugin.lookup(IChannel channel)
          Recover plugin from channel.
 

Uses of InvalidTypeException in org.specrunner.pipeline
 

Methods in org.specrunner.pipeline that throw InvalidTypeException
<T> T
IChannel.get(String key, Class<T> type)
           
 

Uses of InvalidTypeException in org.specrunner.pipeline.core
 

Methods in org.specrunner.pipeline.core that throw InvalidTypeException
<T> T
ChannelImpl.get(String key, Class<T> type)
           
 



Copyright © 2014. All rights reserved.