org.apache.karaf.features.command
Class ChooseUrlCommand

java.lang.Object
  extended by org.apache.karaf.shell.console.AbstractAction
      extended by org.apache.karaf.features.command.ChooseUrlCommand
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action

public class ChooseUrlCommand
extends org.apache.karaf.shell.console.AbstractAction

Concatenate and print files and/or URLs.


Field Summary
 
Fields inherited from class org.apache.karaf.shell.console.AbstractAction
log, session
 
Constructor Summary
ChooseUrlCommand()
           
 
Method Summary
protected  Object doExecute()
           
 void setFeatureFinder(FeatureFinder featureFinder)
           
 void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
           
 
Methods inherited from class org.apache.karaf.shell.console.AbstractAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseUrlCommand

public ChooseUrlCommand()
Method Detail

setFeatureFinder

public void setFeatureFinder(FeatureFinder featureFinder)

setFeaturesService

public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)

doExecute

protected Object doExecute()
                    throws Exception
Specified by:
doExecute in class org.apache.karaf.shell.console.AbstractAction
Throws:
Exception


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.