Uses of Class
org.apache.jsieve.util.check.ScriptChecker.Results

Packages that use ScriptChecker.Results
org.apache.jsieve.util.check This package contains the ScriptCheckMailAdapter MailAdapter implementation. 
 

Uses of ScriptChecker.Results in org.apache.jsieve.util.check
 

Methods in org.apache.jsieve.util.check that return ScriptChecker.Results
 ScriptChecker.Results ScriptChecker.check(java.io.File message, java.io.File script)
          Checks the sieve script contained in the given file by executing it against the given message.
 ScriptChecker.Results ScriptChecker.check(java.io.InputStream message, java.io.InputStream script)
          Checks the sieve script contained in the given file by executing it against the given message.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.