org.rhq.enterprise.client.utility
Class CLIMetadataProvider

java.lang.Object
  extended by org.rhq.enterprise.client.utility.CLIMetadataProvider
All Implemented Interfaces:
org.rhq.scripting.MetadataProvider

public class CLIMetadataProvider
extends Object
implements org.rhq.scripting.MetadataProvider

Author:
Lukas Krejci

Constructor Summary
CLIMetadataProvider()
           
 
Method Summary
 String getDocumentation(Class<?> clazz)
           
 String getDocumentation(Method method)
           
 String getParameterName(Method method, int parameterIndex)
           
 String getTypeName(Type type, boolean fullNames)
           
 Method getUnproxiedMethod(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLIMetadataProvider

public CLIMetadataProvider()
Method Detail

getUnproxiedMethod

public Method getUnproxiedMethod(Method method)
Specified by:
getUnproxiedMethod in interface org.rhq.scripting.MetadataProvider

getParameterName

public String getParameterName(Method method,
                               int parameterIndex)
Specified by:
getParameterName in interface org.rhq.scripting.MetadataProvider

getDocumentation

public String getDocumentation(Class<?> clazz)
Specified by:
getDocumentation in interface org.rhq.scripting.MetadataProvider

getDocumentation

public String getDocumentation(Method method)
Specified by:
getDocumentation in interface org.rhq.scripting.MetadataProvider

getTypeName

public String getTypeName(Type type,
                          boolean fullNames)
Specified by:
getTypeName in interface org.rhq.scripting.MetadataProvider


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.