Package codes.rafael.modulemaker
Interface ModuleInjectMojo.JarEntryCreator
-
- All Known Implementing Classes:
ModuleInjectMojo.JarEntryCreator.Simple
,ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp
,ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore
- Enclosing class:
- ModuleInjectMojo
static interface ModuleInjectMojo.JarEntryCreator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ModuleInjectMojo.JarEntryCreator.Simple
static class
ModuleInjectMojo.JarEntryCreator.WithOutputTimestamp
static class
ModuleInjectMojo.JarEntryCreator.WithOutputTimestampAndMore
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.jar.JarEntry
toEntry(java.lang.String name)
-