org.eclipse.jetty.deploy
类 FileConfigurationManager

java.lang.Object
  继承者 org.eclipse.jetty.deploy.FileConfigurationManager
所有已实现的接口:
ConfigurationManager

public class FileConfigurationManager
extends Object
implements ConfigurationManager

FileConfigurationManager Supplies properties defined in a file.


构造方法摘要
FileConfigurationManager()
           
 
方法摘要
 Map<String,String> getProperties()
           
 void setFile(String filename)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FileConfigurationManager

public FileConfigurationManager()
方法详细信息

setFile

public void setFile(String filename)
             throws MalformedURLException,
                    IOException
抛出:
MalformedURLException
IOException

getProperties

public Map<String,String> getProperties()
指定者:
接口 ConfigurationManager 中的 getProperties
另请参见:
ConfigurationManager.getProperties()


Copyright © 2013. All Rights Reserved.