KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > setup > config > Configuration


1 /*****************************************
2  * *
3  * JBoss Portal: The OpenSource Portal *
4  * *
5  * Distributable under LGPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  *****************************************/

9 package org.jboss.portal.setup.config;
10
11 /**
12  * @author <a HREF="mailto:palber@novell.com">Polina Alber</a>
13  * Date: Apr 22, 2005; Time: 9:57:15 AM
14  * @since JBoss portal 2.0
15  * Interface org.jboss.portal.setup.config.Configuration
16  */

17 public interface Configuration
18 {
19    Configuration getConfiguration();
20 }
21
Popular Tags