Skip navigation links
B C E F G I M N O R S V W 

B

bundle(Class<T>) - Static method in class org.jline.style.Styler
Create a StyleBundle proxy.
bundle(String, Class<T>) - Static method in class org.jline.style.Styler
Create a StyleBundle proxy with explicit style-group.

C

clear() - Method in class org.jline.style.MemoryStyleSource
 
clear() - Method in class org.jline.style.NopStyleSource
Non-operation.
clear() - Method in interface org.jline.style.StyleSource
Clear all styles.
code - Variable in enum org.jline.style.StyleColor
Deprecated.
 

E

evaluate(AttributedStringBuilder, String) - Method in class org.jline.style.StyleExpression
Evaluate expression and append to buffer.
evaluate(String) - Method in class org.jline.style.StyleExpression
Evaluate expression.
evaluate(String) - Method in class org.jline.style.StyleFactory
Evaluate a style expression.
evaluate(String, Object...) - Method in class org.jline.style.StyleFactory
Evaluate a style expression with format.

F

factory(String) - Static method in class org.jline.style.Styler
Create a factory for the given style-group.
format(String, Object...) - Method in class org.jline.style.StyledWriter
 
format(Locale, String, Object...) - Method in class org.jline.style.StyledWriter
 

G

get(String, String) - Method in class org.jline.style.MemoryStyleSource
 
get(String, String) - Method in class org.jline.style.NopStyleSource
Always returns null.
get(String, String) - Method in interface org.jline.style.StyleSource
Returns the appropriate style for the given style-group and style-name, or null if missing.
getGroup() - Method in class org.jline.style.StyleResolver
 
getSource() - Static method in class org.jline.style.Styler
Returns global StyleSource.
getSource() - Method in class org.jline.style.StyleResolver
 
groups() - Method in class org.jline.style.MemoryStyleSource
 
groups() - Method in class org.jline.style.NopStyleSource
Always returns empty list.
groups() - Method in interface org.jline.style.StyleSource
Returns configured style-group names.

I

InterpolationHelper - Class in org.jline.style
Interpolation.

M

MemoryStyleSource - Class in org.jline.style
In-memory StyleSource.
MemoryStyleSource() - Constructor for class org.jline.style.MemoryStyleSource
 

N

NopStyleSource - Class in org.jline.style
StyleSource which always returns null.
NopStyleSource() - Constructor for class org.jline.style.NopStyleSource
 

O

org.jline.style - package org.jline.style
 

R

remove(String) - Method in class org.jline.style.MemoryStyleSource
 
remove(String, String) - Method in class org.jline.style.MemoryStyleSource
 
remove(String) - Method in class org.jline.style.NopStyleSource
Non-operation.
remove(String, String) - Method in class org.jline.style.NopStyleSource
Non-operation.
remove(String) - Method in interface org.jline.style.StyleSource
Remove all styles for given style-group.
remove(String, String) - Method in interface org.jline.style.StyleSource
Remove a specific style from style-group.
resolver(String) - Static method in class org.jline.style.Styler
Create a resolver for the given style-group.

S

set(String, String, String) - Method in class org.jline.style.MemoryStyleSource
 
set(String, String, String) - Method in class org.jline.style.NopStyleSource
Non-operation.
set(String, String, String) - Method in interface org.jline.style.StyleSource
Set a specific style in a style-group.
setSource(StyleSource) - Static method in class org.jline.style.Styler
Install global StyleSource.
style(String, String) - Method in class org.jline.style.StyleFactory
Encode string with style applying value.
style(String, String, Object...) - Method in class org.jline.style.StyleFactory
Encode string with style formatted value.
StyleBundle - Interface in org.jline.style
Marker for proxy-based style bundles.
StyleBundle.DefaultStyle - Annotation Type in org.jline.style
Provide default style-specification.
StyleBundle.StyleGroup - Annotation Type in org.jline.style
Provides the style group-name.
StyleBundle.StyleName - Annotation Type in org.jline.style
Allows overriding the style-name.
StyleColor - Enum in org.jline.style
Deprecated.
StyledWriter - Class in org.jline.style
Styled PrintWriter which is aware of StyleExpression syntax.
StyledWriter(Writer, Terminal, StyleResolver, boolean) - Constructor for class org.jline.style.StyledWriter
 
StyledWriter(OutputStream, Terminal, StyleResolver, boolean) - Constructor for class org.jline.style.StyledWriter
 
StyleExpression - Class in org.jline.style
Provides @{style value} expression evaluation.
StyleExpression() - Constructor for class org.jline.style.StyleExpression
 
StyleExpression(StyleResolver) - Constructor for class org.jline.style.StyleExpression
 
StyleFactory - Class in org.jline.style
Factory to create styled strings.
StyleFactory(StyleResolver) - Constructor for class org.jline.style.StyleFactory
 
Styler - Class in org.jline.style
Style facade.
StyleResolver - Class in org.jline.style
Resolves named (or source-referenced) AttributedStyle.
StyleResolver(StyleSource, String) - Constructor for class org.jline.style.StyleResolver
 
styles(String) - Method in class org.jline.style.MemoryStyleSource
 
styles(String) - Method in class org.jline.style.NopStyleSource
Always returns empty map.
styles(String) - Method in interface org.jline.style.StyleSource
Returns configured styles for given style-group.
StyleSource - Interface in org.jline.style
Provides the source of style configuration.
substVars(String, Function<String, String>, boolean) - Static method in class org.jline.style.InterpolationHelper
 

V

valueOf(String) - Static method in enum org.jline.style.StyleColor
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jline.style.StyleColor
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String) - Method in class org.jline.style.StyledWriter
 
B C E F G I M N O R S V W 
Skip navigation links

Copyright © 2019. All rights reserved.