Uses of Interface
aQute.bnd.main.bnd.ProjectWorkspaceOptions
-
Packages that use bnd.ProjectWorkspaceOptions Package Description aQute.bnd.main -
-
Uses of bnd.ProjectWorkspaceOptions in aQute.bnd.main
Subinterfaces of bnd.ProjectWorkspaceOptions in aQute.bnd.main Modifier and Type Interface Description (package private) static interface
bnd.buildoptions
(package private) static interface
bnd.cleanOptions
(package private) static interface
bnd.CompileOptions
(package private) static interface
bnd.ExportOptions
Export a bndrun file(package private) static interface
bnd.GenerateOptions
(package private) static interface
bnd.ParallelBuildOptions
(package private) static interface
bnd.testOptions
Methods in aQute.bnd.main with parameters of type bnd.ProjectWorkspaceOptions Modifier and Type Method Description private Workspace
bnd. calcWorkspace(bnd.ProjectWorkspaceOptions options)
private java.util.List<Project>
bnd. getFilteredProjects(bnd.ProjectWorkspaceOptions opts)
protected bnd.HandledProjectWorkspaceOptions
bnd. handleOptions(bnd.ProjectWorkspaceOptions options, java.lang.String... defaultIncludes)
void
bnd. perProject(bnd.ProjectWorkspaceOptions opts, bnd.PerProject run)
void
bnd. perProject(bnd.ProjectWorkspaceOptions opts, bnd.PerProject run, boolean manageDeps)
-