| Modifier and Type | Method | Description |
|---|---|---|
Jar.BuildOutput |
Jar.Builder.build() |
Compiles the sources and composes a jar file that comprises of the class files on the specified locations
(defined by
Jar.Builder.classPathSources(String, String...) et al.) along with some resources on the specified
locations (defined by Jar.Builder.classPathResources(String, String...) et al.). |
Copyright © 2014-2018 Lukas Krejci. All Rights Reserved.