Class ArchiveAdapter.Entry
java.lang.Object
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
- Enclosing interface:
ArchiveAdapter
Definition of an archive entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
size
public final long size
-
-
Constructor Details
-
Entry
Deprecated.Use the other constructor, isDirectory is not usedcreates a new archive entry- Parameters:
name
- the entry namesize
- the entry sizeisDirectory
- true if this entry is a directory
-
Entry
creates a new archive entry- Parameters:
name
- the entry namesize
- the entry size
-