org.fabric3.binding.ftp.provision
Class FtpWireTargetDefinition
java.lang.Object
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition
org.fabric3.binding.ftp.provision.FtpWireTargetDefinition
public class FtpWireTargetDefinition
- extends org.fabric3.spi.model.physical.PhysicalWireTargetDefinition
- Version:
- $Revision$ $Date$
| Methods inherited from class org.fabric3.spi.model.physical.PhysicalWireTargetDefinition |
getCallbackUri, getUri, isCallback, isOptimizable, setCallback, setCallbackUri, setClassLoaderId, setOptimizable, setUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpWireTargetDefinition
public FtpWireTargetDefinition(URI classLoaderId,
boolean active,
FtpSecurity security)
- Initializes the classloader id and transfer mode.
- Parameters:
classLoaderId - the classloader id to deserialize parameters inactive - FTP transfer modesecurity - Security parameters
getClassLoaderId
public URI getClassLoaderId()
- Returns the classloader id to deserialize parameters in.
- Overrides:
getClassLoaderId in class org.fabric3.spi.model.physical.PhysicalWireTargetDefinition
- Returns:
- the classloader id to deserialize parameters in
isActive
public boolean isActive()
- Gets the FTP transfer mode.
- Returns:
- True if user wants active transfer mode.
getSecurity
public FtpSecurity getSecurity()
- Get the security parameters.
- Returns:
- Get the security parameters.
Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.