public interface InvokeNameExtractingResource
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
filterSimpleClassName(String simpleClassName)
Filter the simple class name. e.g.
|
int |
getLoopSize()
Get the loop size from start index for stack trace searching.
|
int |
getStartIndex()
Get the start index for stack trace searching.
|
boolean |
isTargetElement(String className,
String methodName)
Is the class extracting target?
|
boolean |
isUseAdditionalInfo()
Does it use additional info?
|
boolean isTargetElement(String className, String methodName)
className - The class name with package. (NotNull)methodName - The method name without '()'. (NotNull)String filterSimpleClassName(String simpleClassName)
simpleClassName - The class name without package. (NotNull)boolean isUseAdditionalInfo()
int getStartIndex()
int getLoopSize()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.