Uses of Interface
org.modeshape.connector.filesystem.CustomPropertiesFactory

Packages that use CustomPropertiesFactory
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 CustomPropertiesFactory in org.modeshape.connector.filesystem
 

Classes in org.modeshape.connector.filesystem that implement CustomPropertiesFactory
protected static class FileSystemSource.StandardPropertiesFactory
           
 

Fields in org.modeshape.connector.filesystem declared as CustomPropertiesFactory
protected static CustomPropertiesFactory FileSystemSource.DEFAULT_PROPERTIES_FACTORY
          An immutable CustomPropertiesFactory implementation that is used by default when none is provided.
 

Methods in org.modeshape.connector.filesystem that return CustomPropertiesFactory
 CustomPropertiesFactory FileSystemSource.getCustomPropertiesFactory()
          Get the factory that is used to create custom properties on "nt:folder", "nt:file", and "nt:resource" nodes.
 

Methods in org.modeshape.connector.filesystem with parameters of type CustomPropertiesFactory
 void FileSystemSource.setCustomPropertiesFactory(CustomPropertiesFactory customPropertiesFactory)
          Set the factory that is used to create custom properties on "nt:folder", "nt:file", and "nt:resource" nodes.
 



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