Package kameleon.util

Examples of kameleon.util.IOPlugIn


    super() ;
    this.knownAnalyzers = new ArrayList<PlugInInfo>() ;
    this.knownGenerators = new ArrayList<PlugInInfo>() ;
    this.am = new AnalyzerManager() ;
    this.debugMode = debugMode ;
    this.iop = new IOPlugIn(this.am,
        ANALYSER_FOLDER, GENERATOR_FOLDER,
        CONFIG_ANALYSER_FILE, CONFIG_GENERATOR_FILE,
        PLUG_IN_RESOURCES_FOLDER) ;
  }// PlugInManager()
View Full Code Here

TOP

Related Classes of kameleon.util.IOPlugIn

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.