package org.erlide.engine.services; public interface SystemInfoService extends ErlangService { String get(); }