T - A functional class that parses an outcomepublic abstract class ParseAction<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
theOutcome |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseAction(T outcome) |
| Modifier and Type | Method and Description |
|---|---|
static ParseAction<IBaseResource> |
create(IBaseResource outcome) |
static ParseAction<TagList> |
create(TagList outcome) |
abstract void |
execute(IParser parser,
Writer writer) |
protected T theOutcome
protected ParseAction(T outcome)
public abstract void execute(IParser parser, Writer writer) throws IOException
IOExceptionpublic static ParseAction<TagList> create(TagList outcome)
public static ParseAction<IBaseResource> create(IBaseResource outcome)
Copyright © 2014–2016 University Health Network. All rights reserved.