|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.org.agilcoop.cursos.testes.unidade.pacotes.Pacote
public abstract class Pacote
| 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 |
|---|
public java.io.File arquivo
| Constructor Detail |
|---|
public Pacote()
| Method Detail |
|---|
public abstract void desempacotar(java.io.File diretorio)
throws PacoteRuntimeException
PacoteRuntimeException
public abstract void listar()
throws PacoteRuntimeException
PacoteRuntimeExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||