|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CatalystListFormat
This interface is used to represent the formats of lists of catalyst names.
Method Summary | |
---|---|
java.lang.String |
format(java.util.List<java.lang.String> catalystNames)
Returns a formatted string representation of the provided list of catalyst names. |
CatalyzedFluxome |
getFluxome()
Returns the fluxome used to verify catalyst names. |
java.util.List<java.lang.String> |
parse(java.lang.String catalystNames)
Parses the provided string and returns the list of catalyst names it contains. |
Methods inherited from interface sbrt.shell.text.Formatter |
---|
format |
Method Detail |
---|
CatalyzedFluxome getFluxome()
java.lang.String format(java.util.List<java.lang.String> catalystNames)
catalystNames
- the list of catalyst names to be formatted.
java.util.List<java.lang.String> parse(java.lang.String catalystNames)
parse
in interface Parser<java.util.List<java.lang.String>>
catalystNames
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |