public class RepoCommand extends Object
| Constructor and Description |
|---|
RepoCommand(bnd bnd,
aQute.bnd.main.RepoCommand.repoOptions opts)
Called from the command line
|
| Modifier and Type | Method and Description |
|---|---|
void |
_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 repo
|
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 |
_topom(aQute.bnd.main.RepoCommand.PomOptions opts)
Read a repository and turn all bundles that have a pom into a dependency
POM
|
void |
_versions(aQute.bnd.main.RepoCommand.VersionsOptions opts) |
public void _repos(aQute.bnd.main.RepoCommand.reposOptions opts)
public void _list(aQute.bnd.main.RepoCommand.listOptions opts)
throws Exception
Exceptionpublic void _get(aQute.bnd.main.RepoCommand.getOptions opts)
throws Exception
opts - Exceptionpublic void _put(aQute.bnd.main.RepoCommand.putOptions opts)
throws Exception
Exceptionpublic void _diff(aQute.bnd.main.RepoCommand.diffOptions options)
throws UnsupportedEncodingException,
IOException,
Exception
public void _refresh(aQute.bnd.main.RepoCommand.RefreshOptions opts)
throws Exception
Exceptionpublic void _versions(aQute.bnd.main.RepoCommand.VersionsOptions opts)
throws Exception
Exceptionpublic void _copy(aQute.bnd.main.RepoCommand.CopyOptions options)
throws Exception
ExceptionCopyright © 2019 aQute SARL. All rights reserved.