Uses of Class
org.eclipse.cbi.maven.plugins.flatpakager.model.Module
-
Packages that use Module Package Description org.eclipse.cbi.maven.plugins.flatpakager.model -
-
Uses of Module in org.eclipse.cbi.maven.plugins.flatpakager.model
Methods in org.eclipse.cbi.maven.plugins.flatpakager.model that return Module Modifier and Type Method Description abstract Module
Module.Builder. build()
Methods in org.eclipse.cbi.maven.plugins.flatpakager.model that return types with arguments of type Module Modifier and Type Method Description abstract com.google.common.collect.ImmutableSet<Module>
Manifest. modules()
Methods in org.eclipse.cbi.maven.plugins.flatpakager.model with parameters of type Module Modifier and Type Method Description Manifest.Builder
Manifest.Builder. addModule(Module... value)
-