Class ArchiveAdapter.Entry
- java.lang.Object
-
- org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
-
- Enclosing interface:
- ArchiveAdapter
public static final class ArchiveAdapter.Entry extends java.lang.Object
Definition of an archive entry
-
-
Constructor Detail
-
Entry
public Entry(java.lang.String name, long size, boolean isDirectory)
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
public Entry(java.lang.String name, long size)
creates a new archive entry- Parameters:
name
- the entry namesize
- the entry size
-
-