Package codes.rafael.modulemaker
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 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 java.lang.reflect.Method
fromMillis
private java.lang.reflect.Method
setCreationTime
private java.lang.reflect.Method
setLastAccessTime
private java.lang.reflect.Method
setLastModifiedTime
private long
time
-
Constructor Summary
Constructors Constructor Description WithOutputTimestampAndMore(long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.jar.JarEntry
toEntry(java.lang.String name)
-
-
-
Field Detail
-
time
private final long time
-
fromMillis
private final java.lang.reflect.Method fromMillis
-
setCreationTime
private final java.lang.reflect.Method setCreationTime
-
setLastAccessTime
private final java.lang.reflect.Method setLastAccessTime
-
setLastModifiedTime
private final java.lang.reflect.Method setLastModifiedTime
-
-
Method Detail
-
toEntry
public java.util.jar.JarEntry toEntry(java.lang.String name)
- Specified by:
toEntry
in interfaceModuleInjectMojo.JarEntryCreator
-
-