Fabric3 FTP Binding

org.fabric3.binding.ftp.provision
Class FtpSecurity

java.lang.Object
  extended by org.fabric3.binding.ftp.provision.FtpSecurity

public class FtpSecurity
extends Object

Version:
$Revision$ $Date$

Constructor Summary
FtpSecurity(String user, String password)
           
 
Method Summary
 String getPassword()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpSecurity

public FtpSecurity(String user,
                   String password)
Method Detail

getUser

public String getUser()

getPassword

public String getPassword()

Fabric3 FTP Binding

Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.