Class 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 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 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.Exception
        get 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.UnsupportedEncodingException
        java.io.IOException
        java.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.Exception
        Read 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