JG05: Documented where the layers go. The ergonomics usecase needs them below standard module layers. layers-provider-198508
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 02 Feb 2012 11:10:21 +0100
branchlayers-provider-198508
changeset 219045c6f85f7f5467
parent 219044 83bcf0e02437
child 219049 69a8a720a65d
JG05: Documented where the layers go. The ergonomics usecase needs them below standard module layers.
openide.filesystems/src/org/openide/filesystems/Repository.java
     1.1 --- a/openide.filesystems/src/org/openide/filesystems/Repository.java	Thu Feb 02 11:07:50 2012 +0100
     1.2 +++ b/openide.filesystems/src/org/openide/filesystems/Repository.java	Thu Feb 02 11:10:21 2012 +0100
     1.3 @@ -178,6 +178,10 @@
     1.4       *     }
     1.5       * }
     1.6       * </pre>
     1.7 +     * The additional layers are inserted below traditional layers provided
     1.8 +     * by modules in so called {@link FileSystem fallback mode} - e.g. modules 
     1.9 +     * can override and redefine layers contributed by layer providers.
    1.10 +     * 
    1.11       * @since 7.59
    1.12       */
    1.13      public static abstract class LayerProvider {