com.rhi.architecture.resource
Class ResourceParserImpl

java.lang.Object
  extended bycom.rhi.architecture.resource.ResourceParserImpl
All Implemented Interfaces:
ResourceParser

public class ResourceParserImpl
extends java.lang.Object
implements ResourceParser

ResourceParserImpl.java

Version:
1.0
Author:
Pete McKinstry

Field Summary
static java.lang.String SEP
          separator between resource entries in the config data
 
Constructor Summary
ResourceParserImpl()
          Constructor
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEP

public static final java.lang.String SEP
separator between resource entries in the config data

See Also:
Constant Field Values
Constructor Detail

ResourceParserImpl

public ResourceParserImpl()
Constructor

See Also:
Object.Object()
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.

Specified by:
getResources in interface ResourceParser
Parameters:
p -
Returns:
List
Throws:
InitializationException


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