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

java.lang.Object
  extended by br.org.agilcoop.cursos.testes.unidade.pacotes.Pacote
Direct Known Subclasses:
DebPacote, RpmPacote, TarGzPacote

public abstract class Pacote
extends java.lang.Object


Field Summary
 java.io.File arquivo
           
 
Constructor Summary
Pacote()
           
 
Method Summary
abstract  void desempacotar(java.io.File diretorio)
           
abstract  void listar()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arquivo

public java.io.File arquivo
Constructor Detail

Pacote

public Pacote()
Method Detail

desempacotar

public abstract void desempacotar(java.io.File diretorio)
                           throws PacoteRuntimeException
Throws:
PacoteRuntimeException

listar

public abstract void listar()
                     throws PacoteRuntimeException
Throws:
PacoteRuntimeException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.