com.ldodds.foafamatic
Class Preferences

java.lang.Object
  |
  +--com.ldodds.foafamatic.Preferences

public class Preferences
extends java.lang.Object

Author:
ldodds

Field Summary
static java.lang.String SERVER_PORT
           
static java.lang.String SERVER_SWITCH
           
 
Constructor Summary
Preferences()
           
 
Method Summary
 com.ldodds.foafamatic.save.Exporter getExporter()
           
 java.util.Properties getProperties()
           
 boolean hideEmailAddresses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_PORT

public static final java.lang.String SERVER_PORT
See Also:
Constant Field Values

SERVER_SWITCH

public static final java.lang.String SERVER_SWITCH
See Also:
Constant Field Values
Constructor Detail

Preferences

public Preferences()
Method Detail

getProperties

public java.util.Properties getProperties()

getExporter

public com.ldodds.foafamatic.save.Exporter getExporter()

hideEmailAddresses

public boolean hideEmailAddresses()