1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

[178599] dstore subsystem packages

This commit is contained in:
David McKnight 2007-03-29 19:21:25 +00:00
parent a561b86b63
commit 5f2ac3546a
3 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="David McKnight (IBM)">
<title>Package-level Javadoc</title>
</head>
<body>
Application programming interface for creating customized DataStore file subsystems.
<h2>
Package Specification</h2>
The package provides support classes for creating customized DataStore file
subsystems.
<p>The class <b>DStoreFileSubSystemConfiguration</b> is the main factory
for creating an DataStore file subsystem. By deriving from it, extenders
can create their customized DataStore file subsystem configuration which can
then be registered against their system types. A custom
<b>SubSystemConfigurationAdapter</b> can be registered for UI-specific
customizations. Possible customizations include:
<ul>
<li>Changing the isCaseSensitive() method for system types that
are not of UNIX style.</li>
<li>Registering pre-defined filters through a filter pool manager.</li>
<li>Wrapping the created FileServiceSubSystem or DStoreFileService in a
delegate for modifying operation of the Subsystem.</li>
</ul>
</p>
</body>
</html>

View file

@ -0,0 +1,29 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="David McKnight (IBM)">
<title>Package-level Javadoc</title>
</head>
<body>
Application programming interface for creating customized DataStore process subsystems.
<h2>
Package Specification</h2>
The package provides support classes for creating customized DataStore process
subsystems.
<p>The class <b>DStoreProcessSubSystemConfiguration</b> is the main factory
for creating a DataStore process subsystem. By deriving from it, extenders
can create their customized DataStore process subsystem configuration which can
then be registered against their system types. A custom
<b>SubSystemConfigurationAdapter</b> can be registered for UI-specific
customizations. Possible customizations include:
<ul>
<li>Changing the isCaseSensitive() method for system types that
are not of UNIX style.</li>
<li>Registering pre-defined filters through a filter pool manager.</li>
<li>Wrapping the created ProcessServiceSubSystem or DStoreProcessService
in a delegate for modifying operation of the Subsystem.</li>
</ul>
</p>
</body>
</html>

View file

@ -0,0 +1,29 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="David McKnight (IBM)">
<title>Package-level Javadoc</title>
</head>
<body>
Application programming interface for creating customized DataStore shell subsystems.
<h2>
Package Specification</h2>
The package provides support classes for creating customized DataStore shell
subsystems.
<p>The class <b>DStoreShellSubSystemConfiguration</b> is the main factory
for creating an DataStore shell subsystem. By deriving from it, extenders
can create their customized DataStore shell subsystem configuration which can
then be registered against their system types. A custom
<b>SubSystemConfigurationAdapter</b> can be registered for UI-specific
customizations. Possible customizations include:
<ul>
<li>Changing the isCaseSensitive() method for system types that
are not of UNIX style.</li>
<li>Registering pre-defined filters through a filter pool manager.</li>
<li>Wrapping the created ShellServiceSubSystem or DStoreShellService
in a delegate for modifying operation of the Subsystem.</li>
</ul>
</p>
</body>
</html>