com.xebialabs.deployit.plugin
Class DerivedArtifactFile.DerivedFileHandler

java.lang.Object
  extended by com.xebialabs.deployit.plugin.DerivedArtifactFile.DerivedFileHandler
All Implemented Interfaces:
java.io.Serializable, javassist.util.proxy.MethodHandler
Enclosing class:
DerivedArtifactFile

public static class DerivedArtifactFile.DerivedFileHandler
extends java.lang.Object
implements javassist.util.proxy.MethodHandler, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DerivedArtifactFile.DerivedFileHandler(com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact artifact)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object self, java.lang.reflect.Method thisMethod, java.lang.reflect.Method proceed, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedArtifactFile.DerivedFileHandler

public DerivedArtifactFile.DerivedFileHandler(com.xebialabs.deployit.plugin.api.udm.artifact.DerivedArtifact artifact)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object self,
                               java.lang.reflect.Method thisMethod,
                               java.lang.reflect.Method proceed,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface javassist.util.proxy.MethodHandler
Throws:
java.lang.Throwable