org.apache.geronimo.kernel.repository
Class ClassLoadingRule

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.ClassLoadingRule
All Implemented Interfaces:
Serializable

public class ClassLoadingRule
extends Object
implements Serializable

Version:
$Rev:$ $Date:$
See Also:
Serialized Form

Constructor Summary
ClassLoadingRule()
           
 
Method Summary
 void addClassPrefixes(Set<String> classPrefixes)
           
 Set<String> getClassPrefixes()
           
 boolean isFilteredClass(String name)
           
 boolean isFilteredResource(String name)
           
protected  boolean isMatching(Set<String> prefixes, String name)
           
 void merge(ClassLoadingRule classLoadingRuleToMerge)
           
 void setClassPrefixes(Set<String> classPrefixes)
           
protected  Set<String> toResources(Set<String> classPrefixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoadingRule

public ClassLoadingRule()
Method Detail

getClassPrefixes

public Set<String> getClassPrefixes()

isFilteredClass

public boolean isFilteredClass(String name)

isFilteredResource

public boolean isFilteredResource(String name)

addClassPrefixes

public void addClassPrefixes(Set<String> classPrefixes)

setClassPrefixes

public void setClassPrefixes(Set<String> classPrefixes)

merge

public void merge(ClassLoadingRule classLoadingRuleToMerge)

toResources

protected Set<String> toResources(Set<String> classPrefixes)

isMatching

protected boolean isMatching(Set<String> prefixes,
                             String name)


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.