public interface

IUnknownInputResolver

com.pnfsoftware.jeb.core.units.IUnknownInputResolver

Class Overview

Define a resolution system for input that could not be identified.

Summary

Public Methods
abstract String askForHelp(String name, IInput input, IUnitCreator parent)
Request help from the resolver.

Public Methods

public abstract String askForHelp (String name, IInput input, IUnitCreator parent)

Request help from the resolver.

Parameters
name the input name
input the input data
parent the parent
Returns
  • a unit type string returned by the resolved, if any, or null if the resolution failed