Uses of Class
org.modeshape.connector.filesystem.BasePropertiesFactory

Packages that use BasePropertiesFactory
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
 

Uses of BasePropertiesFactory in org.modeshape.connector.filesystem
 

Subclasses of BasePropertiesFactory in org.modeshape.connector.filesystem
 class IgnoreProperties
          A CustomPropertiesFactory implementation that ignores the "extra" or "custom" properties for 'nt:file', 'nt:folder', and 'nt:resource' nodes.
 class LogProperties
          A CustomPropertiesFactory implementation that logs information about the "extra" or "custom" properties for 'nt:file', 'nt:folder', and 'nt:resource' nodes.
 class StoreProperties
          A CustomPropertiesFactory implementation that stores "extra" or "custom" properties for 'nt:file', 'nt:folder', and 'nt:resource' nodes in a separate file that is named the same as the original but with a different extension.
 class ThrowProperties
          A CustomPropertiesFactory implementation that throws an exception when attempting to store the "extra" or "custom" properties for 'nt:file', 'nt:folder', and 'nt:resource' nodes.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.