public class ScriptMethodVisibilityUtil
extends java.lang.Object
Constructor and Description |
---|
ScriptMethodVisibilityUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isHide(java.lang.String className,
java.lang.String methodName)
Check script method is hide or not.
|
public static boolean isHide(java.lang.String className, java.lang.String methodName)
className
- class name.for example :org.eclipse.birt.report.engine.api.methodName
- method name.for example: isHide.true
if need to be hidden.else return
false
.Copyright © 2008 Actuate Corp. All rights reserved.