|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.cli.commands.BaseLensCommand org.apache.lens.cli.commands.LensConnectionCommands
@Component public class LensConnectionCommands
The Class LensConnectionCommands.
Field Summary |
---|
Fields inherited from class org.apache.lens.cli.commands.BaseLensCommand |
---|
LOG |
Constructor Summary | |
---|---|
LensConnectionCommands()
|
Method Summary | |
---|---|
String |
addFile(String path)
Adds the file. |
String |
addJar(String path)
Adds the jar. |
String |
getParam(String param)
Gets the param. |
String |
listResources(String type)
List resources. |
org.springframework.shell.core.ExitShellRequest |
quitShell()
Quit shell. |
String |
removeFile(String path)
Removes the file. |
String |
removeJar(String path)
Removes the jar. |
String |
setParam(String keyval)
Sets the param. |
String |
showParameters()
Show parameters. |
Methods inherited from class org.apache.lens.cli.commands.BaseLensCommand |
---|
formatJson, getClient, getClientWrapper, setClient |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LensConnectionCommands()
Method Detail |
---|
public String setParam(String keyval)
keyval
- the keyval
public String showParameters()
public String listResources(String type)
public String getParam(String param)
param
- the param
public String addJar(String path)
path
- the path
public String removeJar(String path)
path
- the path
public String addFile(String path)
path
- the path
public String removeFile(String path)
path
- the path
public org.springframework.shell.core.ExitShellRequest quitShell()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |