⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fastjar.texi

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 TEXI
字号:
\input texinfo @c -*-texinfo-*-@setfilename fastjar.info@settitle Guide to GNU jar utilites@c Note: When reading this manual you'll find lots of strange@c circumlocutions like ``compiler for the Java language''.@c This is necessary due to Sun's restrictions on the use of@c the word ``Java'.@c When this manual is copyrighted.@set copyrights-fastjar 2002@include gcc-common.texi@c Versions@set which-gcj GCC-@value{version-GCC}@ifinfo@format@dircategory Programming@direntry* fastjar: (fastjar).       GNU jar utilities@end direntry@dircategory Individual utilities@direntry* fastjar: (fastjar)Invoking fastjar.                            An archive tool for Java archives* grepjar: (fastjar)Invoking grepjar.                            Search files in a jar file for a pattern@end direntry@end format@c man begin COPYRIGHTCopyright (C) @value{copyrights-fastjar} Matthias KlosePermission is granted to copy, distribute and/or modify this documentunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2, or (at your option) anylater version. A copy of the license is included in the@c man endsection entitled ``GNU General Public License''.@ignore@c man begin COPYRIGHTman page gpl(7).@c man end@end ignore@end ifinfo@titlepage@title GNU jar utilites@author Brian Burns@page@vskip 0pt plus 1filllCopyright @copyright{} @value{copyrights-gcj} Matthias Klose@sp 2For the @value{which-gcj} Version*@sp 1Published by the Free Software Foundation @*59 Temple Place - Suite 330@*Boston, MA 02111-1307, USA@*@sp 1Permission is granted to copy, distribute and/or modify this documentunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2, or (at your option) anylater version. A copy of the license is included in thesection entitled ``GNU General Public License''.@end titlepage@contents@page@node Top@top IntroductionThis manual describes how to use @command{fastjar} and @command{grepjar}.@menu* Invoking fastjar::	Options supported by @command{fastjar}* Invoking grepjar::    Options supported by @command{grepjar}* Copying::		The GNU General Public License@end menu@node Invoking fastjar@chapter Invoking fastjar@c man title fastjar archive tool for Java archives@c man begin DESCRIPTION fastjar@code{fastjar} is an implementation of Sun's jar utility that comes withthe JDK, written entirely in C, and runs in a fraction of the time whilebeing feature compatible.If any file is a directory then it is processed recursively.  Themanifest file name and the archive file name needs to be specified inthe same order the @option{-m} and @option{-f} flags are specified.@c man end@ignore@c man begin SYNOPSIS fastjarfastjar @option{-ctxu} [@option{OPTIONS}] [@var{jar-file}] [@var{manifest-file}] [@option{-C} @var{dir}] @var{files}@dots{}@c man end@c man begin SEEALSO fastjargcj(1), gij(1), grepjar(1)and the Info entry for @file{gcj}.@c man end@end ignore@c man begin OPTIONS fastjarExactly one of the following actions must be specified:@table @gcctabopt@item -cCreate new archive.@item -tList table of contents for archive.@item -xExtract named (or all) files from archive.@item -uUpdate existing archive.@end tableThe following parameters are optional:@table @gcctabopt@item -@@Read the names of the files to add to the archive from stdin.  Thisoption is supported only in combination with @option{-c} or @option{-u}.Non standard option added in the GCC version.@item -C @var{directory}Change to the @var{directory} and include the following file.@item -EPrevent fastjar from reading the content of a directory when specifyingone (and instead relying on the provided list of files to populate thearchive with regard to the directory entry). Non standard option addedin the GCC version.@item -MDo not create a manifest file for the entries.@item -0Store only; use no ZIP compression.@item -V@itemx --versionDisplay version information.@item -f @var{archive}Specify archive file name.@item -m @var{manifest}Include manifest information from specified @var{manifest} file.@item -vGenerate verbose output on standard output.@end tableAll remaining options are considered to be names of files.@c man end@node Invoking grepjar@chapter Invoking grepjar@c man title grepjar search files in a jar file for a pattern@c man begin DESCRIPTION grepjarThe @code{grepjar} program can be used to search files in a jar file fora pattern.@c man end@ignore@c man begin SYNOPSIS grepjargrepjar [@option{-bcinsw}] @option{-e} @var{PATTERN} | @var{PATTERN} @var{files}@dots{}@c man end@c man begin SEEALSO grepjarfastjar(1), gcj(1), gij(1), gfdl(7) and the Info entry for @file{gcj}.@c man end@end ignore@c man begin OPTIONS grepjar@table @gcctabopt@item -bPrint byte offset of match.@item -cPrint number of matches.@item -iCompare case-insensitively.@item -nPrint line number of each match.@item -sSuppress error messages.@item -wForce @var{PATTERN} to match only whole words.@item -e @var{PATTERN}Use @var{PATTERN} as regular expression.@item --helpPrint help, then exit.@item -V@itemx --versionPrint version number, then exit.@end table@c man end@include gpl.texi@bye

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -