Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rse/plugins/org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/package.html')
-rw-r--r--rse/plugins/org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/package.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/package.html b/rse/plugins/org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/package.html
deleted file mode 100644
index 20bd123f6..000000000
--- a/rse/plugins/org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/package.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!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="Martin Oberhuber (Wind River)">
- <title>Package-level Javadoc</title>
-</head>
-<body>
-Application programming interface for creating customized local file subsystems.
-<h2>
-Package Specification</h2>
-The package provides support classes for creating customized local file
-subsystems.
-<p>The class <b>LocalFileSubSystemConfiguration</b> is the main factory
-for creating an local file subsystem. By deriving from it, extenders
-can create their customized local 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 LocalFileService in a
- delegate for modifying operation of the Subsystem.</li>
-</ul>
-</p>
-</body>
-</html>

Back to the top