blob: 5216c682c4ebc2a95b0c989001b296f4c70adea9 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<body>
This package contains classes and interface related to <i>workspaces</i>,
which cache project-independent information.
<p>
A <i>workspace</i> is the highest-level concept of the Falcon compiler.
To use Falcon APIs, you start with a workspace and use it to create
one or more projects.
Information which is not specific to a particular project
gets stored in the workspace, where it can be accessed by any project.
</p>
<p>
The workspace serves as the single point of notification for clients
such as IDEs when files are added, changed, or removed.
</p>
<p>
See the <code>IWorkspace</code> interface for more information.
</p>
</body>
</html>