fr.umlv.corosol.component.proxy.impl
Class JCIProxyClassFileFactory

java.lang.Object
  extended by fr.umlv.corosol.component.proxy.impl.JCIProxyClassFileFactory

public class JCIProxyClassFileFactory
extends java.lang.Object

A JCIProxyClassFileFactory instance creates a classfile corresponding to a proxy instance of a JClassInstance object.

Author:
Christophe Deleray
See Also:
JClassInstance

Constructor Summary
JCIProxyClassFileFactory()
          The default constructor.
 
Method Summary
 JClassFile createProxyClassfile(JClassFile source)
          Creates a proxy classfile from a source classfile.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCIProxyClassFileFactory

public JCIProxyClassFileFactory()
The default constructor.

Method Detail

createProxyClassfile

public JClassFile createProxyClassfile(JClassFile source)
Creates a proxy classfile from a source classfile.