public class PEFValidatorFacade
extends java.lang.Object
Constructor and Description |
---|
PEFValidatorFacade() |
Modifier and Type | Method and Description |
---|---|
static boolean |
validate(java.io.File in)
Validates the supplied PEF-file
|
static boolean |
validate(java.io.File in,
java.io.PrintStream msg)
Validates the supplied PEF-file and sends the validator messages to the supplied PrintStream
|
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