Uses of Class
com.sun.jdo.api.persistence.enhancer.util.ClassFileSource
Packages that use ClassFileSource
Package
Description
-
Uses of ClassFileSource in com.sun.jdo.api.persistence.enhancer.impl
Methods in com.sun.jdo.api.persistence.enhancer.impl that return ClassFileSourceModifier and TypeMethodDescriptionEnvironment.lookupDestClass(String className) Look for a class source using the destination directory as a root directory for the lookup which represents the annotated output for the class specified.ClassControl.source()Return the source of the classConstructors in com.sun.jdo.api.persistence.enhancer.impl with parameters of type ClassFileSourceModifierConstructorDescriptionClassControl(ClassFileSource theSource, ClassFile theFile, Environment env) ConstructorClassControl(ClassFileSource theSource, Environment env) Constructor -
Uses of ClassFileSource in com.sun.jdo.api.persistence.enhancer.util
Methods in com.sun.jdo.api.persistence.enhancer.util that return ClassFileSourceModifier and TypeMethodDescriptionlocate a class file given a fully qualified class nameClassFileSource.friendSource(String className) Build a "friend" source file specification for the class of the given name.ClassFileSource.nextSource(String className) Attempt to find the next possible source of the classMethods in com.sun.jdo.api.persistence.enhancer.util with parameters of type ClassFileSourceModifier and TypeMethodDescriptionbooleanClassFileSource.sameAs(ClassFileSource other) Does the other class file source refer to the same source location?