Package eu.bibl.banalysis.storage.classes

Examples of eu.bibl.banalysis.storage.classes.ClassContainer


   * @param jars JarFile informations.
   */
  public JarDownloader(JarInfo... jars) {
    super();
    this.jars = jars;
    contents = new ClassContainer();
    classLoader = new JarClassLoader(contents);
  }
View Full Code Here

TOP

Related Classes of eu.bibl.banalysis.storage.classes.ClassContainer

Copyright © 2018 www.massapicom. 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.