1 '\" t
   2 .\" Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
   3 .\" Title: serialver
   4 .\" Language: English
   5 .\" Date: 2013年11月21日
   6 .\" SectDesc: Remote Method Invocation (RMI)ツール
   7 .\" Software: JDK 8
   8 .\" Arch: 汎用
   9 .\"
  10 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  11 .\"
  12 .\" This code is free software; you can redistribute it and/or modify it
  13 .\" under the terms of the GNU General Public License version 2 only, as
  14 .\" published by the Free Software Foundation.
  15 .\"
  16 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  17 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  18 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  19 .\" version 2 for more details (a copy is included in the LICENSE file that
  20 .\" accompanied this code).
  21 .\"
  22 .\" You should have received a copy of the GNU General Public License version
  23 .\" 2 along with this work; if not, write to the Free Software Foundation,
  24 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  25 .\"
  26 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  27 .\" or visit www.oracle.com if you need additional information or have any
  28 .\" questions.
  29 .\"
  30 .pl 99999
  31 .TH "serialver" "1" "2013年11月21日" "JDK 8" "Remote Method Invocation (RMI)"
  32 .\" -----------------------------------------------------------------
  33 .\" * Define some portability stuff
  34 .\" -----------------------------------------------------------------
  35 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36 .\" http://bugs.debian.org/507673
  37 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  38 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39 .ie \n(.g .ds Aq \(aq
  40 .el       .ds Aq '
  41 .\" -----------------------------------------------------------------
  42 .\" * set default formatting
  43 .\" -----------------------------------------------------------------
  44 .\" disable hyphenation
  45 .nh
  46 .\" disable justification (adjust text to left margin only)
  47 .ad l
  48 .\" -----------------------------------------------------------------
  49 .\" * MAIN CONTENT STARTS HERE *
  50 .\" -----------------------------------------------------------------
  51 .SH "NAME"
  52 serialver \- 指定したクラスのシリアル・バージョンUIDを戻します。
  53 .SH "概要"
  54 .sp
  55 .if n \{\
  56 .RS 4
  57 .\}
  58 .nf
  59 \fIserialver\fR [ \fIoptions\fR ] [ \fIclassnames\fR ]
  60 .fi
  61 .if n \{\
  62 .RE
  63 .\}
  64 .PP
  65 \fIoptions\fR
  66 .RS 4
  67 コマンドライン・オプション。オプションを参照してください。
  68 .RE
  69 .PP
  70 \fIclassnames\fR
  71 .RS 4
  72 \fIserialVersionUID\fRを戻すクラスです。
  73 .RE
  74 .SH "説明"
  75 .PP
  76 \fIserialver\fRコマンドは、1つ以上のクラスの\fIserialVersionUID\fRを、展開しているクラスへコピーするのに適した形式で返します。引数なしで呼び出された場合、\fIserialver\fRコマンドは使用率行を出力します。
  77 .SH "オプション"
  78 .PP
  79 \-classpath \fIpath\-files\fR
  80 .RS 4
  81 アプリケーションのクラスおよびリソースの検索パスを設定します。クラスとリソースをコロン(:)で区切ります。
  82 .RE
  83 .PP
  84 \-show
  85 .RS 4
  86 簡単なユーザー・インタフェースを表示します。完全指定のクラス名を入力して、Enterキーか「表示」ボタンを押し、\fIserialVersionUID\fRを表示します。
  87 .RE
  88 .PP
  89 \-J\fIoption\fR
  90 .RS 4
  91 Java仮想マシンに\fIoption\fRを渡します。optionには、Javaアプリケーション起動ツールのリファレンス・ページに記載されているオプションを1つ指定します。たとえば、\fI\-J\-Xms48m\fRと指定すると、スタートアップ・メモリーは48MBに設定されます。java(1)を参照してください。
  92 .RE
  93 .SH "注意"
  94 .PP
  95 \fIserialver\fRコマンドは、指定されたクラスをその仮想マシン内に読み込んで初期化しますが、デフォルトではセキュリティ・マネージャの設定は行いません。信頼できないクラスとともに\fIserialver\fRコマンドを実行する場合には、次のオプションを使用してセキュリティ・マネージャを設定できます。
  96 .sp
  97 .if n \{\
  98 .RS 4
  99 .\}
 100 .nf
 101 \-J\-Djava\&.security\&.manager
 102 .fi
 103 .if n \{\
 104 .RE
 105 .\}
 106 .PP
 107 必要であれば、次のオプションを使用してセキュリティ・ポリシーを指定できます。
 108 .sp
 109 .if n \{\
 110 .RS 4
 111 .\}
 112 .nf
 113 \-J\-Djava\&.security\&.policy=<policy file>
 114 .fi
 115 .if n \{\
 116 .RE
 117 .\}
 118 .SH "関連項目"
 119 .sp
 120 .RS 4
 121 .ie n \{\
 122 \h'-04'\(bu\h'+03'\c
 123 .\}
 124 .el \{\
 125 .sp -1
 126 .IP \(bu 2.3
 127 .\}
 128 policytool(1)
 129 .RE
 130 .sp
 131 .RS 4
 132 .ie n \{\
 133 \h'-04'\(bu\h'+03'\c
 134 .\}
 135 .el \{\
 136 .sp -1
 137 .IP \(bu 2.3
 138 .\}
 139 http://docs\&.oracle\&.com/javase/8/docs/api/java/io/ObjectStreamClass\&.htmlにある
 140 \fIjava\&.io\&.ObjectStream\fRクラス記述
 141 .RE
 142 .br
 143 'pl 8.5i
 144 'bp