Package org.apache.maven.jline
Class JLineMessageBuilderFactory
java.lang.Object
org.apache.maven.jline.JLineMessageBuilderFactory
- All Implemented Interfaces:
Service
,MessageBuilderFactory
,org.codehaus.plexus.components.interactivity.InputHandler
,org.codehaus.plexus.components.interactivity.OutputHandler
,org.codehaus.plexus.components.interactivity.Prompter
@Experimental
@Named
@Singleton
@Priority(10)
public class JLineMessageBuilderFactory
extends Object
implements MessageBuilderFactory, org.codehaus.plexus.components.interactivity.Prompter, org.codehaus.plexus.components.interactivity.InputHandler, org.codehaus.plexus.components.interactivity.OutputHandler
-
Field Summary
Fields inherited from interface org.codehaus.plexus.components.interactivity.InputHandler
ROLE
Fields inherited from interface org.codehaus.plexus.components.interactivity.OutputHandler
ROLE
Fields inherited from interface org.codehaus.plexus.components.interactivity.Prompter
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Creates a new message builder.builder
(int size) Creates a new message builder of the specified size.int
Returns the terminal width or-1
if not supported.boolean
Checks if the underlying output does support styling or not.promptForPassword
(String message) readLine()
void
showMessage
(String message) void
void
-
Constructor Details
-
JLineMessageBuilderFactory
public JLineMessageBuilderFactory()
-
-
Method Details
-
isColorEnabled
public boolean isColorEnabled()Description copied from interface:MessageBuilderFactory
Checks if the underlying output does support styling or not.- Specified by:
isColorEnabled
in interfaceMessageBuilderFactory
- Returns:
- whether color styling is supported or not
-
getTerminalWidth
public int getTerminalWidth()Description copied from interface:MessageBuilderFactory
Returns the terminal width or-1
if not supported.- Specified by:
getTerminalWidth
in interfaceMessageBuilderFactory
- Returns:
- the terminal width
-
builder
Description copied from interface:MessageBuilderFactory
Creates a new message builder.- Specified by:
builder
in interfaceMessageBuilderFactory
- Returns:
- a new message builder
-
builder
Description copied from interface:MessageBuilderFactory
Creates a new message builder of the specified size.- Specified by:
builder
in interfaceMessageBuilderFactory
- Parameters:
size
- the initial size of the message builder buffer- Returns:
- a new message builder
-
readLine
- Specified by:
readLine
in interfaceorg.codehaus.plexus.components.interactivity.InputHandler
- Throws:
IOException
-
readPassword
- Specified by:
readPassword
in interfaceorg.codehaus.plexus.components.interactivity.InputHandler
- Throws:
IOException
-
readMultipleLines
- Specified by:
readMultipleLines
in interfaceorg.codehaus.plexus.components.interactivity.InputHandler
- Throws:
IOException
-
write
- Specified by:
write
in interfaceorg.codehaus.plexus.components.interactivity.OutputHandler
- Throws:
IOException
-
writeLine
- Specified by:
writeLine
in interfaceorg.codehaus.plexus.components.interactivity.OutputHandler
- Throws:
IOException
-
prompt
public String prompt(String message) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
prompt
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-
prompt
public String prompt(String message, String defaultReply) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
prompt
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-
prompt
public String prompt(String message, List possibleValues) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
prompt
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-
prompt
public String prompt(String message, List possibleValues, String defaultReply) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
prompt
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-
promptForPassword
public String promptForPassword(String message) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
promptForPassword
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-
showMessage
public void showMessage(String message) throws org.codehaus.plexus.components.interactivity.PrompterException - Specified by:
showMessage
in interfaceorg.codehaus.plexus.components.interactivity.Prompter
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
-