blob: 4383eb823b112cf71f05b597bad30d54108b011f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<TITLE>Advanced resource concepts</TITLE>
<link rel="stylesheet" type="text/css" HREF="../book.css">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>
Advanced resource concepts</H1>
<p>In <a href="resInt.htm">Resources overview</a> we took a look at the
basic services and APIs provided by the <tt>org.eclipse.core.resources</tt>
plug-in. This and other related plug-ins also contain many advanced features that are useful
for plug-ins that require a deeper level of integration. For details on these advanced
features, take a gander at some of these topics:
</p>
<ul>
<li><a href="resAdv_natures.htm">Project natures</a></li>
<li><a href="resAdv_builders.htm">Incremental project builders</a>
<ul>
<li><a href="resAdv_buildconfigs.htm">Project Build Configurations</a></li>
</ul>
</li>
<li><a href="resAdv_derived.htm">Derived resources</a></li>
<li><a href="resAdv_saving.htm">Workspace save participation</a></li>
<li><a href="resAdv_hooks.htm">Resource modification hooks</a></li>
<li><a href="resAdv_refresh.htm">Refresh providers</a></li>
<li><a href="resAdv_efs_intro.htm">Alternate file systems</a>
<ul>
<li><a href="resAdv_efs_api.htm">Using the file system API</a></li>
<li><a href="resAdv_efs_resources.htm">Working with resources in other file systems</a></li>
<li><a href="resAdv_efs_providers.htm">File system providers</a></li>
<li><a href="wrkAdv_efs_resources.htm">User interface support for alternative file systems</a></li>
</ul>
</li>
<li><a href="resAdv_variables.htm">Dynamic path variables</a></li>
</ul>
</BODY>
</HTML>