public class PEFValidatorFacade
extends java.lang.Object
Constructor and Description |
---|
PEFValidatorFacade() |
public static boolean validate(java.io.File in) throws java.io.IOException
in
- the PEF-file to validatejava.io.IOException
- throws IOException if an error occurredpublic static boolean validate(java.io.File in, java.io.PrintStream msg) throws java.io.IOException
in
- the PEF-file to validatemsg
- the PrintStream to send validator messages tojava.io.IOException
- throws IOException if an error occurred