Class VelocimacroFactory.Twonk

  • Enclosing class:
    VelocimacroFactory

    private static class VelocimacroFactory.Twonk
    extends java.lang.Object
    small container class to hold the tuple of a template and modification time. We keep the modification time so we can 'override' it on a reload to prevent recursive reload due to inter-calling VMs in a library
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long modificationTime
      modification time of the template.
      Template template
      Template kept in this container.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Twonk()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • template

        public Template template
        Template kept in this container.
      • modificationTime

        public long modificationTime
        modification time of the template.
    • Constructor Detail

      • Twonk

        private Twonk()