Package aQute.bnd.main
Class RepoCommand
java.lang.Object
aQute.bnd.main.RepoCommand
-
Constructor Summary
ConstructorsConstructorDescriptionRepoCommand
(bnd bnd, aQute.bnd.main.RepoCommand.repoOptions opts) Called from the command line -
Method Summary
Modifier and TypeMethodDescriptionvoid
_copy
(aQute.bnd.main.RepoCommand.CopyOptions options) void
_diff
(aQute.bnd.main.RepoCommand.diffOptions options) void
_get
(aQute.bnd.main.RepoCommand.getOptions opts) get a file from the repovoid
_index
(aQute.bnd.main.RepoCommand.IndexOptions opts) void
_list
(aQute.bnd.main.RepoCommand.listOptions opts) void
_put
(aQute.bnd.main.RepoCommand.putOptions opts) void
_refresh
(aQute.bnd.main.RepoCommand.RefreshOptions opts) void
_repos
(aQute.bnd.main.RepoCommand.reposOptions opts) void
_sync
(aQute.bnd.main.RepoCommand.SyncOptions opts) void
_topom
(aQute.bnd.main.RepoCommand.PomOptions opts) Read a repository and turn all bundles that have a pom into a dependency POMvoid
_versions
(aQute.bnd.main.RepoCommand.VersionsOptions opts)
-
Constructor Details
-
RepoCommand
Called from the command line- Parameters:
bnd
-opts
-- Throws:
Exception
-
-
Method Details
-
_repos
public void _repos(aQute.bnd.main.RepoCommand.reposOptions opts) -
_list
- Throws:
Exception
-
_get
get a file from the repo- Parameters:
opts
-- Throws:
Exception
-
_put
- Throws:
Exception
-
_diff
public void _diff(aQute.bnd.main.RepoCommand.diffOptions options) throws UnsupportedEncodingException, IOException, Exception -
_refresh
- Throws:
Exception
-
_versions
- Throws:
Exception
-
_copy
- Throws:
Exception
-
_topom
Read a repository and turn all bundles that have a pom into a dependency POM- Throws:
Exception
-
_sync
- Throws:
Exception
-
_index
- Throws:
Exception
-