net.sf.sasl.language.placeholder.aop.resolver
Interface IParameterNameLoader

All Known Implementing Classes:
ParanamerChainDelegator

public interface IParameterNameLoader

Interfaces defines methods to retrieve (currently only) the parameter names of a method.

Since:
0.0.1 (sasl-common-aspect-library)
Author:
Philipp Förmer

Method Summary
 String[] loadParameterTable(Method method)
          Tries to load the parameter names of the method.
 

Method Detail

loadParameterTable

String[] loadParameterTable(Method method)
                            throws IllegalArgumentException
Tries to load the parameter names of the method. Returns a string array of the parameter names on success. If the parameter names could not get loaded than null is returned.

Parameters:
method - non null
Returns:
null or non null array
Throws:
if - method is null.
IllegalArgumentException
Since:
0.0.1 (sasl-common-aspect-library)


Copyright © 2010. All Rights Reserved.