se.kmr.scam.rdf.util
Class ResourceFactory

java.lang.Object
  extended byse.kmr.scam.rdf.util.ResourceFactory

public class ResourceFactory
extends Object

Creates Resource objects

Version:
$Revision: 1.4 $
Author:
Jöran
Created:
den 9 december 2002

Field Summary
protected static org.apache.log4j.Category _cat
          Description of the Field
 
Constructor Summary
ResourceFactory()
           
 
Method Summary
static Resource create(Object o)
          Creates new Resource instances from a String (uri) or a Resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cat

protected static org.apache.log4j.Category _cat
Description of the Field

Constructor Detail

ResourceFactory

public ResourceFactory()
Method Detail

create

public static Resource create(Object o)
Creates new Resource instances from a String (uri) or a Resource.

Parameters:
o - Create new instance from this object
Returns:
A new Resource instance if a resource could be created from the argument, otherwise null.


Copyright © 2003 SCAM. All Rights Reserved.