Package scratch

Examples of scratch.ScratchConfig


  @Override
  public void initComponent() {
    ScratchLog log = new ScratchLog();
    ScratchConfigPersistence configPersistence = ScratchConfigPersistence.getInstance();
    ScratchConfig config = configPersistence.asConfig();

    fileSystem = new FileSystem(configPersistence.getScratchesFolderPath());
    Ide ide = new Ide(fileSystem, log);
    mrScratchManager = new MrScratchManager(ide, fileSystem, config, log);
View Full Code Here

TOP

Related Classes of scratch.ScratchConfig

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.