langtools/src/java.compiler/share/classes/javax/tools/overview.html
author duke
Wed, 05 Jul 2017 20:10:37 +0200
changeset 27929 ebe3a722c703
parent 25874 83c19f00452c
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     2
<!--
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     3
Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     5
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     6
This code is free software; you can redistribute it and/or modify it
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     7
under the terms of the GNU General Public License version 2 only, as
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     8
published by the Free Software Foundation.  Oracle designates this
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
     9
particular file as subject to the "Classpath" exception as provided
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    10
by Oracle in the LICENSE file that accompanied this code.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    11
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    12
This code is distributed in the hope that it will be useful, but WITHOUT
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    13
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    14
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    15
version 2 for more details (a copy is included in the LICENSE file that
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    16
accompanied this code).
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    17
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    18
You should have received a copy of the GNU General Public License version
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    19
2 along with this work; if not, write to the Free Software Foundation,
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    20
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    21
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    22
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    23
or visit www.oracle.com if you need additional information or have any
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    24
questions.
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    25
-->
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    26
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    27
<html>
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    28
<head>
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    29
<title>javax.tools</title>
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    30
</head>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
<body>
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
<p>
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
The Java&trade; programming language compiler API is a set of interfaces that describes the
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
functions provided by a compiler.  This API has three
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
main objectives:
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
</p>
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
06bc494ca11e Initial load
duke
parents:
diff changeset
    39
<ul>
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
<li>Allow invocation of a compiler from a program using
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
standardized interfaces.</li>
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
<li>Provide interfaces enabling the compiler to report diagnostics in a
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
structured way.</li>
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
<li>Provide interfaces enabling clients of the compiler to override
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
how file objects are found.  "File objects" is a file
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
abstraction.</li>
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
</ul>
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
</body>
21019
ce43db751581 8026371: "tidy" issues in langtools/src/**/*.html files
jjg
parents: 10
diff changeset
    54
</html>