Parses an Campaign object @param campaign The campaignbeing loaded @param value The value of the token @param sourceURI The source that contained the token @return true if parse OK
(Campaign campaign, String value, URI sourceURI)
| 35 | * @return true if parse OK |
| 36 | */ |
| 37 | public abstract boolean parse(Campaign campaign, String value, URI sourceURI); |
| 38 | |
| 39 | } |
no outgoing calls
no test coverage detected