public class BoxComparator extends Object
| Constructor and Description |
|---|
BoxComparator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(Container root1,
Box b1,
Container root2,
Box b2,
String... ignores) |
static void |
check(Container root1,
Container cb1,
Container root2,
Container cb2,
String... ignores) |
static void |
check(Container cb1,
Container cb2,
String... ignores) |
static boolean |
isIgnore(Container ref,
Box b,
String[] ignores) |
public static void check(Container root1, Box b1, Container root2, Box b2, String... ignores) throws IOException
IOExceptionpublic static void check(Container cb1, Container cb2, String... ignores) throws IOException
IOExceptionpublic static void check(Container root1, Container cb1, Container root2, Container cb2, String... ignores) throws IOException
IOExceptionCopyright © 2015. All rights reserved.