com.didisoft.pgp.inspect
Class ContentItem

java.lang.Object
  extended by com.didisoft.pgp.inspect.ContentItem
All Implemented Interfaces:
java.io.Serializable

public class ContentItem
extends java.lang.Object
implements java.io.Serializable

Information for a file contained in an OpenPGP archive.

See Also:
Serialized Form

Method Summary
 java.lang.String getFileName()
          The file name of an encrypted file.
 java.util.Date getModificationDate()
          Modification date as stored in the OpenPGP archive
 boolean isDirectory()
          Is this item a directory or a file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFileName

public java.lang.String getFileName()
The file name of an encrypted file.

Returns:
file name

getModificationDate

public java.util.Date getModificationDate()
Modification date as stored in the OpenPGP archive

Returns:
modification date

isDirectory

public boolean isDirectory()
Is this item a directory or a file.

Returns:
true if directory, false if file


Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.