com.hp.hpl.jena.util
Class Metadata

java.lang.Object
  extended by com.hp.hpl.jena.util.Metadata

public class Metadata
extends Object

Pluck data out of the ether - or failing that, read it from a properties file. Assumes the properties file is in the "right place" through configuration of the build or compile processes.


Constructor Summary
Metadata()
           
Metadata(String resourceName)
           
 
Method Summary
 void addMetadata(String resourceName)
           
 String get(String name)
           
 String get(String name, String defaultValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()

Metadata

public Metadata(String resourceName)
Method Detail

addMetadata

public void addMetadata(String resourceName)

get

public String get(String name)

get

public String get(String name,
                  String defaultValue)


Licenced under the Apache License, Version 2.0