Skip navigation links
A B C D E F G H I J K L M N O P R S T V W 

A

abort() - Method in class org.apache.karaf.shell.commands.impl.WatchAction.WatchTask
 
Activator - Class in org.apache.karaf.shell.commands.impl.info
 
Activator() - Constructor for class org.apache.karaf.shell.commands.impl.info.Activator
 
add(WcAction.WordCounts) - Method in class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 
addingBundle(Bundle, BundleEvent) - Method in class org.apache.karaf.shell.commands.impl.info.InfoBundleTrackerCustomizer
AliasAction - Class in org.apache.karaf.shell.commands.impl
 
AliasAction() - Constructor for class org.apache.karaf.shell.commands.impl.AliasAction
 

B

byteCount - Variable in class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 

C

CatAction - Class in org.apache.karaf.shell.commands.impl
Concatenate and print files and/or URLs.
CatAction() - Constructor for class org.apache.karaf.shell.commands.impl.CatAction
 
charCount - Variable in class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 
checkInterrupted() - Static method in class org.apache.karaf.shell.commands.impl.LessAction
This is for long running commands to be interrupted by ctrl-c
checkInterrupted() - Static method in class org.apache.karaf.shell.commands.impl.MoreAction
This is for long running commands to be interrupted by ctrl-c
ClearAction - Class in org.apache.karaf.shell.commands.impl
A command to clear the console buffer
ClearAction() - Constructor for class org.apache.karaf.shell.commands.impl.ClearAction
 
close() - Method in class org.apache.karaf.shell.commands.impl.WatchAction.WatchTask
 
compare(String, String) - Method in class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
compareRegion(String, int, int, String, int, int, boolean) - Method in class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
CompletionAction - Class in org.apache.karaf.shell.commands.impl
Command to change the completion mode while using the shell console.
CompletionAction() - Constructor for class org.apache.karaf.shell.commands.impl.CompletionAction
 
convert(Object, Type) - Method in class org.apache.karaf.shell.commands.impl.NewAction
 
convert(Object, ReifiedType) - Method in class org.apache.karaf.shell.commands.impl.NewAction
 
converter - Variable in class org.apache.karaf.shell.commands.impl.NewAction
 

D

DateAction - Class in org.apache.karaf.shell.commands.impl
 
DateAction() - Constructor for class org.apache.karaf.shell.commands.impl.DateAction
 

E

EachAction - Class in org.apache.karaf.shell.commands.impl
Execute a closure on a list of arguments.
EachAction() - Constructor for class org.apache.karaf.shell.commands.impl.EachAction
 
EchoAction - Class in org.apache.karaf.shell.commands.impl
 
EchoAction() - Constructor for class org.apache.karaf.shell.commands.impl.EchoAction
 
EditAction - Class in org.apache.karaf.shell.commands.impl
 
EditAction() - Constructor for class org.apache.karaf.shell.commands.impl.EditAction
 
EnvAction - Class in org.apache.karaf.shell.commands.impl
Command to get/set the value of a session variable.
EnvAction() - Constructor for class org.apache.karaf.shell.commands.impl.EnvAction
 
ESCAPE_TIMEOUT - Static variable in class org.apache.karaf.shell.commands.impl.LessAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.AliasAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.CatAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.ClearAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.CompletionAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.DateAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.EachAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.EchoAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.EditAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.EnvAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.ExecuteAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.GrepAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.HeadAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.HistoryAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.IfAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.InfoAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.JavaAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.LessAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.LogoutAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.MoreAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.NewAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.PrintfAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.PrintStackTracesAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.SleepAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.SortAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.SourceAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.TacAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.TailAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.WatchAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.WcAction
 
execute() - Method in class org.apache.karaf.shell.commands.impl.WhileAction
 
ExecuteAction - Class in org.apache.karaf.shell.commands.impl
Execute system processes.
ExecuteAction() - Constructor for class org.apache.karaf.shell.commands.impl.ExecuteAction
 

F

formatWordCounts(WcAction.WordCounts, String) - Method in class org.apache.karaf.shell.commands.impl.WcAction
Create a human readable format of the given count information.

G

getDouble(String, int, int) - Method in class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
getEditorFactory() - Method in class org.apache.karaf.shell.commands.impl.EditAction
 
getFieldIndexes(String) - Method in class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
getFilesWordCountReport(List<File>) - Method in class org.apache.karaf.shell.commands.impl.WcAction
Create a combined word count report of the required files.
getName() - Method in class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
getName() - Method in interface org.apache.karaf.shell.commands.info.InfoProvider
 
getProperties() - Method in class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
getProperties() - Method in interface org.apache.karaf.shell.commands.info.InfoProvider
 
