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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PartialImplementationpublic PartialImplementation()
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
 
-