org.glassfish.hk2.classmodel.reflect
Class ArchiveAdapter.Entry
java.lang.Object
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
- Enclosing interface:
- ArchiveAdapter
public static final class ArchiveAdapter.Entry
- extends Object
Definition of an archive entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
size
public final long size
ArchiveAdapter.Entry
public ArchiveAdapter.Entry(String name,
long size,
boolean isDirectory)
- creates a new archive entry
- Parameters:
name
- the entry namesize
- the entry sizeisDirectory
- true if this entry is a directory
Copyright © 2013 Oracle Corporation. All Rights Reserved.