Uses of Interface
net.sf.appinfo.reader.ManifestReader

Packages that use ManifestReader
net.sf.appinfo Contains ApplicationInfo objects which process data from readers and expose partial information about an application. 
net.sf.appinfo.reader Contains readers which take proper structures from underlying sources. 
 

Uses of ManifestReader in net.sf.appinfo
 

Constructors in net.sf.appinfo with parameters of type ManifestReader
SimplierManifestApplicationInfo(ManifestReader manifestReader)
           
 

Uses of ManifestReader in net.sf.appinfo.reader
 

Classes in net.sf.appinfo.reader that implement ManifestReader
 class AbstractManifestReader
          Abstract ManifestReader implementation with common mechanisms (like synchronization and exception conversion) delegating Manifest initialization to concrete subclasses.
 class FileManifestReader
          ManifestReader implementation reading manifest from given file.
 class JarManifestReader
          ManifestReader implementation getting manifest from a JAR file.
 class ServletContextManifestReader
          ManifestReader implementation using ServletContext.
 



Copyright © 2010-2011. All Rights Reserved.