Constant Field Values

Contents

org.apache.*

  • org.apache.felix.gogo.runtime.BaseTokenizer 
    Modifier and Type Constant Field Value
    protected static final char EOT 65535
  • org.apache.felix.gogo.runtime.Closure 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_LOCK ".defaultLock"
    public static final java.lang.String LOCATION ".location"
    public static final java.lang.String PIPE_EXCEPTION "pipe-exception"
  • org.apache.felix.gogo.runtime.CommandSessionImpl 
    Modifier and Type Constant Field Value
    private static final java.lang.String COLUMN "%-20s %s\n"
    public static final java.lang.String COMMANDS ".commands"
    public static final java.lang.String CONSTANTS ".constants"
    public static final java.lang.String SESSION_CLOSED "session is closed"
    public static final java.lang.String VARIABLES ".variables"
  • org.apache.felix.gogo.runtime.EOFError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.apache.felix.gogo.runtime.Expander 
    Modifier and Type Constant Field Value
    private static final char EOL 0
  • org.apache.felix.gogo.runtime.Expression 
    Modifier and Type Constant Field Value
    private final char decimalSeparator 46
    private final char minusSign 45
  • org.apache.felix.gogo.runtime.Expression.ExpressionException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1118142866870779047L
  • org.apache.felix.gogo.runtime.GlobPathMatcher 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_PATH_SEPARATOR "/"
  • org.apache.felix.gogo.runtime.Pipe 
    Modifier and Type Constant Field Value
    private static final int READ 1
    private static final int WRITE 2
  • org.apache.felix.gogo.runtime.Reflective 
    Modifier and Type Constant Field Value
    public static final java.lang.String MAIN "_main"
  • org.apache.felix.gogo.runtime.SyntaxError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.apache.felix.gogo.runtime.activator.Activator 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONTEXT ".context"
  • org.apache.felix.service.command.CommandProcessor 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMMAND_FUNCTION "osgi.command.function"
    public static final java.lang.String COMMAND_SCOPE "osgi.command.scope"
  • org.apache.felix.service.command.CommandSession 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPTION_NO_GLOB "gogo.option.noglob"
  • org.apache.felix.service.command.Converter 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONVERTER_CLASSES "osgi.converter.classes"
    public static final int INSPECT 0
    public static final int LINE 1
    public static final int PART 2
  • org.apache.felix.service.command.Parameter 
    Modifier and Type Constant Field Value
    public static final java.lang.String UNSPECIFIED "org.apache.felix.service.command.unspecified.parameter"
  • org.apache.felix.service.command.annotations.GogoCommand 
    Modifier and Type Constant Field Value
    public static final java.lang.String PREFIX_ "osgi.command."
  • org.apache.felix.service.command.annotations.RequireGogo 
    Modifier and Type Constant Field Value
    public static final java.lang.String JLINE "gogo.jline"
    public static final java.lang.String SHELL "gogo.shell"