Class ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore

java.lang.Object
codes.rafael.modulemaker.ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore
All Implemented Interfaces:
ModuleInjectMojo.JarEntryCreator
Enclosing interface:
ModuleInjectMojo.JarEntryCreator

public static class ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore extends Object implements ModuleInjectMojo.JarEntryCreator
  • Field Details

    • time

      private final long time
    • fromMillis

      private final Method fromMillis
    • setCreationTime

      private final Method setCreationTime
    • setLastAccessTime

      private final Method setLastAccessTime
    • setLastModifiedTime

      private final Method setLastModifiedTime
  • Constructor Details

    • WithOutputTimestampAndMore

      public WithOutputTimestampAndMore(long time) throws Exception
      Throws:
      Exception
  • Method Details