Home
last modified time | relevance | path

Searched refs:CommandProcessorFactory (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/example/atm/
DCommandProcessorFactory.java38 interface CommandProcessorFactory { interface
41 static CommandProcessorFactory create() { in create()
DCommandLineAtm.java27 CommandProcessor commandProcessor = CommandProcessorFactory.create().commandProcessor(); in main()