net.sf.sail.core.curnit
Class CurnitManifest

java.lang.Object
  extended by java.util.jar.Manifest
      extended by net.sf.sail.core.curnit.CurnitManifest
All Implemented Interfaces:
java.lang.Cloneable

public class CurnitManifest
extends java.util.jar.Manifest

Extends the standard Manifest to provide metadata necessary in a Curnit archive.

Author:
turadg
See Also:
Manifest

Constructor Summary
CurnitManifest(java.io.InputStream manifestInput)
           
 
Method Summary
 java.lang.String getFilePath()
           
 java.lang.String getName()
           
 org.doomdark.uuid.UUID getUUID()
           
 
Methods inherited from class java.util.jar.Manifest
clear, clone, equals, getAttributes, getEntries, getMainAttributes, hashCode, read, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurnitManifest

public CurnitManifest(java.io.InputStream manifestInput)
               throws java.io.IOException
Parameters:
manifestInput -
Throws:
java.io.IOException
Method Detail

getFilePath

public java.lang.String getFilePath()

getUUID

public org.doomdark.uuid.UUID getUUID()

getName

public java.lang.String getName()


Copyright © 2004-2008 TELS Center. All Rights Reserved.