com.hp.hpl.deli
Class UAProfValidator

java.lang.Object
  extended bycom.hp.hpl.deli.UAProfValidator

public class UAProfValidator
extends java.lang.Object

This class uses Jena to validate a profile using the schemas it references

Author:
Charles Smith HP Labs Bristol

Constructor Summary
UAProfValidator()
           
 
Method Summary
(package private) static void download(java.lang.String uri)
           
static void main(java.lang.String[] args)
          Provides a command line interface to the validator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UAProfValidator

public UAProfValidator()
Method Detail

main

public static void main(java.lang.String[] args)
Provides a command line interface to the validator.

Parameters:
args - The arguments are a list of profiles to validate seperated by whitespace

download

static void download(java.lang.String uri)