|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaClassIO | |
org.codehaus.metaclass.io | The io package contains classes that can read and write MetaClass descriptors. |
org.codehaus.metaclass.tools.compiler | The compiler package contains code required to generate MetaClass descriptors from Java source files. |
Uses of MetaClassIO in org.codehaus.metaclass.io |
Classes in org.codehaus.metaclass.io that implement MetaClassIO | |
(package private) class |
org.codehaus.metaclass.io.AbstractMetaClassIO
An abstract class that simplifies creation of MetaClassIO types. |
class |
MetaClassIOASM
Utility class to do IO on descriptors stored in .class files. |
class |
MetaClassIOBinary
This is a utility class that writes out a Attributes object to a stream using binary format outlined in documentation. |
class |
MetaClassIOXml
This is a utility class that writes out the ClassDescriptor to a stream using the xml format outlined in documentation. |
Uses of MetaClassIO in org.codehaus.metaclass.tools.compiler |
Methods in org.codehaus.metaclass.tools.compiler that return MetaClassIO | |
MetaClassIO |
ClassDescriptorCompiler.getMetaClassIO()
Return the MetaClassIO used to serialize descriptors. |
Methods in org.codehaus.metaclass.tools.compiler with parameters of type MetaClassIO | |
void |
ClassDescriptorCompiler.setMetaClassIO(MetaClassIO metaClassIO)
Set the IO object used to write descriptors. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |