Package org.xwiki.filter.input
Interface InputSourceReferenceParser
-
@Role public interface InputSourceReferenceParser
Allow converting theString
representation of aInputSource
.- Since:
- 13.4RC1
- Version:
- $Id: b647135d330541a8a2246ef4504892b780af9b10 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputSource
parse(String reference)
-
-
-
Method Detail
-
parse
InputSource parse(String reference) throws FilterException
- Parameters:
reference
- the reference of the input source- Returns:
- the
InputSource
corresponding to the reference - Throws:
FilterException
- when failing to parse the reference
-
-