org.sonatype.gshell.commands.file
Class ListDirectoryCommand

java.lang.Object
  extended by org.sonatype.gshell.command.support.CommandActionSupport
      extended by org.sonatype.gshell.commands.file.ListDirectoryCommand
All Implemented Interfaces:
Cloneable, CommandAction, NameAware

@Command(name="ls")
public class ListDirectoryCommand
extends CommandActionSupport

List the contents of a file or directory.

Since:
2.0
Author:
Jason Dillon

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonatype.gshell.command.CommandAction
CommandAction.Result
 
Field Summary
 
Fields inherited from class org.sonatype.gshell.command.support.CommandActionSupport
log
 
Constructor Summary
ListDirectoryCommand(FileSystemAccess fileSystem)
           
 
Method Summary
 Object execute(CommandContext context)
          Execute the command action.
 ListDirectoryCommand installCompleters(jline.console.completer.Completer c1)
           
 
Methods inherited from class org.sonatype.gshell.command.support.CommandActionSupport
clone, createMessages, getCompleters, getMessages, getName, getSimpleName, setCompleters, setCompleters, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDirectoryCommand

@Inject
public ListDirectoryCommand(FileSystemAccess fileSystem)
Method Detail

installCompleters

@Inject
public ListDirectoryCommand installCompleters(jline.console.completer.Completer c1)

execute

public Object execute(CommandContext context)
               throws Exception
Description copied from interface: CommandAction
Execute the command action.

Parameters:
context - The execution context of the command.
Returns:
The result of the command execution.
Throws:
Exception - Command execution failed.


Copyright © 2008-2011 Sonatype. All Rights Reserved.