Package fitnesse.wikitext.parser
Class Path
- java.lang.Object
-
- fitnesse.wikitext.parser.SymbolType
-
- fitnesse.wikitext.parser.Path
-
- All Implemented Interfaces:
Matchable
,PathsProvider
,Rule
public class Path extends SymbolType implements Rule, PathsProvider
-
-
Field Summary
Fields Modifier and Type Field Description static Path
symbolType
-
Fields inherited from class fitnesse.wikitext.parser.SymbolType
Bold, CenterLine, CloseBrace, CloseBracket, CloseCollapsible, CloseEvaluator, CloseLiteral, CloseNesting, CloseParenthesis, ClosePlainTextTable, ClosePreformat, Colon, Comma, DateFormatOption, Delta, EMail, Empty, EndCell, Italic, Meta, Newline, NoteLine, OpenBrace, OpenBracket, OpenParenthesis, OrderedList, Strike, Style, SymbolList, Text, UnorderedList, Whitespace
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Maybe<Symbol>
parse(Symbol current, Parser parser)
java.util.Collection<java.lang.String>
providePaths(Translator translator, Symbol symbol)
Return the collection of paths represented by the given symbol-
Methods inherited from class fitnesse.wikitext.parser.SymbolType
addDecorator, getHtmlTranslation, getWikiMatchers, getWikiRule, htmlTranslation, makeMatch, matchesFor, removeDecorator, toString, wikiMatcher, wikiRule
-
-
-
-
Field Detail
-
symbolType
public static final Path symbolType
-
-
Method Detail
-
providePaths
public java.util.Collection<java.lang.String> providePaths(Translator translator, Symbol symbol)
Description copied from interface:PathsProvider
Return the collection of paths represented by the given symbol- Specified by:
providePaths
in interfacePathsProvider
- Parameters:
translator
- that optionally translates the symbols to a valid pathssymbol
- the symbol to collect the paths from- Returns:
- the collection of paths to be added to the classpath
-
-