org.apache.maven.wagon.providers.ssh
Class SshServerEmbedded.TestSshFile

java.lang.Object
  extended by org.apache.sshd.server.filesystem.NativeSshFile
      extended by org.apache.maven.wagon.providers.ssh.SshServerEmbedded.TestSshFile
All Implemented Interfaces:
org.apache.sshd.server.SshFile
Enclosing class:
SshServerEmbedded

public static class SshServerEmbedded.TestSshFile
extends org.apache.sshd.server.filesystem.NativeSshFile


Constructor Summary
SshServerEmbedded.TestSshFile(String fileName, File file, String userName)
           
 
Method Summary
 
Methods inherited from class org.apache.sshd.server.filesystem.NativeSshFile
create, createInputStream, createOutputStream, delete, doesExist, equals, getAbsolutePath, getLastModified, getName, getParentFile, getPhysicalName, getPhysicalName, getSize, handleClose, isDirectory, isExecutable, isFile, isReadable, isRemovable, isWritable, listSshFiles, mkdir, move, normalizeSeparateChar, setLastModified, truncate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshServerEmbedded.TestSshFile

public SshServerEmbedded.TestSshFile(String fileName,
                                     File file,
                                     String userName)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.