br.org.agilcoop.cursos.testes.unidade.pacotes
Class TarGzPacote

java.lang.Object
  extended by br.org.agilcoop.cursos.testes.unidade.pacotes.Pacote
      extended by br.org.agilcoop.cursos.testes.unidade.pacotes.TarGzPacote

public class TarGzPacote
extends Pacote


Field Summary
 
Fields inherited from class br.org.agilcoop.cursos.testes.unidade.pacotes.Pacote
arquivo
 
Constructor Summary
TarGzPacote()
           
 
Method Summary
 void desempacotar(java.io.File diretorio)
           
 void listar()
           
 
Methods inherited from class br.org.agilcoop.cursos.testes.unidade.pacotes.Pacote
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TarGzPacote

public TarGzPacote()
Method Detail

desempacotar

public void desempacotar(java.io.File diretorio)
                  throws PacoteRuntimeException
Specified by:
desempacotar in class Pacote
Throws:
PacoteRuntimeException

listar

public void listar()
            throws PacoteRuntimeException
Specified by:
listar in class Pacote
Throws:
PacoteRuntimeException


Copyright © 2009. All Rights Reserved.