Class PartialImplementation

java.lang.Object
org.apache.maven.index.cli.PartialImplementation
All Implemented Interfaces:
InvocationHandler

public class PartialImplementation extends Object implements InvocationHandler
An InvocationHandler that can be extended with methods from the proxied interface. While invocation it will look for a method within itself that matches the signature of the invoked proxy method. If found the method will be invoked and result returned, otherwise an UnsupportedOperationException will be thrown.
Author:
Alin Dreghiciu