Class FixNameStrategy

  • All Implemented Interfaces:
    NameStrategy

    public class FixNameStrategy
    extends java.lang.Object
    implements NameStrategy
    • Constructor Summary

      Constructors 
      Constructor Description
      FixNameStrategy​(java.lang.String fullName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFullName​(java.lang.String script)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixNameStrategy

        public FixNameStrategy​(java.lang.String fullName)
    • Method Detail

      • getFullName

        public java.lang.String getFullName​(java.lang.String script)
        Specified by:
        getFullName in interface NameStrategy