Package aQute.bnd.main
Class RepoCommand
- java.lang.Object
-
- aQute.bnd.main.RepoCommand
-
public class RepoCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RepoCommand(bnd bnd, aQute.bnd.main.RepoCommand.repoOptions opts)Called from the command line
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 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 Detail
-
RepoCommand
public RepoCommand(bnd bnd, aQute.bnd.main.RepoCommand.repoOptions opts) throws java.lang.Exception
Called from the command line- Parameters:
bnd-opts-- Throws:
java.lang.Exception
-
-
Method Detail
-
_repos
public void _repos(aQute.bnd.main.RepoCommand.reposOptions opts)
-
_list
public void _list(aQute.bnd.main.RepoCommand.listOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
_get
public void _get(aQute.bnd.main.RepoCommand.getOptions opts) throws java.lang.Exceptionget a file from the repo- Parameters:
opts-- Throws:
java.lang.Exception
-
_put
public void _put(aQute.bnd.main.RepoCommand.putOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
_diff
public void _diff(aQute.bnd.main.RepoCommand.diffOptions options) throws java.io.UnsupportedEncodingException, java.io.IOException, java.lang.Exception- Throws:
java.io.UnsupportedEncodingExceptionjava.io.IOExceptionjava.lang.Exception
-
_refresh
public void _refresh(aQute.bnd.main.RepoCommand.RefreshOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
_versions
public void _versions(aQute.bnd.main.RepoCommand.VersionsOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
_copy
public void _copy(aQute.bnd.main.RepoCommand.CopyOptions options) throws java.lang.Exception- Throws:
java.lang.Exception
-
_topom
public void _topom(aQute.bnd.main.RepoCommand.PomOptions opts) throws java.lang.ExceptionRead a repository and turn all bundles that have a pom into a dependency POM- Throws:
java.lang.Exception
-
_sync
public void _sync(aQute.bnd.main.RepoCommand.SyncOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
_index
public void _index(aQute.bnd.main.RepoCommand.IndexOptions opts) throws java.lang.Exception- Throws:
java.lang.Exception
-
-