org.biopax.validator
Class Main

java.lang.Object
  extended by org.biopax.validator.Main

public class Main
extends Object

PC BioPAX Validator (console), which checks from the user input or a "batch" file. See: README.txt, context.xml, messages.properties

Author:
rodche

Constructor Summary
Main()
           
 
Method Summary
static Collection<org.springframework.core.io.Resource> getResourcesToValidate(String input)
           
static void main(String[] args)
           
protected static void runBatch(org.biopax.validator.api.Validator validator, Collection<org.springframework.core.io.Resource> resources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

runBatch

protected static void runBatch(org.biopax.validator.api.Validator validator,
                               Collection<org.springframework.core.io.Resource> resources)
                        throws IOException
Throws:
IOException

getResourcesToValidate

public static Collection<org.springframework.core.io.Resource> getResourcesToValidate(String input)
                                                                               throws IOException
Throws:
IOException


Copyright © 2008-2013 University of Toronto (baderlab.org) and Memorial Sloan-Kettering Cancer Center (cbio.mskcc.org). All Rights Reserved.