public abstract class ArchiveBase extends Object
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
IOException
public abstract InputStream getEntry(String entryPath) throws IOException
IOException
public URL getRootURL()
public void setRootURL(URL rootURL)
public String getDescriptorLocation()
public void setDescriptorLocation(String descriptorLocation)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference