org.mobicents.media.server.bootstrap
Class Configuration

java.lang.Object
  extended by org.mobicents.media.server.bootstrap.Configuration

public class Configuration
extends Object

Author:
kulikov

Constructor Summary
Configuration(File file)
           
Configuration(String s, File directory)
           
 
Method Summary
 String getBeans()
           
 URL getConfig()
           
 URL getURL()
           
 boolean isDirectory()
           
 long lastModified()
           
 void update(long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(String s,
                     File directory)

Configuration

public Configuration(File file)
Method Detail

getBeans

public String getBeans()
                throws IOException
Throws:
IOException

getConfig

public URL getConfig()
              throws IOException
Throws:
IOException

isDirectory

public boolean isDirectory()

getURL

public URL getURL()

lastModified

public long lastModified()

update

public void update(long lastModified)


Copyright © 2011. All Rights Reserved.