Class RepoCommand

java.lang.Object
aQute.bnd.main.RepoCommand

public class RepoCommand extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RepoCommand(bnd bnd, aQute.bnd.main.RepoCommand.repoOptions opts)
    Called from the command line
  • Method Summary

    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 repo
    void
    _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 POM
    void
    _versions(aQute.bnd.main.RepoCommand.VersionsOptions opts)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RepoCommand

      public RepoCommand(bnd bnd, aQute.bnd.main.RepoCommand.repoOptions opts) throws Exception
      Called from the command line
      Parameters:
      bnd -
      opts -
      Throws:
      Exception
  • Method Details

    • _repos

      public void _repos(aQute.bnd.main.RepoCommand.reposOptions opts)
    • _list

      public void _list(aQute.bnd.main.RepoCommand.listOptions opts) throws Exception
      Throws:
      Exception
    • _get

      public void _get(aQute.bnd.main.RepoCommand.getOptions opts) throws Exception
      get a file from the repo
      Parameters:
      opts -
      Throws:
      Exception
    • _put

      public void _put(aQute.bnd.main.RepoCommand.putOptions opts) throws Exception
      Throws:
      Exception
    • _diff

      public void _diff(aQute.bnd.main.RepoCommand.diffOptions options) throws UnsupportedEncodingException, IOException, Exception
      Throws:
      UnsupportedEncodingException
      IOException
      Exception
    • _refresh

      public void _refresh(aQute.bnd.main.RepoCommand.RefreshOptions opts) throws Exception
      Throws:
      Exception
    • _versions

      public void _versions(aQute.bnd.main.RepoCommand.VersionsOptions opts) throws Exception
      Throws:
      Exception
    • _copy

      public void _copy(aQute.bnd.main.RepoCommand.CopyOptions options) throws Exception
      Throws:
      Exception
    • _topom

      public void _topom(aQute.bnd.main.RepoCommand.PomOptions opts) throws Exception
      Read a repository and turn all bundles that have a pom into a dependency POM
      Throws:
      Exception
    • _sync

      public void _sync(aQute.bnd.main.RepoCommand.SyncOptions opts) throws Exception
      Throws:
      Exception
    • _index

      public void _index(aQute.bnd.main.RepoCommand.IndexOptions opts) throws Exception
      Throws:
      Exception