| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer.impl | |
| com.sun.jdo.api.persistence.enhancer.util |
| Modifier and Type | Method and Description |
|---|---|
ClassFileSource |
Environment.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.
|
ClassFileSource |
ClassControl.source()
Return the source of the class
|
| Constructor and Description |
|---|
ClassControl(ClassFileSource theSource,
ClassFile theFile,
Environment env)
Constructor
|
ClassControl(ClassFileSource theSource,
Environment env)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ClassFileSource |
ClassPath.findClass(String className)
locate a class file given a fully qualified class name
|
ClassFileSource |
ClassFileSource.friendSource(String className)
Build a "friend" source file specification for the class of
the given name.
|
ClassFileSource |
ClassFileSource.nextSource(String className)
Attempt to find the next possible source of the class
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassFileSource.sameAs(ClassFileSource other)
Does the other class file source refer to the same source location?
|
Copyright © 2013. All Rights Reserved.