类 FixNameStrategy
java.lang.Object
com.obermuhlner.scriptengine.java.name.FixNameStrategy
- 所有已实现的接口:
NameStrategy
A
NameStrategy implementation that returns a fixed name.-
字段概要
字段 -
构造器概要
构造器构造器说明FixNameStrategy(String fullName) Constructs aFixNameStrategywith the specified fully qualified name. -
方法概要
修饰符和类型方法说明getFullName(String script) Returns the fully qualified name of the Java class in the specified script.
-
字段详细资料
-
fullName
-
-
构造器详细资料
-
FixNameStrategy
Constructs aFixNameStrategywith the specified fully qualified name.- 参数:
fullName- the fully qualified class name to return
-
-
方法详细资料
-
getFullName
从接口复制的说明:NameStrategyReturns the fully qualified name of the Java class in the specified script.- 指定者:
getFullName在接口中NameStrategy- 参数:
script- the Java script- 返回:
- the fully qualified class name
-