issrg.utils.mains
Class SchemaValidation

java.lang.Object
  extended by issrg.utils.mains.SchemaValidation

public class SchemaValidation
extends java.lang.Object

Class consisting of only a main method to do Schema validation against the default schema as built into CustomisePERMIS.

Author:
sfl

Method Summary
static void main(java.lang.String[] args)
          Checks the files given on the command line against the default Schema for Permis policies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Checks the files given on the command line against the default Schema for Permis policies.

Parameters:
args - should contain the names of the files containing the policies to be checked.
See Also:
W3CXMLSchemaValidator