Package codes.rafael.modulemaker
Class ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp
- java.lang.Object
-
- codes.rafael.modulemaker.ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp
-
- All Implemented Interfaces:
ModuleInjectMojo.JarEntryCreator
- Enclosing interface:
- ModuleInjectMojo.JarEntryCreator
public static class ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp extends java.lang.Object implements ModuleInjectMojo.JarEntryCreator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface codes.rafael.modulemaker.ModuleInjectMojo.JarEntryCreator
ModuleInjectMojo.JarEntryCreator.Simple, ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp, ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore
-
-
Field Summary
Fields Modifier and Type Field Description private long
time
-
Constructor Summary
Constructors Constructor Description WithOutputTimestamp(long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.jar.JarEntry
toEntry(java.lang.String name)
-
-
-
Method Detail
-
toEntry
public java.util.jar.JarEntry toEntry(java.lang.String name)
- Specified by:
toEntry
in interfaceModuleInjectMojo.JarEntryCreator
-
-