Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jlscp
v0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
P
Parameter
<
T
> - Interface in
org.linuxsampler.lscp
Defines the generic properties that every parameter should have.
ParameterFactory
- Class in
org.linuxsampler.lscp
This class represents a factory for creating
Parameter
instances.
ParameterType
- Enum in
org.linuxsampler.lscp
Represents the parameter type.
parse(String)
- Method in class org.linuxsampler.lscp.
AbstractDriver
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
AbstractInstrument
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
AbstractParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
BoolListParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
BoolParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
DbDirectoryInfo
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
DbInstrumentInfo
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
FloatListParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
FloatParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
FxSend
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
IntListParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
IntParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
MidiInstrumentInfo
Parses a line of text.
parse(String)
- Method in interface org.linuxsampler.lscp.
Parseable
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
SamplerChannel
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
SamplerEngine
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
ScanJobInfo
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
ServerInfo
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
StringListParameter
Parses a line of text.
parse(String)
- Method in class org.linuxsampler.lscp.
StringParameter
Parses a line of text.
Parseable
- Interface in
org.linuxsampler.lscp
This interface defines standard method for parsing lines of text.
parseArray(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list whose items are encapsulated into curly braces.
parseBoolList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list with boolean values.
parseEmptyResultSet(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses an empty result set and returns an appropriate
ResultSet
object.
parseError(String, ResultSet)
- Static method in class org.linuxsampler.lscp.
Parser
Parses error message.
parseEscapedStringList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated string list, which elements contains escaped sequences.
parseEscapedStringList(String, char)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a string list, which elements contains escaped sequences.
parseFloat(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a float value.
parseFloatList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list with float values.
parseInt(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses an integer value.
parseIntList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list with integer values.
parseIntList(String, char)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a list of integer values.
parseLines(String[])
- Method in class org.linuxsampler.lscp.
AbstractParameter
Parses the specified lines.
parseList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list.
parseList(String, char)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a list.
parseListOfStringLists(String)
- Static method in class org.linuxsampler.lscp.
Parser
parseMultiplicity(String[])
- Static method in class org.linuxsampler.lscp.
Parser
Determines whether the parameter represented by the specified result set allows only one value or a list of values.
Parser
- Class in
org.linuxsampler.lscp
This class contains only helper functions that are used from the other classes in this library.
parseStringList(String)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a comma separated list whose items are encapsulated into apostrophes.
parseStringList(String, char)
- Static method in class org.linuxsampler.lscp.
Parser
Parses a list whose items are encapsulated into apostrophes.
parseType(String[])
- Static method in class org.linuxsampler.lscp.
Parser
Gets the type of the parameter represented by the specified result set.
parseValue(String)
- Method in class org.linuxsampler.lscp.
BoolListParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
BoolParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
FloatListParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
FloatParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
IntListParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
IntParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in interface org.linuxsampler.lscp.
Parameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
StringListParameter
Parses the specified character string and sets the value of this parameter with the parsed result.
parseValue(String)
- Method in class org.linuxsampler.lscp.
StringParameter
Sets the current value of this parameter with the specified character string.
parseWarning(String, ResultSet)
- Static method in class org.linuxsampler.lscp.
Parser
Parses warning message.
product
- Variable in class org.linuxsampler.lscp.
DbSearchQuery
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jlscp
v0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
Copyright © 2009 Grigor Iliev. All rights reserved.