PageRenderTime 23ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/.metadata/.plugins/org.eclipse.core.resources/.history/5e/20e3c9e479a3001e1dff9ae635b3e1ee

https://bitbucket.org/fixpoint/connexion
#! | 17 lines | 14 code | 3 blank | 0 comment | 0 complexity | ddbe8feafe96c793df1c5e39f73ea8a6 MD5 | raw file
  1. import info.reflectionsofmind.connexion.platform.control.IConfiguration;
  2. import info.reflectionsofmind.connexion.platform.control.IRoot;
  3. import info.reflectionsofmind.connexion.platform.control.control.IMainControl;
  4. public class CommandLineRoot implements IRoot
  5. {
  6. public IConfiguration getConfiguration()
  7. {
  8. return null;
  9. }
  10. public IMainControl restart()
  11. {
  12. return null;
  13. }
  14. }