jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.DbSearchQuery

Packages that use DbSearchQuery
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of DbSearchQuery in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp with parameters of type DbSearchQuery
 DbDirectoryInfo[] Client.findDbDirectories(java.lang.String dir, DbSearchQuery query)
          Finds all directories in the specified directory that corresponds to the specified search criterias.
 DbDirectoryInfo[] Client.findDbDirectories(java.lang.String dir, DbSearchQuery query, boolean nonRecursive)
          Finds all directories in the specified directory that corresponds to the specified search criterias.
 DbInstrumentInfo[] Client.findDbInstruments(java.lang.String dir, DbSearchQuery query)
          Finds all instruments in the specified directory that corresponds to the specified search criterias.
 DbInstrumentInfo[] Client.findDbInstruments(java.lang.String dir, DbSearchQuery query, boolean nonRecursive)
          Finds all instruments in the specified directory that corresponds to the specified search criterias.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.