serialver.1 3.4 KB
Newer Older
1
." Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
T
tbell 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
."
." This code is free software; you can redistribute it and/or modify it
." under the terms of the GNU General Public License version 2 only, as
." published by the Free Software Foundation.
."
." This code is distributed in the hope that it will be useful, but WITHOUT
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
." version 2 for more details (a copy is included in the LICENSE file that
." accompanied this code).
."
." You should have received a copy of the GNU General Public License version
." 2 along with this work; if not, write to the Free Software Foundation,
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
."
18 19 20
." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
." or visit www.oracle.com if you need additional information or have any
." questions.
T
tbell 已提交
21
."
22
.TH serialver 1 "02 Jun 2010"
T
tbell 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

.LP
.SH "名前"
serialver \- シリアルバージョンコマンド
.LP
.RS 3

.LP
.LP
\f3serialver\fP コマンドは \f2serialVersionUID\fP を返します。
.LP
.RE
.SH "形式"
.LP

.LP
.nf
\f3
.fl
\fP\f3serialver\fP [ options ] [ classnames ]
.fl
.fi

.LP
.RS 3

.LP
.RS 3
.TP 3
options 
このドキュメントで説明されているコマンド行オプションです。 
.TP 3
classnames 
1 つ以上のクラス名です。 
.RE

.LP
.RE
.SH "説明"
D
duke 已提交
62 63 64 65
.LP

.LP
.LP
T
tbell 已提交
66 67 68
\f3serialver\fP は、1 つ以上のクラスの \f2serialVersionUID\fP を、展開しているクラスへコピーするのに適した形式で返します。引数を指定しないで呼び出すと、使用方法が表示されます。
.LP
.SH "オプション"
D
duke 已提交
69 70 71
.LP

.LP
T
tbell 已提交
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
.RS 3
.TP 3
\-classpath <: で区切られたディレクトリと zip や jar ファイル> 
アプリケーションのクラスおよびリソースの検索パスを設定します。 
.RE

.LP
.RS 3
.TP 3
\-show 
簡単なユーザーインタフェースを表示します。完全指定のクラス名を入力して、Enter キーか [Show] ボタンを押し、シリアルバージョン UID を表示します。 
.TP 3
\-Joption 
Java 仮想マシンに \f2option\fP を渡します。 \f2option\fP には、java(1)のリファレンスページに記載されているオプションを 1 つ指定します。たとえば、\f3\-J\-Xms48m\fP と指定すると、スタートアップメモリーは 48M バイトに設定されます。 
.RE

.LP
.SH "注"
.LP

D
duke 已提交
92
.LP
T
tbell 已提交
93 94
.LP
\f3serialver\fP コマンドは、指定されたクラスをその仮想マシン内に読み込んで初期化しますが、デフォルトではセキュリティーマネージャーの設定は行いません。信頼できないクラスとともに \f3serialver\fP を実行する場合には、次のオプションを使ってセキュリティーマネージャーを設定できます。
D
duke 已提交
95 96 97 98 99 100 101 102 103
.LP
.RS 3

.LP
.LP
\f2\-J\-Djava.security.manager\fP
.LP
.RE
.LP
T
tbell 已提交
104
また、必要であれば、次のオプションを使ってセキュリティーポリシーを指定できます。
D
duke 已提交
105 106 107 108 109 110 111
.LP
.RS 3

.LP
.LP
\f2\-J\-Djava.security.policy=<policy file>\fP
.LP
T
tbell 已提交
112 113
.RE
.SH "関連項目"
D
duke 已提交
114 115 116 117 118
.LP

.LP
.LP
.na
T
tbell 已提交
119 120 121
\f2java.io.ObjectStreamClass\fP @
.fi
http://java.sun.com/javase/6/docs/api/java/io/ObjectStreamClass.html
D
duke 已提交
122 123
.LP