SRJRCFrames
v0.1.296

de.schwarzrot.net
Interface SrvFSClient

All Known Implementing Classes:
DefaultFileSystemServiceClient

public interface SrvFSClient


Method Summary
 File createDirectory(File parentDirectory, String newDirectoryName)
           
 List<File> getChildren(File directory)
           
 File getFile(File dir, String filename)
           
 File getRootPath()
           
 boolean remove(File fileOrDirectory)
           
 boolean rename(File destination, File source)
           
 boolean setReadOnly(File path)
           
 

Method Detail

createDirectory

File createDirectory(File parentDirectory,
                     String newDirectoryName)

getChildren

List<File> getChildren(File directory)

getFile

File getFile(File dir,
             String filename)

getRootPath

File getRootPath()

remove

boolean remove(File fileOrDirectory)

rename

boolean rename(File destination,
               File source)

setReadOnly

boolean setReadOnly(File path)

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.