Package org.apache.maven.index.cli
Class PartialImplementation
java.lang.Object
org.apache.maven.index.cli.PartialImplementation
- All Implemented Interfaces:
 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
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PartialImplementation
public PartialImplementation() 
 - 
 - 
Method Details
- 
invoke
- Specified by:
 invokein interfaceInvocationHandler- Throws:
 Throwable
 
 -