|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.defragment.AvailableClassFilter
public class AvailableClassFilter
Filter that accepts only StoredClass instances whose corresponding Java class is currently known.
Constructor Summary | |
---|---|
AvailableClassFilter()
Will accept only classes that are known to the classloader that loaded this class. |
|
AvailableClassFilter(java.lang.ClassLoader loader)
Will accept only classes that are known to the given classloader. |
Method Summary | |
---|---|
boolean |
accept(StoredClass storedClass)
Will accept only classes whose corresponding platform class is known to the configured classloader. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailableClassFilter()
public AvailableClassFilter(java.lang.ClassLoader loader)
loader
- The classloader to check class names againstMethod Detail |
---|
public boolean accept(StoredClass storedClass)
accept
in interface StoredClassFilter
storedClass
- The YapClass instance to be checked
|
db4o 6.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |