org.openarchitectureware.check
Class CheckFacade

java.lang.Object
  extended by org.openarchitectureware.check.CheckFacade

public class CheckFacade
extends java.lang.Object


Constructor Summary
CheckFacade()
           
 
Method Summary
static void checkAll(java.lang.String checkFile, java.util.Collection<?> toCheck, ExecutionContext ctx, Issues issues)
           
static void checkAll(java.lang.String checkFile, java.util.Collection<?> toCheck, ExecutionContext ctx, Issues issues, boolean warnIfNothingChecked)
           
static void checkAll(java.lang.String checkFile, java.io.InputStream in, java.util.Collection<?> toCheck, ExecutionContext ctx, Issues issues)
           
static void checkAll(java.lang.String checkFile, java.io.InputStream in, java.util.Collection<?> toCheck, ExecutionContext ctx, Issues issues, boolean warnIfNothingChecked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckFacade

public CheckFacade()
Method Detail

checkAll

public static final void checkAll(java.lang.String checkFile,
                                  java.util.Collection<?> toCheck,
                                  ExecutionContext ctx,
                                  Issues issues)

checkAll

public static final void checkAll(java.lang.String checkFile,
                                  java.io.InputStream in,
                                  java.util.Collection<?> toCheck,
                                  ExecutionContext ctx,
                                  Issues issues)

checkAll

public static final void checkAll(java.lang.String checkFile,
                                  java.io.InputStream in,
                                  java.util.Collection<?> toCheck,
                                  ExecutionContext ctx,
                                  Issues issues,
                                  boolean warnIfNothingChecked)

checkAll

public static final void checkAll(java.lang.String checkFile,
                                  java.util.Collection<?> toCheck,
                                  ExecutionContext ctx,
                                  Issues issues,
                                  boolean warnIfNothingChecked)