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