Package freenet.config

Examples of freenet.config.FreenetFilePersistentConfig


    tracker.startDeadUIDChecker();

    // After everything has been created, write the config file back to disk.
    if(config instanceof FreenetFilePersistentConfig) {
      FreenetFilePersistentConfig cfg = (FreenetFilePersistentConfig) config;
      cfg.finishedInit(this.ticker);
      cfg.setHasNodeStarted();
    }
    config.store();

    // Process any data in the extra peer data directory
    peers.readExtraPeerData();
View Full Code Here

TOP

Related Classes of freenet.config.FreenetFilePersistentConfig

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.