org.alfresco.filesys.config
Class FTPConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.FTPConfigBean

public class FTPConfigBean
extends java.lang.Object

The Class FTPConfigBean.


Constructor Summary
FTPConfigBean()
           
 
Method Summary
 boolean getAllowAnonymous()
          Checks if is allow anonymous.
 java.lang.String getAnonymousAccount()
          Gets the anonymous account.
 org.alfresco.jlan.ftp.FTPAuthenticator getAuthenticator()
          Gets the authenticator.
 java.lang.String getBindTo()
          Gets the bind to.
 java.lang.String getCharSet()
          Gets the char set.
 int getDataPortFrom()
          Return the data port range from port
 int getDataPortTo()
          Return the data port to range port
 java.lang.String getDebugFlags()
          Gets the debug flags.
 boolean getIpv6Enabled()
          Checks if IP v6 is enabled.
 java.lang.Integer getPort()
          Gets the port.
 java.lang.String getRootDirectory()
          Gets the root directory.
 boolean getServerEnabled()
          Checks if is server enabled.
 void setAllowAnonymous(boolean allowAnonymous)
          Sets the allow anonymous.
 void setAnonymousAccount(java.lang.String anonymousAccount)
          Sets the anonymous account.
 void setAuthenticator(org.alfresco.jlan.ftp.FTPAuthenticator authenticator)
          Sets the authenticator.
 void setBindTo(java.lang.String bindTo)
          Sets the bind to.
 void setCharSet(java.lang.String charSet)
          Sets the char set.
 void setDataPortFrom(int fromPort)
          Set the data port range from port
 void setDataPortTo(int toPort)
          Set the data port range to port
 void setDebugFlags(java.lang.String debugFlags)
          Sets the debug flags.
 void setIpv6Enabled(boolean ipv6Enabled)
          Indicates whether IP v6 should be enabled.
 void setPort(java.lang.Integer port)
          Sets the port.
 void setRootDirectory(java.lang.String rootDirectory)
          Sets the root directory.
 void setServerEnabled(boolean serverEnabled)
          Sets the server enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPConfigBean

public FTPConfigBean()
Method Detail

getServerEnabled

public boolean getServerEnabled()
Checks if is server enabled.

Returns:
true, if is server enabled

setServerEnabled

public void setServerEnabled(boolean serverEnabled)
Sets the server enabled.

Parameters:
serverEnabled - the new server enabled

getBindTo

public java.lang.String getBindTo()
Gets the bind to.

Returns:
the bind to

setBindTo

public void setBindTo(java.lang.String bindTo)
Sets the bind to.

Parameters:
bindTo - the new bind to

getPort

public java.lang.Integer getPort()
Gets the port.

Returns:
the port

setPort

public void setPort(java.lang.Integer port)
Sets the port.

Parameters:
port - the new port

getAllowAnonymous

public boolean getAllowAnonymous()
Checks if is allow anonymous.

Returns:
true, if is allow anonymous

setAllowAnonymous

public void setAllowAnonymous(boolean allowAnonymous)
Sets the allow anonymous.

Parameters:
allowAnonymous - the new allow anonymous

getAnonymousAccount

public java.lang.String getAnonymousAccount()
Gets the anonymous account.

Returns:
the anonymous account

setAnonymousAccount

public void setAnonymousAccount(java.lang.String anonymousAccount)
Sets the anonymous account.

Parameters:
anonymousAccount - the new anonymous account

getRootDirectory

public java.lang.String getRootDirectory()
Gets the root directory.

Returns:
the root directory

setRootDirectory

public void setRootDirectory(java.lang.String rootDirectory)
Sets the root directory.

Parameters:
rootDirectory - the new root directory

getDebugFlags

public java.lang.String getDebugFlags()
Gets the debug flags.

Returns:
the debug flags

setDebugFlags

public void setDebugFlags(java.lang.String debugFlags)
Sets the debug flags.

Parameters:
debugFlags - the new debug flags

getCharSet

public java.lang.String getCharSet()
Gets the char set.

Returns:
the char set

setCharSet

public void setCharSet(java.lang.String charSet)
Sets the char set.

Parameters:
charSet - the new char set

getAuthenticator

public org.alfresco.jlan.ftp.FTPAuthenticator getAuthenticator()
Gets the authenticator.

Returns:
the authenticator

setAuthenticator

public void setAuthenticator(org.alfresco.jlan.ftp.FTPAuthenticator authenticator)
Sets the authenticator.

Parameters:
authenticator - the new authenticator

getIpv6Enabled

public boolean getIpv6Enabled()
Checks if IP v6 is enabled.

Returns:
true if IP v6 is enabled

setIpv6Enabled

public void setIpv6Enabled(boolean ipv6Enabled)
Indicates whether IP v6 should be enabled.

Parameters:
ipv6Enabled - true if IP v6 should be enabled

getDataPortFrom

public int getDataPortFrom()
Return the data port range from port

Returns:
int

setDataPortFrom

public void setDataPortFrom(int fromPort)
Set the data port range from port

Parameters:
fromPort - int

getDataPortTo

public int getDataPortTo()
Return the data port to range port

Returns:
int

setDataPortTo

public void setDataPortTo(int toPort)
Set the data port range to port

Parameters:
toPort - int


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.