com.borneo.ftp
Class FtpProperty

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--com.borneo.ftp.FtpProperty
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class FtpProperty
extends java.util.Properties

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String CONFIG_PATH
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
FtpProperty()
           
 
Method Summary
static java.lang.String get(java.lang.String key)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIG_PATH

public static final java.lang.String CONFIG_PATH
Constructor Detail

FtpProperty

public FtpProperty()
Method Detail

get

public static java.lang.String get(java.lang.String key)