public class ShellBlocTextFormatter extends Object implements NutsCodeFormat
| Constructor and Description |
|---|
ShellBlocTextFormatter(NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
NutsText |
commandToNode(String text,
NutsSession session) |
int |
getSupportLevel(NutsSupportLevelContext<String> criteria) |
NutsText |
next(StringReaderExt reader,
boolean exitOnClosedCurlBrace,
boolean exitOnClosedPar,
boolean exitOnDblQuote,
boolean exitOnAntiQuote) |
NutsText |
nextDoubleQuotes(StringReaderExt reader) |
NutsText |
stringToText(String text,
NutsSession session) |
NutsText |
tokenToText(String text,
String nodeType,
NutsSession session) |
public ShellBlocTextFormatter(NutsWorkspace ws)
public int getSupportLevel(NutsSupportLevelContext<String> criteria)
getSupportLevel in interface NutsCodeFormatpublic NutsText tokenToText(String text, String nodeType, NutsSession session)
tokenToText in interface NutsCodeFormatpublic NutsText stringToText(String text, NutsSession session)
stringToText in interface NutsCodeFormatpublic NutsText next(StringReaderExt reader, boolean exitOnClosedCurlBrace, boolean exitOnClosedPar, boolean exitOnDblQuote, boolean exitOnAntiQuote)
public NutsText nextDoubleQuotes(StringReaderExt reader)
public NutsText commandToNode(String text, NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.