|
jlscp v0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client.ScanMode | |
---|---|
org.linuxsampler.lscp | Provides classes for retrieving information and configuring LinuxSampler instance. |
Uses of Client.ScanMode in org.linuxsampler.lscp |
---|
Methods in org.linuxsampler.lscp that return Client.ScanMode | |
---|---|
static Client.ScanMode |
Client.ScanMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Client.ScanMode[] |
Client.ScanMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.linuxsampler.lscp with parameters of type Client.ScanMode | |
---|---|
void |
Client.addDbInstruments(Client.ScanMode mode,
java.lang.String dbDir,
java.lang.String fsDir)
Adds the instruments in the specified file system directory to the specified instruments database directory. |
int |
Client.addDbInstruments(Client.ScanMode mode,
java.lang.String dbDir,
java.lang.String fsDir,
boolean background)
Adds the instruments in the specified file system directory to the specified instruments database directory. |
int |
Client.addDbInstruments(Client.ScanMode mode,
java.lang.String dbDir,
java.lang.String fsDir,
boolean background,
boolean insDir)
Adds the instruments in the specified file system directory to the specified instruments database directory. |
|
jlscp v0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |