|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.ssl.SSLFTPProperties
public class SSLFTPProperties
Manages application properties. All properties specified in the properties file can be overridden by system properties of the same name
| 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 |
|---|
public static final java.lang.String CRYPTIX_TRACE
public static final java.lang.String CRYPTIX_DEBUG
public static final java.lang.String CRYPTIX_SLOWDEBUG
public static final java.lang.String PURETLS_LOGLEVEL
| Constructor Detail |
|---|
public SSLFTPProperties()
| Method Detail |
|---|
public static boolean getCryptixTrace()
public static boolean getCryptixDebug()
public static boolean getCryptixSlowDebug()
public static int getPureTLSLogLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||