Examples of ScratchConfig


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
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.