
core.InstallCommand Maven / Gradle / Ivy
The newest version!
/*
* InstallCommand.java criado em 05/01/2014
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.rio.core;
import br.com.objectos.way.cli.Command;
import br.com.objectos.way.core.io.Directory;
import com.google.inject.ImplementedBy;
/**
* @author [email protected] (Marcio Endo)
*/
@ImplementedBy(Install.class)
public interface InstallCommand extends Command {
void toDir(Directory dir);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy