Package edu.uiuc.ncsa.security.installer
Class ZipArchive
- java.lang.Object
- 
- edu.uiuc.ncsa.security.installer.ZipArchive
 
- 
- All Implemented Interfaces:
- FileEntryInterface
 
 public class ZipArchive extends Object implements FileEntryInterface Created by Jeff Gaynor 
 on 6/18/24 at 11:14 AM
- 
- 
Constructor SummaryConstructors Constructor Description ZipArchive(String sourceName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSourceName()voidsetSourceName(String sourceName)
 
- 
- 
- 
Constructor Detail- 
ZipArchivepublic ZipArchive(String sourceName) 
 
- 
 - 
Method Detail- 
getSourceNamepublic String getSourceName() - Specified by:
- getSourceNamein interface- FileEntryInterface
 
 - 
setSourceNamepublic void setSourceName(String sourceName) - Specified by:
- setSourceNamein interface- FileEntryInterface
 
 
- 
 
-