junit.extensions.conf
Interface LoadableConfiguration

All Superinterfaces:
Configuration
All Known Implementing Classes:
FileConfiguration

public interface LoadableConfiguration
extends Configuration

Configuration that can be loaded from file.

Author:
Siegfried GOESCHL

Method Summary
 void load(java.lang.String[] path, java.lang.String file)
          Loads configuration from file.
 
Methods inherited from interface junit.extensions.conf.Configuration
getBoolean, getByte, getChar, getDouble, getFloat, getInteger, getLong, getShort, getString, getStrings
 

Method Detail

load

public void load(java.lang.String[] path,
                 java.lang.String file)
          throws java.io.IOException
Loads configuration from file.
Parameters:
path - List of directories that contain configuration file.
file - Name of configuration file.


Copyright © 2001-2002 IT20one GmbH. All Rights Reserved.