- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AttributedStyle (0.05 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeContext.java
public List<AttributedString> header; public AttributedStyle style; public LineReader reader; // Indentation control for nested logging private int indentLevel = 0; private String indentString = Indentation.DEFAULT; public void addInHeader(String text) { addInHeader(AttributedStyle.DEFAULT, text); } public void addInHeader(AttributedStyle style, String text) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 4.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
sb.style(AttributedStyle.DEFAULT.bold().foreground(69)); } else { sb.style(AttributedStyle.DEFAULT.foreground(AttributedStyle.CYAN)); } } else { sb.style(AttributedStyle.DEFAULT.boldOff().foregroundOff()); } } }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 10.1K bytes - Viewed (0)