A B C D E F G I K L M N O P R S T U V W 
所有类 所有程序包

A

absentValue() - 注释类型 中的方法org.apache.felix.service.command.Parameter
The default value of the parameter if its name is not present on the command line.
Activator - org.apache.felix.gogo.runtime.activator中的类
 
Activator() - 类 的构造器org.apache.felix.gogo.runtime.activator.Activator
 
addCommand(String, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, Class<?>) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, Class<?>, int) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, String) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addCommand(String, Object, String, int) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addConstant(String, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addConstant(String, Object) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Sets a constant value.
addConverter(Converter) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addFunction(Expression.Function) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Adds a function to the list of supported functions
addListener(CommandSessionListener) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
addOperator(Expression.Operator) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Adds an operator to the list of supported operators.
afterExecute(CommandSession, CharSequence, Exception) - 接口 中的方法org.apache.felix.gogo.api.CommandSessionListener
 
afterExecute(CommandSession, CharSequence, Exception) - 类 中的方法org.apache.felix.gogo.runtime.activator.EventAdminListener
 
afterExecute(CommandSession, CharSequence, Object) - 接口 中的方法org.apache.felix.gogo.api.CommandSessionListener
 
afterExecute(CommandSession, CharSequence, Object) - 类 中的方法org.apache.felix.gogo.runtime.activator.EventAdminListener
 
append(char) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
append(CharSequence) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
append(CharSequence, int, int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
array(List<Token>, Map<Token, Token>) - 类 中的方法org.apache.felix.gogo.runtime.Parser
 
ARRAY - org.apache.felix.gogo.runtime.Tokenizer.Type
 
ASSIGN - org.apache.felix.gogo.runtime.Tokenizer.Type
 
Assignment(String, int) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Assignment
 
available() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 

B

beforeExecute(CommandSession, CharSequence) - 接口 中的方法org.apache.felix.gogo.api.CommandSessionListener
 
beforeExecute(CommandSession, CharSequence) - 类 中的方法org.apache.felix.gogo.runtime.activator.EventAdminListener
 

C

charAt(int) - 类 中的方法org.apache.felix.gogo.runtime.Token
 
checkError() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
clearError() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
close() - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
close() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
close() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
 
close() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
close() - 接口 中的方法org.apache.felix.service.command.CommandSession
Close this command session.
close() - 接口 中的方法org.apache.felix.service.threadio.ThreadIO
Cancel the streams associated with the current thread.
Closure - org.apache.felix.gogo.runtime中的类
 
Closure(CommandSessionImpl, Closure, CharSequence) - 类 的构造器org.apache.felix.gogo.runtime.Closure
 
CLOSURE - org.apache.felix.gogo.runtime.Tokenizer.Type
 
column() - 异常错误 中的方法org.apache.felix.gogo.runtime.SyntaxError
 
Comma() - 类 的构造器org.apache.felix.gogo.runtime.Expression.Comma
 
COMMAND_FUNCTION - 接口 中的静态变量org.apache.felix.service.command.CommandProcessor
A list of method names that may be called for this command provider.
COMMAND_SCOPE - 接口 中的静态变量org.apache.felix.service.command.CommandProcessor
The scope of commands provided by this service.
CommandNotFoundException - org.apache.felix.gogo.runtime中的异常错误
Thrown if an unknown command is entered into a shell or passed on the command line
CommandNotFoundException(String) - 异常错误 的构造器org.apache.felix.gogo.runtime.CommandNotFoundException
 
CommandProcessor - org.apache.felix.service.command中的接口
A command shell can create and maintain a number of command sessions.
CommandProcessorImpl - org.apache.felix.gogo.runtime中的类
 
CommandProcessorImpl(ThreadIO) - 类 的构造器org.apache.felix.gogo.runtime.CommandProcessorImpl
 
CommandProxy - org.apache.felix.gogo.runtime中的类
 
CommandProxy(Object, String) - 类 的构造器org.apache.felix.gogo.runtime.CommandProxy
 
CommandProxy(BundleContext, ServiceReference, String) - 类 的构造器org.apache.felix.gogo.runtime.CommandProxy
 
commands - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
COMMANDS - 类 中的静态变量org.apache.felix.gogo.runtime.CommandSessionImpl
 
CommandSession - org.apache.felix.service.command中的接口
 
CommandSessionImpl - org.apache.felix.gogo.runtime中的类
 
CommandSessionImpl(CommandProcessorImpl, InputStream, PrintStream, PrintStream) - 类 的构造器org.apache.felix.gogo.runtime.CommandSessionImpl
 
CommandSessionListener - org.apache.felix.gogo.api中的接口
Listener for command executions.
Comparator(String, int) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Comparator
 
compare(Comparable, Comparable) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Comparator
This method actually implements the comparison.
connect(Pipe) - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 
Constant(Object) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Constant
 
constants - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
CONTEXT - 类 中的静态变量org.apache.felix.gogo.runtime.activator.Activator
 
convert(Class<?>, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
convert(Class<?>, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
convert(Class<?>, Object) - 接口 中的方法org.apache.felix.service.command.CommandSession
Convert an object to another type.
convert(Class<?>, Object) - 接口 中的方法org.apache.felix.service.command.Converter
Convert an object to the desired type.
Converter - org.apache.felix.service.command中的接口
A converter is a service that can help create specific object types from a string, and vice versa.
CONVERTER_CLASSES - 接口 中的静态变量org.apache.felix.service.command.Converter
This property is a string, or array of strings, and defines the classes or interfaces that this converter recognizes.
converters - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
createSession(InputStream, PrintStream, PrintStream) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
createSession(InputStream, PrintStream, PrintStream) - 接口 中的方法org.apache.felix.service.command.CommandProcessor
Create a new command session associated with IO streams.

D

Descriptor - org.apache.felix.service.command中的注释类型
 

E

EOFError - org.apache.felix.gogo.runtime中的异常错误
 
EOFError(int, int, String) - 异常错误 的构造器org.apache.felix.gogo.runtime.EOFError
 
EOT - org.apache.felix.gogo.runtime.Tokenizer.Type
 
eval() - 类 中的方法org.apache.felix.gogo.runtime.Expression
Evaluates the expression.
eval(String, String) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Comparator
 
eval(String, String) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 
eval(BigDecimal, BigDecimal) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Comparator
 
eval(BigDecimal, BigDecimal) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
Implementation for this operator.
eval(List<BigDecimal>) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Function
Implementation for this function.
eval(Map<String, Object>) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Evaluates the expression.
eval(Map<String, Object>, Object, Object) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Assignment
 
eval(Map<String, Object>, Object, Object) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 
eval(Map<String, Object>, List<Object>) - 类 中的方法org.apache.felix.gogo.runtime.Expression.Function
 
eval(Token) - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
eval(Token) - 接口 中的方法org.apache.felix.gogo.runtime.Evaluate
 
eval(CommandSession, Object[]) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
Evaluate - org.apache.felix.gogo.runtime中的接口
 
EventAdminListener - org.apache.felix.gogo.runtime.activator中的类
 
EventAdminListener(BundleContext) - 类 的构造器org.apache.felix.gogo.runtime.activator.EventAdminListener
 
execute(CharSequence) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
execute(CharSequence) - 接口 中的方法org.apache.felix.service.command.CommandSession
Execute a program in this session.
execute(CommandSession, List<Object>) - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
execute(CommandSession, List<Object>) - 类 中的方法org.apache.felix.gogo.runtime.CommandProxy
 
execute(CommandSession, List<Object>) - 接口 中的方法org.apache.felix.service.command.Function
Execute this function and return the result.
executeStatement(List<Token>) - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
EXECUTION - org.apache.felix.gogo.runtime.Tokenizer.Type
 
expand(CharSequence, short, short) - 类 中的方法org.apache.felix.gogo.runtime.Tokenizer
 
expand(CharSequence, Evaluate) - 类 中的静态方法org.apache.felix.gogo.runtime.Tokenizer
expand variables, quotes and escapes in word.
expr(CharSequence) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
expr(CommandSessionImpl, CharSequence) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
EXPR - org.apache.felix.gogo.runtime.Tokenizer.Type
 
Expression - org.apache.felix.gogo.runtime中的类
EvalEx - Java Expression Evaluator
Expression(String) - 类 的构造器org.apache.felix.gogo.runtime.Expression
Creates a new expression instance from an expression string.
Expression.Assignment - org.apache.felix.gogo.runtime中的类
Marker class for assignment operators.
Expression.Comma - org.apache.felix.gogo.runtime中的类
 
Expression.Comparator - org.apache.felix.gogo.runtime中的类
 
Expression.Constant - org.apache.felix.gogo.runtime中的类
 
Expression.ExpressionException - org.apache.felix.gogo.runtime中的异常错误
The expression evaluators exception class.
Expression.Function - org.apache.felix.gogo.runtime中的类
Abstract definition of a supported expression function.
Expression.LeftParen - org.apache.felix.gogo.runtime中的类
 
Expression.Operator - org.apache.felix.gogo.runtime中的类
Abstract definition of a supported operator.
Expression.Variable - org.apache.felix.gogo.runtime中的类
 
ExpressionException(String) - 异常错误 的构造器org.apache.felix.gogo.runtime.Expression.ExpressionException
 

F

flush() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
format(Object, int) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
format(Object, int) - 接口 中的方法org.apache.felix.service.command.CommandSession
Convert an object to string form (CharSequence).
format(Object, int, Converter) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
format(Object, int, Converter) - 接口 中的方法org.apache.felix.service.command.Converter
Convert an objet to a CharSequence object in the requested format.
format(String, Object...) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
format(Locale, String, Object...) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
Function - org.apache.felix.service.command中的接口
A Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script.
Function(String, int) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Function
Creates a new function with given name and parameter count.

G

get(String) - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
get(String) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
get(String) - 接口 中的方法org.apache.felix.gogo.runtime.Evaluate
 
get(String) - 接口 中的方法org.apache.felix.service.command.CommandSession
Get the value of a variable.
getCommand() - 异常错误 中的方法org.apache.felix.gogo.runtime.CommandNotFoundException
 
getCommands() - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
getConsole() - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
getConsole() - 接口 中的方法org.apache.felix.service.command.CommandSession
Return the PrintStream for the console.
getCurrent() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
getErr() - 类 中的方法org.apache.felix.gogo.runtime.threadio.Marker
 
getExpressionTokenizer() - 类 中的方法org.apache.felix.gogo.runtime.Expression
Get an iterator for this expression, allows iterating over an expression token by token.
getIn() - 类 中的方法org.apache.felix.gogo.runtime.threadio.Marker
 
getKeyboard() - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
getKeyboard() - 接口 中的方法org.apache.felix.service.command.CommandSession
Return the input stream that is the first of the pipeline.
getName() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Function
 
getName() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Variable
 
getNumParams() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Function
 
getOper() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 
getOut() - 类 中的方法org.apache.felix.gogo.runtime.threadio.Marker
 
getPrecedence() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 
getRoot() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
Access to the root stream through reflection
getRoot() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
Access to the root stream through reflection
getTarget() - 类 中的方法org.apache.felix.gogo.runtime.CommandProxy
 
getValue() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Constant
 

I

in - 类 中的变量org.apache.felix.gogo.runtime.CommandSessionImpl
 
INSPECT - 接口 中的静态变量org.apache.felix.service.command.Converter
Print the object in detail.
invoke(CommandSession, Object, String, List<Object>) - 类 中的静态方法org.apache.felix.gogo.runtime.Reflective
invokes the named method on the given target using the supplied args, which are converted if necessary.
isLeftAssoc() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 

K

KEYWORDS - 类 中的静态变量org.apache.felix.gogo.runtime.Reflective
 

L

LeftParen() - 类 的构造器org.apache.felix.gogo.runtime.Expression.LeftParen
 
length() - 类 中的方法org.apache.felix.gogo.runtime.Token
 
line() - 异常错误 中的方法org.apache.felix.gogo.runtime.SyntaxError
 
LINE - 接口 中的静态变量org.apache.felix.service.command.Converter
Print the object as a row in a table.
listeners - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
LOCATION - 类 中的静态变量org.apache.felix.gogo.runtime.Closure
 

M

MAIN - 类 中的静态变量org.apache.felix.gogo.runtime.Reflective
 
mark() - 类 中的静态方法org.apache.felix.gogo.runtime.Pipe
 
mark(int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
Marker - org.apache.felix.gogo.runtime.threadio中的类
 
Marker(InputStream, PrintStream, PrintStream, Marker) - 类 的构造器org.apache.felix.gogo.runtime.threadio.Marker
 
markSupported() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 

N

names() - 注释类型 中的方法org.apache.felix.service.command.Parameter
Parameter name and aliases which must start with the hyphen character.
NEWLINE - org.apache.felix.gogo.runtime.Tokenizer.Type
 
newProcessor(ThreadIO, BundleContext) - 类 中的方法org.apache.felix.gogo.runtime.activator.Activator
 
next() - 类 中的方法org.apache.felix.gogo.runtime.Tokenizer
 
NO_MATCH - 类 中的静态变量org.apache.felix.gogo.runtime.Reflective
 

O

Operator(String, int, boolean) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Operator
Creates a new operator.
org.apache.felix.gogo.api - 程序包 org.apache.felix.gogo.api
 
org.apache.felix.gogo.runtime - 程序包 org.apache.felix.gogo.runtime
 
org.apache.felix.gogo.runtime.activator - 程序包 org.apache.felix.gogo.runtime.activator
 
org.apache.felix.gogo.runtime.threadio - 程序包 org.apache.felix.gogo.runtime.threadio
 
org.apache.felix.service.command - 程序包 org.apache.felix.service.command
 
org.apache.felix.service.threadio - 程序包 org.apache.felix.service.threadio
 
out - 类 中的变量org.apache.felix.gogo.runtime.CommandSessionImpl
 

P

Parameter - org.apache.felix.service.command中的注释类型
 
Parser - org.apache.felix.gogo.runtime中的类
 
Parser(CharSequence) - 类 的构造器org.apache.felix.gogo.runtime.Parser
 
PART - 接口 中的静态变量org.apache.felix.service.command.Converter
Print the value in a small format so that it is identifiable.
PI - 类 中的静态变量org.apache.felix.gogo.runtime.Expression
Definition of PI as a constant, can be used in expressions as variable.
Pipe - org.apache.felix.gogo.runtime中的类
 
Pipe(Closure, List<Token>) - 类 的构造器org.apache.felix.gogo.runtime.Pipe
 
PIPE - org.apache.felix.gogo.runtime.Tokenizer.Type
 
presentValue() - 注释类型 中的方法org.apache.felix.service.command.Parameter
The default value of the parameter if its name is present on the command line.
print(boolean) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(char) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(char[]) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(double) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(float) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(long) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(Object) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
print(String) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
printf(String, Object...) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
printf(Locale, String, Object...) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(boolean) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(char) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(char[]) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(double) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(float) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(long) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(Object) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
println(String) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
processor - 类 中的变量org.apache.felix.gogo.runtime.activator.Activator
 
program() - 类 中的方法org.apache.felix.gogo.runtime.Parser
 
put(String, Object) - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
put(String, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandSessionImpl
 
put(String, Object) - 接口 中的方法org.apache.felix.gogo.runtime.Evaluate
 
put(String, Object) - 接口 中的方法org.apache.felix.service.command.CommandSession
Set the value of a variable.

R

read() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
read(byte[]) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
Reflective - org.apache.felix.gogo.runtime中的类
 
Reflective() - 类 的构造器org.apache.felix.gogo.runtime.Reflective
 
removeCommand(Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeCommand(String, String) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeCommand(String, String, Object) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeConstant(String) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeConverter(Converter) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
removeListener(CommandSessionListener) - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
reset() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
reset(Object[]) - 类 中的静态方法org.apache.felix.gogo.runtime.Pipe
 
run() - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 

S

SEMICOLON - org.apache.felix.gogo.runtime.Tokenizer.Type
 
session() - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
SESSION_CLOSED - 类 中的静态变量org.apache.felix.gogo.runtime.CommandSessionImpl
 
sessions - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
setErr(PrintStream) - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 
setError() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
setIn(InputStream) - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 
setOut(PrintStream) - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 
setPrecision(int) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Sets the precision for expression evaluation.
setRoundingMode(RoundingMode) - 类 中的方法org.apache.felix.gogo.runtime.Expression
Sets the rounding mode for expression evaluation.
setStreams(InputStream, PrintStream, PrintStream) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
 
setStreams(InputStream, PrintStream, PrintStream) - 接口 中的方法org.apache.felix.service.threadio.ThreadIO
Associate this streams with the current thread.
skip(long) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
source() - 类 中的方法org.apache.felix.gogo.runtime.Token
 
start() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
 
start(BundleContext) - 类 中的方法org.apache.felix.gogo.runtime.activator.Activator
 
stop() - 类 中的方法org.apache.felix.gogo.runtime.CommandProcessorImpl
 
stop() - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
 
stop(BundleContext) - 类 中的方法org.apache.felix.gogo.runtime.activator.Activator
 
stopped - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
subSequence(int, int) - 类 中的方法org.apache.felix.gogo.runtime.Token
 
SyntaxError - org.apache.felix.gogo.runtime中的异常错误
 
SyntaxError(int, int, String) - 异常错误 的构造器org.apache.felix.gogo.runtime.SyntaxError
 

T

ThreadInputStream - org.apache.felix.gogo.runtime.threadio中的类
 
ThreadInputStream(ThreadIOImpl, InputStream) - 类 的构造器org.apache.felix.gogo.runtime.threadio.ThreadInputStream
 
threadIO - 类 中的变量org.apache.felix.gogo.runtime.CommandProcessorImpl
 
ThreadIO - org.apache.felix.service.threadio中的接口
Enable multiplexing of the standard IO streams for input, output, and error.
ThreadIOImpl - org.apache.felix.gogo.runtime.threadio中的类
 
ThreadIOImpl() - 类 的构造器org.apache.felix.gogo.runtime.threadio.ThreadIOImpl
 
ThreadPrintStream - org.apache.felix.gogo.runtime.threadio中的类
 
ThreadPrintStream(ThreadIOImpl, PrintStream, boolean) - 类 的构造器org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
token() - 类 中的方法org.apache.felix.gogo.runtime.Tokenizer
 
Token - org.apache.felix.gogo.runtime中的类
 
Token(Tokenizer.Type, CharSequence, short, short) - 类 的构造器org.apache.felix.gogo.runtime.Token
 
Tokenizer - org.apache.felix.gogo.runtime中的类
Bash-like tokenizer.
Tokenizer(CharSequence) - 类 的构造器org.apache.felix.gogo.runtime.Tokenizer
 
Tokenizer(CharSequence, Evaluate, boolean) - 类 的构造器org.apache.felix.gogo.runtime.Tokenizer
 
Tokenizer.Type - org.apache.felix.gogo.runtime中的枚举
 
toRPN() - 类 中的方法org.apache.felix.gogo.runtime.Expression
Get a string representation of the RPN (Reverse Polish Notation) for this expression.
toString() - 类 中的方法org.apache.felix.gogo.runtime.Closure
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Function
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Expression.LeftParen
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Operator
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Expression.Variable
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Pipe
 
toString() - 类 中的方法org.apache.felix.gogo.runtime.Token
 
toString() - 枚举 中的方法org.apache.felix.gogo.runtime.Tokenizer.Type
 
type() - 类 中的方法org.apache.felix.gogo.runtime.Tokenizer
 

U

ungetTarget() - 类 中的方法org.apache.felix.gogo.runtime.CommandProxy
 
UNSPECIFIED - 注释类型 中的静态变量org.apache.felix.service.command.Parameter
 

V

value() - 类 中的方法org.apache.felix.gogo.runtime.Tokenizer
 
value() - 注释类型 中的方法org.apache.felix.service.command.Descriptor
 
valueOf(String) - 枚举 中的静态方法org.apache.felix.gogo.runtime.Tokenizer.Type
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
values() - 枚举 中的静态方法org.apache.felix.gogo.runtime.Tokenizer.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。该方法可用于迭代 常量, 如下所示:
for (Tokenizer.Type c : Tokenizer.Type.values())
    System.out.println(c);
Variable(String) - 类 的构造器org.apache.felix.gogo.runtime.Expression.Variable
 
variables - 类 中的变量org.apache.felix.gogo.runtime.CommandSessionImpl
 
VARIABLES - 类 中的静态变量org.apache.felix.gogo.runtime.CommandSessionImpl
 

W

WORD - org.apache.felix.gogo.runtime.Tokenizer.Type
 
write(byte[]) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
write(byte[], int, int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
write(int) - 类 中的方法org.apache.felix.gogo.runtime.threadio.ThreadPrintStream
 
A B C D E F G I K L M N O P R S T U V W 
所有类 所有程序包