Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства является частью версии 5.0 Инструментов XCode

Получить эти инструменты:

Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



apt(1)                                                                                                apt(1)



NAME
       apt - annotation processing tool

SYNOPSIS
       apt [ -classpath classpath ] [ -sourcepath sourcepath ] [ -d directory ] [ -s directory ] [ -factory-path -factorypath
       path path ] [ -factory class ] [ -print ] [ -nocompile ] [ -A [ key [ =val ] ] ]  [  javac  option  ]
       sourcefiles [ @files ]

DESCRIPTION
       The tool apt, annotation processing tool, includes a set of new reflective APIs and supporting infra-structure infrastructure
       structure to process program annotations. The apt reflective APIs provide a build-time, source-based,
       read-only  view  of program structure. These reflective APIs are designed to cleanly model the JavaTM
       programming language's type system after the addition of generics. First, apt runs annotation proces-sors processors
       sors that can produce new source code and other files. Next, apt can cause compilation of both origi-nal original
       nal and generated source files, easing development. The reflective APIs and other APIs used to inter-act interact
       act with the tool are subpackages of com.sun.mirror.

       A  fuller  discussion of how the tool operates as well as instructions for developing with apt are in
       Getting Started with apt at http://java.sun.com/j2se/1.5.0/docs/guide/apt/GettingStarted.html.

PARAMETERS
       Options may be in any order. For a discussion of parameters which apply to  a  specific  option,  see
       OPTIONS below.

       sourcefiles    Zero or more source files to be processed.

       @files         One or more files that list source files or other options.

OPTIONS
   apt specific options
       -s dir         Specify  the  directory  root  under  which  processor-generated  source files will be
                      placed; files are placed in subdirectories based on package namespace.

       -nocompile     Do not compile sources files to class files.

       -print         Print out textual representation of specified types; perform no annotation  processing
                      or compilation.

       -A[key[=val]]  Options to pass to annotation processors -- these are not interpreted by apt directly,
                      but are made available for use by individual processors

       -factorypath path
                      Specify where to find annotation processor factories; if  this  option  is  used,  the
                      classpath is not searched for factories.

       -factory classname
                      Name of annotation processor factory to use; bypasses default discovery process

   Options shared with javac
       -d dir         Specify where to place processor and javac generated class files

       -cp path       or
       -classpath path
                      Specify  where to find user class files and annotation processor factories. If -facto-rypath -factorypath
                      rypath is given, the classpath is not searched for factories.

       Consult the javac(1) man page for information on javac options.

NOTES
       The apt tool and its associated APIs may be changed or superseded in future j2se releases.

SEE ALSO
       javac (1) Java (1)



                                                13 June 2004                                          apt(1)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.