KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tonbeller > tbutils > res > InitialProvider


1 package com.tonbeller.tbutils.res;
2
3
4 /**
5  * Base interface for the initial provider. I.e. the provider
6  * that looks up the names of resourcebundles etc.
7  *
8  * @author av
9  */

10 public interface InitialProvider extends ResourceProvider {
11   public static final String JavaDoc USER_PROPERTIES = "user";
12   public static final String JavaDoc RESFACTORY_PROPERTIES = "resfactory";
13 }
Popular Tags