com.enterprisedt.net.ftp.ssl
Class SSLFTPProperties

java.lang.Object
  extended by com.enterprisedt.net.ftp.ssl.SSLFTPProperties

public class SSLFTPProperties
extends java.lang.Object

Manages application properties. All properties specified in the properties file can be overridden by system properties of the same name

Version:
$Revision: 1.3 $
Author:
Bruce Blackshaw

Field Summary
static java.lang.String CRYPTIX_DEBUG
          Debug setting for cryptix
static java.lang.String CRYPTIX_SLOWDEBUG
          Slow debug setting for cryptix
static java.lang.String CRYPTIX_TRACE
          Trace setting for cryptix
static java.lang.String PURETLS_LOGLEVEL
          Log level for puretls
 
Constructor Summary
SSLFTPProperties()
           
 
Method Summary
static boolean getCryptixDebug()
          Get the cryptix debug flag
static boolean getCryptixSlowDebug()
          Get the cryptix slow debug flag
static boolean getCryptixTrace()
          Get the cryptix trace flag
static int getPureTLSLogLevel()
          Get the puretls log level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRYPTIX_TRACE

public static final java.lang.String CRYPTIX_TRACE
Trace setting for cryptix

See Also:
Constant Field Values

CRYPTIX_DEBUG

public static final java.lang.String CRYPTIX_DEBUG
Debug setting for cryptix

See Also:
Constant Field Values

CRYPTIX_SLOWDEBUG

public static final java.lang.String CRYPTIX_SLOWDEBUG
Slow debug setting for cryptix

See Also:
Constant Field Values

PURETLS_LOGLEVEL

public static final java.lang.String PURETLS_LOGLEVEL
Log level for puretls

See Also:
Constant Field Values
Constructor Detail

SSLFTPProperties

public SSLFTPProperties()
Method Detail

getCryptixTrace

public static boolean getCryptixTrace()
Get the cryptix trace flag

Returns:
true if on

getCryptixDebug

public static boolean getCryptixDebug()
Get the cryptix debug flag

Returns:
true if on

getCryptixSlowDebug

public static boolean getCryptixSlowDebug()
Get the cryptix slow debug flag

Returns:
true if on

getPureTLSLogLevel

public static int getPureTLSLogLevel()
Get the puretls log level

Returns:
true if on


Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.