Uses of Class
org.springframework.shell.style.PartsText
Packages that use PartsText
-
Uses of PartsText in org.springframework.shell.component
Methods in org.springframework.shell.component that return PartsTextModifier and TypeMethodDescriptionPathSearch.PathSearchContext.PathViewItem.getPartsText()
static PartsText
PathSearch.PathSearchContext.ofPositions
(String text, int[] positions) Split given text intoPartsText.PartText
's by given positions.Constructors in org.springframework.shell.component with parameters of type PartsText -
Uses of PartsText in org.springframework.shell.style
Methods in org.springframework.shell.style that return PartsTextModifier and TypeMethodDescriptionstatic PartsText
PartsText.of
(List<PartsText.PartText> parts) static PartsText
PartsText.of
(PartsText.PartText... parts) Methods in org.springframework.shell.style with parameters of type PartsText