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
-