eu.unicore.hila.gridftp
Class GridFtpProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by eu.unicore.hila.gridftp.GridFtpProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class GridFtpProperties
extends Properties

Author:
bjoernh 16.07.2012 14:30:29
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
GridFtpProperties()
           
 
Method Summary
 String getAlias()
           
static GridFtpProperties getInstance()
           
 KeyStore getKeystore()
           
 String getPassword()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
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
 

Constructor Detail

GridFtpProperties

public GridFtpProperties()
                  throws eu.unicore.hila.exceptions.HiLAFactoryException
Throws:
eu.unicore.hila.exceptions.HiLAFactoryException
Method Detail

getInstance

public static GridFtpProperties getInstance()
                                     throws eu.unicore.hila.exceptions.HiLAFactoryException
Throws:
eu.unicore.hila.exceptions.HiLAFactoryException

getKeystore

public KeyStore getKeystore()
                     throws eu.unicore.hila.exceptions.HiLAException
Returns:
the keystore
Throws:
eu.unicore.hila.exceptions.HiLAException

getPassword

public String getPassword()
Returns:
the password

getAlias

public String getAlias()
Returns:
the alias


Copyright © 2010-2013 UNICORE. All Rights Reserved.