|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CopiarFichero
Interfaz para copiar ficheros.
Method Summary | |
---|---|
void |
copiaFichero(java.lang.String origen,
java.lang.String destino)
Método que copia un determinado fichero, en otra ruta y con el nombre que se desee. |
Method Detail |
---|
void copiaFichero(java.lang.String origen, java.lang.String destino) throws FicheroYingoException
origen
- Nombre del fichero que se desea copiar.destino
- Nombre de la copia que se va a realizar.
YingoException
FicheroYingoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |