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 Summary
Constructors Constructor Description ZipArchive(String sourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceName()
void
setSourceName(String sourceName)
-
-
-
Constructor Detail
-
ZipArchive
public ZipArchive(String sourceName)
-
-
Method Detail
-
getSourceName
public String getSourceName()
- Specified by:
getSourceName
in interfaceFileEntryInterface
-
setSourceName
public void setSourceName(String sourceName)
- Specified by:
setSourceName
in interfaceFileEntryInterface
-
-