org.squashtest.tm.service.internal.archive
Interface Entry


public interface Entry

An Entry must be capable of :

Author:
bsiri

Method Summary
 String getName()
           
 Entry getParent()
           
 String getShortName()
           
 InputStream getStream()
          must return null if it's a directory, otherwise must return the stream
 boolean isDirectory()
           
 boolean isFile()
           
 

Method Detail

getName

String getName()

getShortName

String getShortName()

getParent

Entry getParent()

isDirectory

boolean isDirectory()

isFile

boolean isFile()

getStream

InputStream getStream()
must return null if it's a directory, otherwise must return the stream

Returns:


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.