getRealCause(Throwable) - Static method in class org.apache.karaf.shell.commands.impl.NewAction
 
getSortKey(String, List<Integer>, SortAction.SortComparator.Key) - Method in class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
getWordCounts(InputStream) - Method in class org.apache.karaf.shell.commands.impl.WcAction
Perform the main logic of counting the relevant data within a given input stream.
GrepAction - Class in org.apache.karaf.shell.commands.impl
 
GrepAction() - Constructor for class org.apache.karaf.shell.commands.impl.GrepAction
 
GrepAction.ColorOption - Enum in org.apache.karaf.shell.commands.impl
 

H

hasInterestingThreads() - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadGroupData
 
HeadAction - Class in org.apache.karaf.shell.commands.impl
 
HeadAction() - Constructor for class org.apache.karaf.shell.commands.impl.HeadAction
 
HistoryAction - Class in org.apache.karaf.shell.commands.impl
History command
HistoryAction() - Constructor for class org.apache.karaf.shell.commands.impl.HistoryAction
 

I

IfAction - Class in org.apache.karaf.shell.commands.impl
Execute a closure on a list of arguments.
IfAction() - Constructor for class org.apache.karaf.shell.commands.impl.IfAction
 
InfoAction - Class in org.apache.karaf.shell.commands.impl
 
InfoAction() - Constructor for class org.apache.karaf.shell.commands.impl.InfoAction
 
InfoBundleTrackerCustomizer - Class in org.apache.karaf.shell.commands.impl.info
Bundle tracker which check manifest headers for information.
InfoBundleTrackerCustomizer() - Constructor for class org.apache.karaf.shell.commands.impl.info.InfoBundleTrackerCustomizer
 
InfoProvider - Interface in org.apache.karaf.shell.commands.info
A bundle can publish a service with this interface to offer some informations for the shell:info command
isAssignable(Object, ReifiedType) - Static method in class org.apache.karaf.shell.commands.impl.NewAction
 
isInteresting() - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadData
 
isTty(OutputStream) - Method in class org.apache.karaf.shell.commands.impl.LessAction
 
isTty(OutputStream) - Method in class org.apache.karaf.shell.commands.impl.MoreAction
 

J

JavaAction - Class in org.apache.karaf.shell.commands.impl
Execute a Java standard application.
JavaAction() - Constructor for class org.apache.karaf.shell.commands.impl.JavaAction
 

K

Key(String) - Constructor for class org.apache.karaf.shell.commands.impl.SortAction.SortComparator.Key
 

L

LessAction - Class in org.apache.karaf.shell.commands.impl
 
LessAction() - Constructor for class org.apache.karaf.shell.commands.impl.LessAction
 
lineCount - Variable in class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 
LogoutAction - Class in org.apache.karaf.shell.commands.impl
 
LogoutAction() - Constructor for class org.apache.karaf.shell.commands.impl.LogoutAction
 

M

modifiedBundle(Bundle, BundleEvent, ServiceRegistration<InfoProvider>) - Method in class org.apache.karaf.shell.commands.impl.info.InfoBundleTrackerCustomizer
 
MoreAction - Class in org.apache.karaf.shell.commands.impl
 
MoreAction() - Constructor for class org.apache.karaf.shell.commands.impl.MoreAction
 

N

NewAction - Class in org.apache.karaf.shell.commands.impl
Instantiate a new object
NewAction() - Constructor for class org.apache.karaf.shell.commands.impl.NewAction
 

O

org.apache.karaf.shell.commands.impl - package org.apache.karaf.shell.commands.impl
 
org.apache.karaf.shell.commands.impl.info - package org.apache.karaf.shell.commands.impl.info
 
org.apache.karaf.shell.commands.info - package org.apache.karaf.shell.commands.info
 

P

PojoInfoProvider - Class in org.apache.karaf.shell.commands.impl.info
 
PojoInfoProvider() - Constructor for class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
PojoInfoProvider(String, Properties) - Constructor for class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
print() - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadGroupData
 
printDump(String) - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadData
 
printDuration(double) - Method in class org.apache.karaf.shell.commands.impl.InfoAction
 
PrintfAction - Class in org.apache.karaf.shell.commands.impl
 
PrintfAction() - Constructor for class org.apache.karaf.shell.commands.impl.PrintfAction
 
PrintStackTracesAction - Class in org.apache.karaf.shell.commands.impl
Command for showing the full tree of bundles that have been used to resolve a given bundle.
PrintStackTracesAction() - Constructor for class org.apache.karaf.shell.commands.impl.PrintStackTracesAction
 
printTree(String) - Method in class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadData
 

R

read(BufferedReader, List<String>) - Method in class org.apache.karaf.shell.commands.impl.SortAction
 
