org.crsh.jcr
Interface FileSystem

All Known Implementing Classes:
Importer

public interface FileSystem


Method Summary
 void beginDirectory(String directoryName)
           
 void endDirectory(String directoryName)
           
 void file(String fileName, int length, InputStream data)
           
 

Method Detail

beginDirectory

void beginDirectory(String directoryName)
                    throws IOException
Throws:
IOException

file

void file(String fileName,
          int length,
          InputStream data)
          throws IOException
Throws:
IOException

endDirectory

void endDirectory(String directoryName)
                  throws IOException
Throws:
IOException


Copyright © 2014 eXo Platform SAS. All Rights Reserved.