Package com.pnfsoftware.jeb.core.units
Interface IUnknownInputResolver
public interface IUnknownInputResolver
Define a resolution system for input that could not be identified.
-
Method Summary
Modifier and TypeMethodDescriptionaskForHelp
(String name, IInput input, IUnitCreator parent) Request help from the resolver.
-
Method Details
-
askForHelp
Request help from the resolver.- Parameters:
name
- the input nameinput
- the input dataparent
- the parent- Returns:
- a unit type string returned by the resolved, if any, or null if the resolution failed
-