org.glassfish.hk2.classmodel.reflect
Class ArchiveAdapter.Entry

java.lang.Object
  extended by org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry
Enclosing interface:
ArchiveAdapter

public static final class ArchiveAdapter.Entry
extends Object

Definition of an archive entry


Field Summary
 String name
           
 long size
           
 
Constructor Summary
ArchiveAdapter.Entry(String name, long size, boolean isDirectory)
          creates a new archive entry
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

size

public final long size
Constructor Detail

ArchiveAdapter.Entry

public ArchiveAdapter.Entry(String name,
                            long size,
                            boolean isDirectory)
creates a new archive entry

Parameters:
name - the entry name
size - the entry size
isDirectory - true if this entry is a directory


Copyright © 2013 Oracle Corporation. All Rights Reserved.