Package org.xwiki.filter.input
Interface InputSourceReferenceParser
-
@Role @Unstable public interface InputSourceReferenceParser
Allow converting theString
representation of aInputSource
.- Since:
- 13.4RC1
- Version:
- $Id: d65418a431c816fb8a8db177cb6f0f72624fdd70 $
-
-
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
-
-