org.joseki.server
Class Configuration

java.lang.Object
  extended byorg.joseki.server.Configuration

public class Configuration
extends java.lang.Object

Parse and process a Joseki configuration file

Version:
$Id: Configuration.java,v 1.26 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne

Field Summary
static java.lang.String[] oldNS
           
 
Constructor Summary
Configuration()
          Create an empty ModelSet
 
Method Summary
 com.hp.hpl.jena.rdf.model.Model getConfigurationModel()
           
 void load(ModelSet modelSet, java.lang.String configFile)
          Load a file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldNS

public static final java.lang.String[] oldNS
Constructor Detail

Configuration

public Configuration()
Create an empty ModelSet

Method Detail

getConfigurationModel

public com.hp.hpl.jena.rdf.model.Model getConfigurationModel()

load

public void load(ModelSet modelSet,
                 java.lang.String configFile)
Load a file



Copyright © 2002 Hewlett-Packard. All Rights Reserved.