public class FixNameStrategy extends java.lang.Object implements NameStrategy
NameStrategy implementation that returns a fixed name.| Constructor and Description |
|---|
FixNameStrategy(java.lang.String fullName)
Constructs a
FixNameStrategy with the specified fully qualified name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName(java.lang.String script)
Returns the fully qualified name of the Java class in the specified script.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractPackageName, extractSimpleNamepublic FixNameStrategy(java.lang.String fullName)
FixNameStrategy with the specified fully qualified name.fullName - the fully qualified class name to returnpublic java.lang.String getFullName(java.lang.String script)
NameStrategygetFullName in interface NameStrategyscript - the Java script