|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Archive
Describes general properties of any archive. A single instance of this interface is created for every canonical path name representation of an archive file.
Client applications should never implement this interface because more features may be added in future.
Method Summary | |
---|---|
Archive |
getEnclArchive()
|
String |
getPath()
Returns the canonical path of the archive file. |
Method Detail |
---|
String getPath()
File.separator
s.
This property may be used to determine some archive file specific parameters, such as passwords or similar. However, implementations must not assume that the file denoted by the path actually exists as a file in the native file system!
String
object
- never null
.getEnclArchive()
Archive getEnclArchive()
null
if this archive is
not enclosed in another archive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |