X-Git-Url: http://git.osdn.net/view?p=pizza-ipa-oss%2Fjre.git;a=blobdiff_plain;f=features%2Fjp.pizzafactory.com.sun.jre%2Frootfiles.linux.x86%2Fjre%2Fman%2Fman1%2Funpack200.1;fp=features%2Fjp.pizzafactory.com.sun.jre%2Frootfiles.linux.x86%2Fjre%2Fman%2Fman1%2Funpack200.1;h=778d44e106043e787882916fbcb9c310664b107d;hp=0000000000000000000000000000000000000000;hb=380406f21bee95a4d2cde5028f7b9cba0239aebe;hpb=222171335eade95b7723df3619eb09ab0e0d927e diff --git a/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/man/man1/unpack200.1 b/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/man/man1/unpack200.1 new file mode 100644 index 0000000..778d44e --- /dev/null +++ b/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/man/man1/unpack200.1 @@ -0,0 +1,174 @@ +." Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. +." +.TH unpack200 1 "06 Apr 2010" +." Generated from HTML by html2man (author: Eric Armstrong) + +.LP +.SH "Name" +unpack200 \- JAR Unpacking tool +.LP +.SH "SYNOPSIS" +.LP + +.LP +.LP +\f4unpack200\fP\f2 [ \fP\f2options\fP ] \f2input\-file\fP \f2JAR\-file\fP +.LP +.LP +Options may be in any order. The last option on the command line supersedes all previously specified options. +.LP +.RS 3 + +.LP +.RS 3 +.TP 3 +input\-file +Name of the input file, which can be a pack200 gzip file or a pack200 file. The input could also be JAR file produced by pack200(1) with an effort of 0. In this case the contents of the input file will be copied to the output JAR file with the Pack200 marker. +.TP 3 +JAR\-file +Name of the output JAR file. +.RE + +.LP +.RE +.SH "DESCRIPTION" +.LP + +.LP +.LP +\f2unpack200\fP is a native implementation that transforms a packed file produced by \f2pack200\fP(1) into a JAR file. Typical usage: +.LP +.RS 3 + +.LP +.LP +\f2% unpack200 myarchive.pack.gz myarchive.jar\fP +.LP +.RE +.LP +In this example, the \f2myarchive.jar\fP is produced from \f2myarchive.pack.gz\fP using the default \f2unpack200\fP settings. +.LP +.SH "OPTIONS" +.LP +.SS +Standard Options +.LP +.RS 3 + +.LP +.LP +\f4\-Hvalue \-\-deflate\-hint=\fP\f2value\fP +.LP +.RS 3 + +.LP +.LP +Sets the deflation to be \f2true\fP, \f2false\fP, or \f2keep\fP on all entries within a JAR file. The default mode is \f2keep\fP. If \f2true\fP or \f2false\fP, overrides the default behavior and sets the deflation mode on all entries within the output JAR file. +.LP +.RE +.RE +.SS +Non\-Standard Options +.LP +.RS 3 + +.LP +.LP +\f4\-r \-\-remove\-pack\-file\fP +.LP +.RS 3 + +.LP +.LP +Removes the input packed file. +.LP +.RE +.LP +\f4\-v \-\-verbose\fP +.LP +.RS 3 + +.LP +.LP +Outputs minimal messages. Multiple specification of this option will output more verbose messages. +.LP +.RE +.LP +\f4\-q \-\-quiet\fP +.LP +.RS 3 + +.LP +.LP +Specifies quiet operation with no messages. +.LP +.RE +.LP +\f4\-lfilename \-\-log\-file=\fP\f2filename\fP +.LP +.RS 3 + +.LP +.LP +Specifies a log file to output messages. +.LP +.RE +.RE +.SH "EXIT STATUS" +.LP + +.LP +.LP +The following exit values are returned: +.LP +.RS 3 + +.LP +.LP +\f2\ 0\fP if successful completion; +.LP +.LP +\f2>0\fP if an error occurred. +.LP +.RE +.SH "SEE ALSO" +.LP +.RS 3 +.TP 2 +o +pack200(1) +.TP 2 +o +.na +\f2Java SE Documentation\fP @ +.fi +http://java.sun.com/javase/6/docs/index.html +.TP 2 +o +.na +\f2Java Deployment Guide \- Pack200\fP @ +.fi +http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/pack200.html +.TP 2 +o +jar(1) \- Java Archive Tool +.TP 2 +o +jarsigner(1) \- JAR Signer tool +.TP 2 +o +\f2attributes(5)\fP man page +.RE + +.LP +.SH "NOTES" +.LP + +.LP +.LP +This command should not be confused with \f2unpack(1)\fP. They are distinctly separate products. +.LP +.LP +The Java SE API Specification provided with the JDK is the superseding authority, in case of discrepancies. +.LP +