org.apache.openejb.config.rules
Class CheckClassLoading.IncludedItem

java.lang.Object
  extended by org.apache.openejb.config.rules.CheckClassLoading.DiffItem
      extended by org.apache.openejb.config.rules.CheckClassLoading.IncludedItem
Enclosing class:
CheckClassLoading

public static class CheckClassLoading.IncludedItem
extends CheckClassLoading.DiffItem


Constructor Summary
CheckClassLoading.IncludedItem(Collection<String> files, String file1, String file2)
           
 
Method Summary
 String toScreen()
           
 
Methods inherited from class org.apache.openejb.config.rules.CheckClassLoading.DiffItem
getFile1, getFile2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckClassLoading.IncludedItem

public CheckClassLoading.IncludedItem(Collection<String> files,
                                      String file1,
                                      String file2)
Method Detail

toScreen

public String toScreen()
Overrides:
toScreen in class CheckClassLoading.DiffItem


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.