public abstract class ArchiveBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
descriptorLocation |
protected URL |
rootURL |
| Constructor and Description |
|---|
ArchiveBase()
Default Constructor.
|
ArchiveBase(URL rootUrl,
String descriptorLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptorLocation() |
InputStream |
getDescriptorStream() |
abstract InputStream |
getEntry(String entryPath) |
URL |
getRootURL() |
void |
setDescriptorLocation(String descriptorLocation) |
void |
setRootURL(URL rootURL) |
String |
toString() |
public ArchiveBase()
public InputStream getDescriptorStream() throws IOException
IOExceptionpublic abstract InputStream getEntry(String entryPath) throws IOException
IOExceptionpublic URL getRootURL()
public void setRootURL(URL rootURL)
public String getDescriptorLocation()
public void setDescriptorLocation(String descriptorLocation)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.