org.apache.felix.gogo.command
Class OBR

java.lang.Object
  extended by org.apache.felix.gogo.command.OBR

public class OBR
extends Object


Constructor Summary
OBR(BundleContext bc, ServiceTracker tracker)
           
 
Method Summary
 void deploy(boolean start, String[] args)
           
 void info(String[] args)
           
 void javadoc(boolean extract, File localDir, String[] args)
           
 void list(boolean verbose, String[] args)
           
 void repos(String action, String[] args)
           
 void source(boolean extract, File localDir, String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBR

public OBR(BundleContext bc,
           ServiceTracker tracker)
Method Detail

repos

public void repos(String action,
                  String[] args)
           throws IOException
Throws:
IOException

list

public void list(boolean verbose,
                 String[] args)
          throws IOException,
                 InvalidSyntaxException
Throws:
IOException
InvalidSyntaxException

info

public void info(String[] args)
          throws IOException,
                 InvalidSyntaxException
Throws:
IOException
InvalidSyntaxException

deploy

public void deploy(boolean start,
                   String[] args)
            throws IOException,
                   InvalidSyntaxException
Throws:
IOException
InvalidSyntaxException

source

public void source(boolean extract,
                   File localDir,
                   String[] args)
            throws IOException,
                   InvalidSyntaxException
Throws:
IOException
InvalidSyntaxException

javadoc

public void javadoc(boolean extract,
                    File localDir,
                    String[] args)
             throws IOException,
                    InvalidSyntaxException
Throws:
IOException
InvalidSyntaxException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.