net.sf.crispy.properties
Class UrlPropertiesLoader

java.lang.Object
  extended bynet.sf.crispy.properties.UrlPropertiesLoader
All Implemented Interfaces:
PropertiesLoader

public class UrlPropertiesLoader
extends java.lang.Object
implements PropertiesLoader

Load poperty file from a url. Example: file://c:/temp/example.properties.

Author:
Linke

Constructor Summary
UrlPropertiesLoader(java.lang.String pvUrl)
           
UrlPropertiesLoader(java.net.URL pvUrl)
           
 
Method Summary
 java.util.Properties load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlPropertiesLoader

public UrlPropertiesLoader(java.net.URL pvUrl)

UrlPropertiesLoader

public UrlPropertiesLoader(java.lang.String pvUrl)
Method Detail

load

public java.util.Properties load()
Specified by:
load in interface PropertiesLoader


Copyright © 2005-2006 Crispy. All Rights Reserved.