| Package | Description |
|---|---|
| org.apache.flink.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
JarFileCreator |
JarFileCreator.addClass(Class<?> clazz)
Adds a
Class object to the set of classes which shall eventually be included in the jar file. |
JarFileCreator |
JarFileCreator.addPackage(String p)
Manually specify the package of the dependencies.
|
JarFileCreator |
JarFileCreator.addPackages(String[] packages)
Manually specify the packages of the dependencies.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.