com.rhi.architecture.resource
Interface ResourceParser

All Known Implementing Classes:
ResourceParserImpl

public interface ResourceParser

ResourceParser.java

Version:
1.0
Author:
Pete McKinstry

Method Summary
 java.util.List getResources(java.util.Properties p)
          Find Resource configuration entries and sort them into whatever order the ResouceContext should use for loading.
 

Method Detail

getResources

public java.util.List getResources(java.util.Properties p)
                            throws InitializationException
Find Resource configuration entries and sort them into whatever order the ResouceContext should use for loading.

Parameters:
p - configuration entries requiring sorting
Returns:
List the sorted list of resource entries.
Throws:
InitializationException - thrown if the parsing fails.


Copyright © 2002-2004 Robert Half International. All Rights Reserved.