org.eclipse.jetty.annotations
Interface ClassNameResolver


public interface ClassNameResolver


Method Summary
 boolean isExcluded(String name)
          Based on the execution context, should the class represented by "name" be excluded from consideration?
 boolean shouldOverride(String name)
          Based on the execution context, if a duplicate class represented by "name" is detected, should the existing one be overridden or not?
 

Method Detail

isExcluded

boolean isExcluded(String name)
Based on the execution context, should the class represented by "name" be excluded from consideration?

Parameters:
name -
Returns:

shouldOverride

boolean shouldOverride(String name)
Based on the execution context, if a duplicate class represented by "name" is detected, should the existing one be overridden or not?

Parameters:
name -
Returns:


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.