mudownmanager.config
Class Configuration

java.lang.Object
  extended by mudownmanager.config.Configuration

public class Configuration
extends java.lang.Object


Constructor Summary
Configuration()
           
 
Method Summary
 java.util.List<Account> getAccounts()
           
 java.lang.String getDestDirectory()
           
 java.lang.Boolean getFirstLaunch()
           
 int getMaxNumThreads()
           
 java.lang.Boolean getProxy()
           
 java.lang.String getProxyPort()
           
 java.lang.String getProxyUrl()
           
 void setAccounts(java.util.List<Account> accounts)
           
 void setDestDirectory(java.lang.String destDirectory)
           
 void setFirstLaunch(java.lang.Boolean firstLaunch)
           
 void setMaxNumThreads(int maxNumThreads)
           
 void setProxy(java.lang.Boolean proxy)
           
 void setProxyPort(java.lang.String proxyPort)
           
 void setProxyUrl(java.lang.String proxyUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getAccounts

public java.util.List<Account> getAccounts()

setAccounts

public void setAccounts(java.util.List<Account> accounts)

getDestDirectory

public java.lang.String getDestDirectory()

setDestDirectory

public void setDestDirectory(java.lang.String destDirectory)

getFirstLaunch

public java.lang.Boolean getFirstLaunch()

setFirstLaunch

public void setFirstLaunch(java.lang.Boolean firstLaunch)

getMaxNumThreads

public int getMaxNumThreads()

setMaxNumThreads

public void setMaxNumThreads(int maxNumThreads)

getProxy

public java.lang.Boolean getProxy()

setProxy

public void setProxy(java.lang.Boolean proxy)

getProxyPort

public java.lang.String getProxyPort()

setProxyPort

public void setProxyPort(java.lang.String proxyPort)

getProxyUrl

public java.lang.String getProxyUrl()

setProxyUrl

public void setProxyUrl(java.lang.String proxyUrl)


Copyright © 2010. All Rights Reserved.