org.crsh.jcr
Class FileSystemAction

java.lang.Object
  extended by org.crsh.jcr.FileSystemAction
Direct Known Subclasses:
FileSystemAction.EndDirectory, FileSystemAction.File, FileSystemAction.StartDirectory

abstract class FileSystemAction
extends Object

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
private static class FileSystemAction.EndDirectory
           
private static class FileSystemAction.File
           
private static class FileSystemAction.StartDirectory
           
 
Field Summary
private static org.slf4j.Logger log
          .
 
Constructor Summary
FileSystemAction()
           
 
Method Summary
private static FileSystemAction decode(String line)
           
static void read(SCPCommand cmd, FileSystem fs)
           
private static void read(SCPCommand cmd, FileSystemAction action, FileSystem fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.slf4j.Logger log
.

Constructor Detail

FileSystemAction

FileSystemAction()
Method Detail

read

public static void read(SCPCommand cmd,
                        FileSystem fs)
                 throws IOException
Throws:
IOException

read

private static void read(SCPCommand cmd,
                         FileSystemAction action,
                         FileSystem fs)
                  throws IOException
Throws:
IOException

decode

private static FileSystemAction decode(String line)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.