/[classpath]/classpath/java/util/jar/Attributes.java
ViewVC logotype

Diff of /classpath/java/util/jar/Attributes.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mkoch, Fri Jan 28 10:09:42 2005 UTC revision 1.11 by mark, Fri Jan 28 14:46:16 2005 UTC
# Line 1  Line 1 
1  /* Attributes.java -- Represents attribute name/value pairs from a Manifest  /* Attributes.java -- Represents attribute name/value pairs from a Manifest
2     Copyright (C) 2000, 2002 Free Software Foundation, Inc.     Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 98  public class Attributes implements Clone Line 98  public class Attributes implements Clone
98     * converted to lowercase. But you can get the original case sensitive     * converted to lowercase. But you can get the original case sensitive
99     * string with the <code>toString()</code> method.</p>     * string with the <code>toString()</code> method.</p>
100     *     *
101       * <p>Most important attributes have a constant defined in this
102       * class. Some other attributes used in Manifest files are:
103       * <ul>
104       * <li> "Created-By" - General main attribute, tool and version
105       * that created this Manifest file.</li>
106       * <li> "Java-Bean" - Bean objects attribute, whether the entry is a Bean.
107       * Value is either "true" or "false".</li>
108       * <li> "Magic" - Signing attribute, application specific signing attribute.
109       * Must be understood by the manifest parser when present to validate the
110       * jar (entry).</li>
111       * </ul>
112       *
113     * @since 1.2     * @since 1.2
114     * @author Mark Wielaard (mark@klomp.org)     * @author Mark Wielaard (mark@klomp.org)
115     */     */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26