READ_EXPIRED - Static variable in class org.apache.karaf.shell.commands.impl.LessAction
 
readOperation() - Method in class org.apache.karaf.shell.commands.impl.LessAction
 
removedBundle(Bundle, BundleEvent, ServiceRegistration<InfoProvider>) - Method in class org.apache.karaf.shell.commands.impl.info.InfoBundleTrackerCustomizer
 
run() - Method in class org.apache.karaf.shell.commands.impl.WatchAction.WatchTask
 

S

setDefaultOptions() - Method in class org.apache.karaf.shell.commands.impl.WcAction
Set the default options for this action if none have been supplied.
setEditorFactory(EditorFactory) - Method in class org.apache.karaf.shell.commands.impl.EditAction
 
setName(String) - Method in class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
setProperties(Properties) - Method in class org.apache.karaf.shell.commands.impl.info.PojoInfoProvider
 
signal(Signal) - Method in class org.apache.karaf.shell.commands.impl.LessAction
 
SleepAction - Class in org.apache.karaf.shell.commands.impl
 
SleepAction() - Constructor for class org.apache.karaf.shell.commands.impl.SleepAction
 
sort(InputStream, PrintStream) - Method in class org.apache.karaf.shell.commands.impl.SortAction
 
sort(List<String>, PrintStream) - Method in class org.apache.karaf.shell.commands.impl.SortAction
 
SortAction - Class in org.apache.karaf.shell.commands.impl
Sort lines of text
SortAction() - Constructor for class org.apache.karaf.shell.commands.impl.SortAction
 
SortAction.SortComparator - Class in org.apache.karaf.shell.commands.impl
 
SortAction.SortComparator.Key - Class in org.apache.karaf.shell.commands.impl
 
SortComparator(boolean, boolean, boolean, boolean, char, List<String>) - Constructor for class org.apache.karaf.shell.commands.impl.SortAction.SortComparator
 
SourceAction - Class in org.apache.karaf.shell.commands.impl
TODO
SourceAction() - Constructor for class org.apache.karaf.shell.commands.impl.SourceAction
 
start(BundleContext) - Method in class org.apache.karaf.shell.commands.impl.info.Activator
 
stop(BundleContext) - Method in class org.apache.karaf.shell.commands.impl.info.Activator
 

T

TacAction - Class in org.apache.karaf.shell.commands.impl
Grab the text from the standard input and return it as a string.
TacAction() - Constructor for class org.apache.karaf.shell.commands.impl.TacAction
 
TailAction - Class in org.apache.karaf.shell.commands.impl
 
TailAction() - Constructor for class org.apache.karaf.shell.commands.impl.TailAction
 
ThreadData(Thread, ThreadInfo) - Constructor for class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadData
 
ThreadGroupData(ThreadGroup, Map<Long, ThreadInfo>) - Constructor for class org.apache.karaf.shell.commands.impl.ThreadsAction.ThreadGroupData
 
ThreadsAction - Class in org.apache.karaf.shell.commands.impl
Command for showing the full tree of bundles that have been used to resolve a given bundle.
ThreadsAction() - Constructor for class org.apache.karaf.shell.commands.impl.ThreadsAction
 
ThreadsAction.ThreadData - Class in org.apache.karaf.shell.commands.impl
 
ThreadsAction.ThreadGroupData - Class in org.apache.karaf.shell.commands.impl
 

V

valueOf(String) - Static method in enum org.apache.karaf.shell.commands.impl.GrepAction.ColorOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.karaf.shell.commands.impl.GrepAction.ColorOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

WatchAction - Class in org.apache.karaf.shell.commands.impl
 
WatchAction() - Constructor for class org.apache.karaf.shell.commands.impl.WatchAction
 
WatchAction.WatchTask - Class in org.apache.karaf.shell.commands.impl
 
WatchTask(String) - Constructor for class org.apache.karaf.shell.commands.impl.WatchAction.WatchTask
 
WcAction - Class in org.apache.karaf.shell.commands.impl
 
WcAction() - Constructor for class org.apache.karaf.shell.commands.impl.WcAction
 
WcAction.WordCounts - Class in org.apache.karaf.shell.commands.impl
Represent a basic object to store the word count data.
WhileAction - Class in org.apache.karaf.shell.commands.impl
Execute a closure on a list of arguments.
WhileAction() - Constructor for class org.apache.karaf.shell.commands.impl.WhileAction
 
wordCount - Variable in class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 
WordCounts() - Constructor for class org.apache.karaf.shell.commands.impl.WcAction.WordCounts
 
A B C D E F G H I J K L M N O P R S T V W 
Skip navigation links

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