Examples of DSConfig


Examples of com.uic.ase.proj.xbn.util.DSConfig

    <P>Create a DirScan.</P>

    <P>Equal to <CODE><A HREF="~JD~ds(s,dsc)~EJD~">DirScan</A>(s_baseDir, (new <A HREF="~JD~dsc#dsc()~EJD~">DSConfig</A>()))</CODE></P>
   **/
  public DirScan(String s_baseDir)  {
    this(s_baseDir, (new DSConfig()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.