Package org.jline.builtins
Class Commands.ReExecute
- java.lang.Object
-
- org.jline.builtins.Commands.ReExecute
-
- Enclosing class:
- Commands
private static class Commands.ReExecute extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCommandInBuffer(LineReader reader, java.lang.String command)
void
addCommandInFile(java.lang.String command)
void
editCommandsAndClose(LineReader reader)
int
getArgId()
boolean
isEdit()
boolean
isExecute()
private java.lang.String
replaceParam(java.lang.String command)
-
-
-
Method Detail
-
getArgId
public int getArgId()
-
isEdit
public boolean isEdit()
-
isExecute
public boolean isExecute()
-
addCommandInFile
public void addCommandInFile(java.lang.String command) throws java.io.IOException
- Throws:
java.io.IOException
-
addCommandInBuffer
public void addCommandInBuffer(LineReader reader, java.lang.String command)
-
replaceParam
private java.lang.String replaceParam(java.lang.String command)
-
editCommandsAndClose
public void editCommandsAndClose(LineReader reader) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-