KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jzonic > jlo > reader > LogConfigurationReader


1 /*
2  * LogConfigurationReader.java
3  *
4  * Created on 25. November 2002, 23:04
5  */

6
7 package org.jzonic.jlo.reader;
8
9 import org.jzonic.jlo.LogConfiguration;
10 /**
11  *
12  * @author Administrator
13  */

14 public interface LogConfigurationReader {
15  
16     public LogConfiguration parseConfiguration(String JavaDoc configurationName) throws ReaderException;
17 }
18
Popular Tags