jdk/src/linux/doc/man/ja/unpack200.1
author jjg
Tue, 11 Mar 2008 13:14:55 -0700
changeset 168 25697c18650b
parent 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
6307187: clean up code for -Xlint:options Summary: introduce common code for handling one-of and any-of options Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
'\" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
.\" Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
.\" This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
.\" under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
.\" published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
.\" This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
.\" version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
.\" accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
.\" You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
.\" 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
.\" Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
.\" CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
.\" have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH unpack200 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.SH 名前
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
unpack200 \- JAR アンパックツール
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.SH 形式
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
\f4unpack200\fP\f2 [ \fP\f2options\fP ] \f2input\-file\fP \f2JAR\-file\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
オプションの指定順序に決まりはありません。コマンド行に指定された最後のオプションが、それ以前に指定されたすべてのオプションより優先されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.I input\-file  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
入力ファイルの名前。入力ファイルは通常、pack200 gzip ファイルか pack200 ファイルです。このほかに、0 を設定すれば pack200(1) から作成された JAR ファイルも入力ファイルとして使用できます。この場合、入力ファイルの内容が Pack200 マーカーとともに出力 JAR ファイルにコピーされます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.I JAR\-file    
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
出力 JAR ファイル名。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.SH 機能説明
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
unpack200 ツールは pack200(1) で作成されたパックファイルを JAR ファイルに変換するネイティブ実装です。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
一般的な使用方法:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
.RS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.ft 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
% unpack200 myarchive.pack.gz myarchive.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
.ft 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
この例では、デフォルトの unpack200 設定で、myarchive.pack.gz から myarchive.jar が作成されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.SH オプション
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
標準オプション
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
.B \-Hvalue \--deflate-hint=value
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
JAR ファイル内のすべてのエントリに true、false、keep としてデフレーションを設定します。デフォルトモードは keep です。true または false の場合、デフォルトの動作をオーバーライドして、出力 JAR ファイル内のすべてのエントリのデフレーションモードを設定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
非標準オプション
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
\f4\-r \-\-remove\-pack\-file\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
入力パックファイルを削除します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
\f4\-v \-\-verbose\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
最小限のメッセージを出力します。このオプションを複数指定すると、より長いメッセージが出力されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
\f4\-q \-\-quiet\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
メッセージを表示せずに動作します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
\f4\-lfilename \-\-log\-file=\fP\f2filename\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
メッセージを出力するログファイルを指定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.SH 終了ステータス
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
次の終了値が返されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.B 0 " 成功"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.B >0  " エラー"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.SH 関連項目
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
pack200 \- JAR パックツール
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
\f2pack200(1)\fP, \f2jar(1)\fP, \f2jarsigner(1)\fP, \f2attributes(5)\fP のマニュアルページ
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
Java SE のドキュメント
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment\-guide/pack200.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
「\f2Java Deployment Guide」 \- Pack200\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
\f2jar\fP \- Java アーカイブツール 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
http://java.sun.com/javase/6/docs/technotes/tools/solaris/jarsigner.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
「\f2jarsigner\fP」 \- JAR 署名ツール
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.SH 注意事項
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
このコマンドと unpack(1) コマンドを混同しないでください。これらは別製品です。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
ドキュメント間に矛盾がある場合、SDK に付属する Java SE API 仕様が最優先されます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155