org.springframework.boot.loader
Interface Archive.Entry

Enclosing interface:
Archive

public static interface Archive.Entry

Represents a single entry in the archive.


Method Summary
 String getName()
          Returns the name of the entry
 boolean isDirectory()
          Returns true if the entry represents a directory.
 

Method Detail

isDirectory

boolean isDirectory()
Returns true if the entry represents a directory.

Returns:
if the entry is a directory

getName

String getName()
Returns the name of the entry

Returns:
the name of the entry


Copyright © 2013. All Rights Reserved.