com.moesol.bindings.platform_sdk.component_services
Class ComClassPathBuilder

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.ComClassPathBuilder

public class ComClassPathBuilder
extends Object

Build a class path array suitable for URLClassLoader from the system preferences and user preferences. If a component is installed only for the current user then these classpath values will only be in the user preferences, otherwise they will be in the system preferences. Here, we search both.


Constructor Summary
ComClassPathBuilder(String group_name)
           
 
Method Summary
 URL[] buildClassPath()
           
static Preferences systemNodeForGroup(String group_name)
           
static Preferences userNodeForGroup(String group_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComClassPathBuilder

public ComClassPathBuilder(String group_name)
Method Detail

systemNodeForGroup

public static Preferences systemNodeForGroup(String group_name)

userNodeForGroup

public static Preferences userNodeForGroup(String group_name)

buildClassPath

public URL[] buildClassPath()
                     throws BackingStoreException,
                            MalformedURLException
Throws:
BackingStoreException
MalformedURLException


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.