Package | Description |
---|---|
aQute.bnd.enroute.commands | |
aQute.bnd.main | |
aQute.lib.consoleapp | |
aQute.lib.getopt |
Modifier and Type | Interface and Description |
---|---|
static interface |
EnrouteCommand.WorkspaceOptions |
interface |
EnrouteOptions |
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
BaselineCommands.baseLineOptions |
(package private) static interface |
BaselineCommands.schemaOptions
Print out the packages from spec jars and check in which ees they appear.
|
(package private) static interface |
bnd.ActionOptions
List actions of the repositories if they implement Actionable and allow
them to be executed
|
(package private) static interface |
bnd.AddOptions
Add a project, workspace, or plugin
|
(package private) static interface |
bnd.bndOptions |
(package private) static interface |
bnd.BootstrapOptions
start a local framework
|
(package private) static interface |
bnd.Bsn2UrlOptions
From a set of bsns, create a list of urls
|
(package private) static interface |
bnd.buildoptions |
(package private) static interface |
bnd.buildxOptions |
(package private) static interface |
bnd.bumpoptions |
(package private) static interface |
bnd.ChangesOptions
Show the changes in the releases
|
(package private) static interface |
bnd.cleanOptions |
(package private) static interface |
bnd.CompileOptions |
(package private) static interface |
bnd.convertOptions
Convert files
|
(package private) static interface |
bnd.CopyOptions |
(package private) static interface |
bnd.createOptions
Options for the jar create command.
|
(package private) static interface |
bnd.debugOptions |
(package private) static interface |
bnd.deliverableOptions
List all deliverables for this workspace.
|
(package private) static interface |
bnd.dooptions |
(package private) static interface |
bnd.eclipseOptions |
(package private) static interface |
bnd.EEOptions |
(package private) static interface |
bnd.ExportOptions
Export a bndrun file
|
(package private) static interface |
bnd.extractOptions
Extract a file from the JAR
|
(package private) static interface |
bnd.FindOptions
Find a package in the current project or a set of jars
|
(package private) static interface |
bnd.FlattenOptions
Flatten a jar
|
(package private) static interface |
bnd.grepOptions
Grep in jars
|
(package private) static interface |
bnd.hashOptions |
(package private) static interface |
bnd.infoOptions
Show some key info of the project
|
(package private) static interface |
bnd.macroOptions |
(package private) static interface |
bnd.MergeOptions
Merge n JARs into a new JAR
|
(package private) static interface |
bnd.packageOptions |
(package private) static interface |
bnd.ParallelBuildOptions |
(package private) static interface |
bnd.patchOptions
Patch
|
(package private) static interface |
bnd.printOptions |
static interface |
bnd.ProfileOptions
Profiles subcmd
|
(package private) static interface |
bnd.projectOptions
Project command, executes actions.
|
(package private) static interface |
bnd.releaseOptions |
(package private) static interface |
bnd.RemoveOptions |
(package private) static interface |
bnd.runOptions |
(package private) static interface |
bnd.runtestsOptions |
(package private) static interface |
bnd.selectOptions
Create a list of file names that match manifest headers bnd select -h
Bundle-SymbolicName --where (...) *
|
(package private) static interface |
bnd.settingOptions
Handle the global settings
|
(package private) static interface |
bnd.sourceOptions |
(package private) static interface |
bnd.syntaxOptions |
(package private) static interface |
bnd.testOptions |
(package private) static interface |
bnd.typeOptions
List the contents of the JAR
|
(package private) static interface |
bnd.verifyOptions |
static interface |
bnd.versionOptions |
(package private) static interface |
bnd.viewOptions |
(package private) static interface |
bnd.wrapOptions |
(package private) static interface |
bnd.xrefOptions |
(package private) static interface |
DiffCommand.diffOptions |
(package private) static interface |
PatchCommand.createOptions |
(package private) static interface |
Plugins.PluginAddOptions |
(package private) static interface |
Plugins.PluginRemoveOptions |
static interface |
Profiles.CreateOptions |
(package private) static interface |
RepoCommand.CopyOptions
Copy
|
(package private) static interface |
RepoCommand.diffOptions |
(package private) static interface |
RepoCommand.getOptions |
(package private) static interface |
RepoCommand.listOptions
List the content of the repos
|
(package private) static interface |
RepoCommand.PomOptions |
(package private) static interface |
RepoCommand.putOptions
put
|
(package private) static interface |
RepoCommand.RefreshOptions |
(package private) static interface |
RepoCommand.repoOptions |
(package private) static interface |
RepoCommand.reposOptions
List the repos
|
(package private) static interface |
RepoCommand.VersionsOptions |
Modifier and Type | Method and Description |
---|---|
void |
bnd._bash(Options options) |
void |
bnd._defaults(Options o)
Show all the defaults in bnd
|
void |
bnd._maven(Options options)
Maven command
|
Modifier and Type | Interface and Description |
---|---|
protected static interface |
AbstractConsoleApp.MainOptions
Main options
|
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
CommandLine.getOptions(java.lang.Class<T> specification,
java.util.List<java.lang.String> arguments)
Parse the options in a command line and return an interface that provides
the options from this command line.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CommandLine.subCmd(Options opts,
java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.reflect.Method> |
CommandLine.getOptions(java.lang.Class<? extends Options> interf)
Answer a list of the options specified in an options interface
|
private void |
CommandLine.help(java.util.Formatter f,
java.lang.Class<? extends Options> specification,
java.lang.String title) |
void |
CommandLine.help(java.util.Formatter f,
java.lang.Object target,
java.lang.String cmd,
java.lang.Class<? extends Options> specification)
Provide a help text.
|
private java.lang.String |
CommandLine.help(java.lang.Object target,
java.lang.String cmd,
java.lang.Class<? extends Options> type) |