1 ." Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
   2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 ."
   4 ." This code is free software; you can redistribute it and/or modify it
   5 ." under the terms of the GNU General Public License version 2 only, as
   6 ." published by the Free Software Foundation.
   7 ."
   8 ." This code is distributed in the hope that it will be useful, but WITHOUT
   9 ." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 ." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 ." version 2 for more details (a copy is included in the LICENSE file that
  12 ." accompanied this code).
  13 ."
  14 ." You should have received a copy of the GNU General Public License version
  15 ." 2 along with this work; if not, write to the Free Software Foundation,
  16 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 ."
  18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 ." or visit www.oracle.com if you need additional information or have any
  20 ." questions.
  21 ."
  22 .TH serialver 1 "07 May 2011"
  23 
  24 .LP
  25 .SH "名前"
  26 serialver \- シリアルバージョンコマンド
  27 .LP
  28 .LP
  29 \f3serialver\fP コマンドは \f2serialVersionUID\fP を返します。
  30 .LP
  31 .SH "形式"
  32 .LP
  33 .nf
  34 \f3
  35 .fl
  36 \fP\f3serialver\fP [ options ] [ classnames ]
  37 .fl
  38 .fi
  39 
  40 .LP
  41 .RS 3
  42 .TP 3
  43 options 
  44 このドキュメントで説明されているコマンド行オプションです。 
  45 .TP 3
  46 classnames 
  47 1 つ以上のクラス名です。 
  48 .RE
  49 
  50 .LP
  51 .SH "説明"
  52 .LP
  53 .LP
  54 \f3serialver\fP は、1 つ以上のクラスの \f2serialVersionUID\fP を、展開しているクラスへコピーするのに適した形式で返します。引数を指定しないで呼び出すと、使用方法が表示されます。
  55 .LP
  56 .SH "オプション"
  57 .LP
  58 .RS 3
  59 .TP 3
  60 \-classpath <: で区切られたディレクトリと zip や jar ファイル> 
  61 アプリケーションのクラスおよびリソースの検索パスを設定します。 
  62 .RE
  63 
  64 .LP
  65 .RS 3
  66 .TP 3
  67 \-show 
  68 簡単なユーザーインタフェースを表示します。完全指定のクラス名を入力して、Enter キーか「Show」ボタンを押し、シリアルバージョン UID を表示します。 
  69 .TP 3
  70 \-Joption 
  71 Java 仮想マシンに \f2option\fP を渡します。\f2option\fP には、java(1)のリファレンスページに記載されているオプションを 1 つ指定します。たとえば、\f3\-J\-Xms48m\fP と指定すると、スタートアップメモリーは 48M バイトに設定されます。 
  72 .RE
  73 
  74 .LP
  75 .SH "注"
  76 .LP
  77 .LP
  78 \f3serialver\fP コマンドは、指定されたクラスをその仮想マシン内に読み込んで初期化しますが、デフォルトではセキュリティーマネージャーの設定は行いません。信頼できないクラスとともに \f3serialver\fP を実行する場合には、次のオプションを使ってセキュリティーマネージャーを設定できます。
  79 .LP
  80 .LP
  81 \f2\-J\-Djava.security.manager\fP
  82 .LP
  83 .LP
  84 また、必要であれば、次のオプションを使ってセキュリティーポリシーを指定できます。
  85 .LP
  86 .LP
  87 \f2\-J\-Djava.security.policy=<policy file>\fP
  88 .LP
  89 .SH "関連項目"
  90 .LP
  91 .LP
  92 .na
  93 \f2java.io.ObjectStreamClass\fP @
  94 .fi
  95 http://java.sun.com/javase/6/docs/api/java/io/ObjectStreamClass.html
  96 .LP
  97