|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.script.ScriptMethodVisibilityUtil
public class ScriptMethodVisibilityUtil
Util class that check methods in script interface are visible or not.
Constructor Summary | |
---|---|
ScriptMethodVisibilityUtil()
|
Method Summary | |
---|---|
static boolean |
isHide(java.lang.String className,
java.lang.String methodName)
Check script method is hide or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptMethodVisibilityUtil()
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |